Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: YAGA is not working on 3.3 ?
Remove this line from conf/config.php: $Configuration['EnabledPlugins']['yaga'] = true; Then delete cache/addon.php (View Post)1 -
Re: Manipulating post output?
It can be done like this: public function discussionController_afterCommentFormat_handler($sender, $args) { $sender->EventArguments['Object']->FormatBody = preg_replace('...', '...', $args['Obj… (View Post)2 -
Re: newly created classes are not being registered
Try deleting /cache/addon.php (View Post)1 -
Re: How can I show both "Categories" and "Latest discussions" on forum home page ?
The module solution proposed in that thread is probably the best. But you could also load in the categories using JavaScript similar to a solution I have proposed for the leaderboard recently. You sh… (View Post)2 -
Re: Broken Theme on Vanilla 3.3 after Upgrade
Check if the folder name matches the addon key (probably "bootstrap") (View Post)1