Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: Create new discussion on registration
This is a brilliant plugin idea. (View Post)1 -
Re: Sharing some tweaks to make work with 2.1
@Bleistivt done (View Post)2 -
Re: New plugin: Bot (formerly shwaipbot)
Version 1.1 cleans up some things and adds an 'afterSay' event to hook into. I've used it to make my bot appear online when he replies (via Who's Online). /** * Show as online. * * @param Bot $bot */… (View Post)1 -
Re: How is the mobile theme chosen?
There's a config setting Garden.MobileTheme that controls it. Simply set it to a different theme slug. We've added it as a menu item in 2.2. It uses device useragent detection to decide whether to se… (View Post)1 -
Re: Modifying existing table structure - best practices?
Setting a default is also fine, yes, but typically additional columns are optional, meaning they are not set for some records, and the preferred way to represent blank/unset data in Vanilla's databas… (View Post)2