Caylus
✭✭Caylus ✭✭
Reactions
-
Re: Trouble enabling Chatwee
@chatwee @mtrgrrl, there's an error in the Chatwee plugin. Line 79 of class.chatwee.plugin.php checks for a permission Vanilla.Settings.Manage, which doesn't exist. Instead it should check for Garden… (View Post)2 -
Re: Advanced Editor - Deleting Uploads
This would be my solution. Now in your own posts, you get an X with every image, if you click that you're asked if you're really sure you want to delete the image, if you click yes the image gets del… (View Post)1 -
Re: Locale files included in plugins
Really weird. Deleted the cached locations in /cache/locale_map.ini, then the CONSTANT_NAME problem returned (as one would expect, since I expect locales are only loaded when plugins are switched on)… (View Post)1 -
Re: newbe question
To add to Vrijvlinder, some links: Open source Vanilla: https://open.vanillaforums.com/addon/vanilla-core-2.3.1 Tool to port your forum from phpBB to vanilla: https://open.vanillaforums.com/addon/por… (View Post)6 -
Re: Change the title of the discussion thread created when using embedded Blog Comments
Have you ever written a Vanilla plugin? If you're up for it, this is the event hook you'd need: public function discussionModel_BeforeSaveDiscussion_Handler($Sender, $Args) { //If a discussion has a … (View Post)3