hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: In response to whu606 - New Poll plugin
Gauntlet gratefully accepted with the stipulation of a release to the community upon completion. (View Post)1 -
Re: Not PM on first discussion?
In /plugins/PM/class.pm.plugin.php add: $Session = Gdn::Session();if($Session->UserID == $Sender->EventArguments['Author']->UserID) { return;} right after public function Discussio… (View Post)1 -
Re: Best practice for using images in default.master.tpl?
Basically, you just remove the image tag and use descriptive link text (e.g Still Dragon North America). Then you use css image replacement. (View Post)2 -
Re: Installed but not showing
You can change your formatter, but that will only help for new discussions, not old ones. I plan on updating this tomorrow or later tonight. (View Post)1 -
Re: Who's online , any version update for vanilla 2.1 ?
@MasterOne Submitted a pull request on github. Here is my patch that works on 2.1b1. (View Post)2
