R_J
AdminR_J Admin
-
Re: How to create subforums with individual themes?
Then I guess you would need something like that in a plugin or in your themehooks: public function base_render_before($sender, $args) { $categoryID = $sender->CategoryID; if (!$categoryID) { retur… (View Post)2 -
Re: Create new discussion on registration
See if the plugins name in the PluginInfo array ($PluginInfo['...'] = array() is the same as in the class (class ...Plugin extends Gdn_Plugin {). That is most often the cause for not being … (View Post)1 -
Re: Articles Idea: Category-Based Permission Model
Thanks for that very insightful summary! I really enjoy to read about the thoughts behind design decisions. While I refuse to seriously be called a developer, I'm still someone who is writing co… (View Post)4 -
Re: Issue: Recent Discussions Module doesn't show author
It's a great finding and I think that must be fixed in Vanilla, not in the module. And I also think you should also file a pull request ;) (View Post)2 -
Re: Can I deploy Vanilla 2.1.11 to Ubuntu 12.04?
Sure you can! Just take the most current stable version of Apache, MySQL and PHP and you're good to go! https://github.com/vanilla/vanilla/tree/release/2.1#self-hosting-requirements (View Post)1
