hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Removing the recent discussions and activity from page sidebars?
To do it the Vanilla way, create a plugin that hooks into the controller's you don't want it to appear on and unset the modules before render. The module names you are looking for is '… (View Post)4 -
Re: Adding a superscript and subscript button?
There are two parts to this system. You want to a) add a button to button bar that provides [sub] and [sup] tags. Then you want to b) translate those tags into some type of html markup for actual dis… (View Post)4 -
Re: add different .tpl for pages
The tpl file is chosen via the controllers MasterView member. Explicitly setting it will override the defaults. You would use something like $Sender->MasterView = 'scripts'; (View Post)1 -
Re: How Do I StopPrivate Message Spam?
If you want to disable Messages completely, disable the Conversations application through your dashboard. http://forums.example.com/dashboard/settings/applications (View Post)1 -
Re: Error when trying to edit roles@permissions
Welcome to the community! Your permission table seems to be corrupted. Mind sharing a dump of Gdn_Permission? (View Post)1
