hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: DraftSweeper - 'Settings' view doesn't work, how can I pay the developer?
It is ok, I publish under my real name, so I don't really need the obfuscation. I am not sure that is a great idea. Anyone that wants donations already has a link in the settings page/readme. They ca… (View Post)1 -
Re: Any way to list ranks?
https://forums.example.com/yaga/ranks should list your ranks IF you have the 'Yaga.Ranks.View' permission. (View Post)1 -
Re: Any way to list ranks?
If I do, I just don't respond. (View Post)2 -
Re: Displaying Reaction Points Total in Discussions Archive
Thanks to the input of @R_J, here is the plugin I came up with: public function DiscussionModel_BeforeGet_Handler($Sender) { $Sql2 = clone $Sender->SQL; $Sql2->Reset(); $Sql2->Select('cs.Di… (View Post)4 -
Re: Excluding discussion records from display without the use of css or custom views
This is a clue that you should be using Tags rather than categories. Categories is one to many discussions. Tags is many to many discussions. (View Post)1