hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: How to remove "New Discussion" box when making a new thread?
Welcome to the community! What plugins/modifications are you running? I ask because the Post controller doesn't include the NewDiscussionModule in default Vanilla and the master template include… (View Post)1 -
Re: How to quickly grab the latest localizations
@Bleistivt Couldn't you just use the 'Url' field a few lines down? ;) (View Post)2 -
Re: Compare an user password
You would have to get the user from the db, instantiate the password class and run the method: $UserModel = new UserModel();$User = $UserModel->GetByEmail($Username);if (!$User) { $User = $UserMod… (View Post)2 -
Re: Testing 2.1.4
I have been testing it a little bit using this diff as a guide to what needs to be tested: https://github.com/vanilla/vanilla/compare/df1476510310939965feb1f4fb713eef5e372e99...2.1 Everything is work… (View Post)1 -
Re: Email notification for discussion rather than category?
Just to clarify what @x00 said, you can bookmark specific discussions by clicking on the star in the upper right hand corner of the discussion page. Then you can set your notification preferences to … (View Post)1
