hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: How to prevent Notifications of Private Messages from including the text of the message in the email
Welcome back! You are looking to change the 'EmailStoryNotification' definition to be the same as 'EmailNotification'. Placing the following definition in your /conf/locale.php fi… (View Post)4 -
Re: Discussion doesn't refresh when you post a new comment?
You might be interested in the discussion here: http://vanillaforums.org/discussion/25575/auto-refresh-in-2-1b2 The short answer is that the auto-refresh feature can't be cached effectively, so … (View Post)2 -
Re: Is there a way to search members by keyword?
Profile Extender stores the fields in the UserMeta table. You could create a search model pretty easily if you knew what fields you wanted to search on. (View Post)1 -
Re: What is the best way to create a forum farm?
You can have as many categories as you want. The 200 limit is when you want to sort categories. Even this can be done by temporarily changing some PHP settings. I understand the want to have a catego… (View Post)3 -
Re: How to `$DiscussionView = $DiscussionController->Index($DiscussionID);`?
You should be able to use the Gdn_Controller::FetchView()like $html = $this->FetchView('index','discussion','vanilla'); (View Post)1
