hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Event Calendar Beta
Looks promising! :D (View Post)1 -
Re: Issue with custom Form submission
Don't bother writing out manual form markup. Use the Gdn_Form object and just open it in your view: echo $this->Form->Open();echo $this->Form->Errors();/* Spit out your inputs */echo… (View Post)1 -
Re: Any way to "un-award" an awarded badge?
They would receive the badge the next time they received a DarkMark. (View Post)1 -
Re: Read-All PMs?
public function messagesController_markAllRead_create($Sender) { $UserID = $this->Request->Get('userid', Gdn::Session()->UserID); if ($UserID != Gdn::Session()->UserID) { if (!C… (View Post)3 -
Re: Chrome extension for Vanilla notifications
@AaronWebstey I just threw up an XPI in the GitHub repo: https://github.com/hgtonight/Firefox-Vanilla-Notifier/tree/master/bin You can add that to your firefox through the cog wheel in your addons sc… (View Post)4
