hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Force module on all pages
The plugin method I posted should check to see if the module exists before adding it. The template way will never check and will always be displayed. (View Post)1 -
Re: Force module on all pages
public function Base_Render_Before($Sender) { $Sender->AddModule('CategoriesModule');} Add that to a plugin. Or add this to your master template {module name="CategoriesModule"… (View Post)2 -
Re: Addon-Repository ideas?
Nice pointing to the list. There was some effort to review all the plugins, but it kind of petered out. More discussion here: http://vanillaforums.org/discussion/23323/lets-talk-about-improving-vanil… (View Post)2 -
Re: Area only an individual member can see?
The custom pages plugin would be a good way to go, imo. (View Post)1 -
Re: Get Recent Discussions
I would: * Install LatestPostList on your Vanilla install * Request the module via AJAX http://forums.example.com/module/latestpostlistmodule * Style as needed. (View Post)2
