R_J
AdminR_J Admin
-
Re: Google calendar iFrame integration
I'm not really sure what your question is. If you only want to know how to add a link, I would use the custom menu for it. If you have read about custom themes, you should have come across the t… (View Post)1 -
Re: How to create custom event hooks?
Your second version is more correct. But as far as I can see, it will fail nevertheless. In class.email.php there is this code: public function send($EventName = '') { $this->fireEvent(&… (View Post)1 -
Re: Recent Discussions
There is a plugin which does something similar: https://vanillaforums.org/addon/statsbox-plugin (View Post)1 -
Re: How to check whether a user has permissions to a category
The function checkPermission is a "shortcut" for the method checkPermission which is in class session. The shortcut function takes too few arguments to do what you like, so you need to use … (View Post)6 -
Re: Sort Discussions By Vote
self::GetSortField(); is a reference to a method in the class you are looking at. Replacing "self" with the name of the class should be enough. Try this instead: $SortField = DiscussionMode… (View Post)1
