hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Highlighting Discussions for Roles
You would do something like: public function discussionsController_beforeDiscussionName_handler($sender) { $sender->EventArguments['CssClass'] .= ' ' . $RoleName;} You need to fill out the $RoleNa… (View Post)1 -
Re: Related Discussions : Vanilla 2
@ToF The search functionality uses MySQL fulltext search. You could use this method to get related discussions on a shared server. The results would be relatively low quality. Sphinx Search is a full… (View Post)2 -
Re: how to disable html output totally?
Usually you just create a little button that inserts the character entities < and >. You could probably do this by modifying the configuration of HTMLawed. (View Post)1 -
Re: more comments then views
Could be a cache sync issue. Pure speculation. (View Post)1 -
Re: Removing obsolete addons & themes from the directory
Considering some people have used the addons directory as a repository of sorts, I don't think it is ridiculous to archive the addons rather than straight delete them. I get not wanting to support ol… (View Post)1