hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: XenForo to Vanilla ?
http://docs.vanillaforums.com/developers/importing/porter/ (View Post)2 -
Re: Is a Verified user one that confirmed their email?
I use Akismet, StopForumSpam, and Flagging. These keep my forum pretty clean and the flagging plugin lets my users flag posts as spam. (View Post)1 -
Re: Create new discussion on registration
Create a plugin, hook into the registration event, and submit a new discussion. public function userModel_afterRegister_handler($sender) { $userID = $sender->EventArguments['UserID']; $u… (View Post)2 -
Re: Vanilla 2.2 beta 1 is now available
https://github.com/vanilla/vanilla/milestones/2.2rc (View Post)2 -
Re: Require admin approval for all discussions ( not for comments, only discussions)
Hmmm... This is an interesting proposal. You can bypass the approval requirement by verifying the user, but that removes the restriction across all models. Lets hook into the comment model before sav… (View Post)1
