Tim
Vanilla StaffTim Vanilla Staff
Reactions
-
VanillaForums.org has a new home
Hi all, We're in the process of moving some things around at Vanilla. Part of that involves changing how we host our sites. We're not 100% ready yet, but close enough to move vanillaforums.org over t… (View Post)4 -
Re: favicon
Hi @lukoie, You can simply change the favicon in the config file. The code in class.controller.php looks like this:// Add the favicon $this->Head->SetFavIcon(C('Garden.FavIcon', Asset('themes/'… (View Post)2 -
Re: Vanilla System Bot
I hook into this event for my parsing: PostController_AfterDiscussionSave_Handler (View Post)2 -
Re: Vanilla System Bot
Currently no plans to release Minion as an open source plugin, but as @Lincoln said the small amount of functionality you're looking for to support closing discussions is extremely easy. (View Post)1 -
Re: [Documentation] Panel Order
In your config: $Configuration['Modules']['Vanilla']['Panel'] = array('NewDiscussionModule', 'SignedInModule', 'GuestModule', 'Ads'); Shift those around and add ones that aren't there (those are just… (View Post)2