R_J
AdminR_J Admin
-
Re: email notification to poster?
Vanilla is object oriented. In the world of OOP you have "classes" and "methods". Methods are defined with the word "function" but they are still called "methods&qu… (View Post)1 -
Re: Vanilla 2.2 URL Problem
You only have to add $Configuration['Garden']['RewriteUrls'] = true; to your /conf/config.php (View Post)7 -
Re: Add a description before menu image on the comments
I haven't invested much time on this: the text had already been there and you do not need any locale at all to let it appear. You will need some CSS like that: .OptionsTitle { color: black; font… (View Post)1 -
Re: Some advice on creating the plugin with comments, please
Try it like that public function discussionController_authorInfo_handler($sender, $args) { $commentID = $args['Comment']->CommentID; $regardingUserID = $args['Author']; $insert… (View Post)1 -
Re: Using smarty in plugins
I'm such an idiot (sometimes)! And now I'm happy I didn't made a PR * My assign function is not doing anything more useful than simply using the already existing smarty() function to e… (View Post)1
