hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
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: View count all 1?
Blank screen means you need to enable debugging and report the actual error. Add $Configuration['Debug'] = TRUE to your /conf/config.php file. EDIT - Crossposted again. :( (View Post)1 -
Re: View count all 1?
Vanilla requires PDO to be enabled on your server. You can verify your server doesn't have PDO by checking out your phpinfo(). If you are using a host, ask them to enable it. Here is more inform… (View Post)1 -
Re: can you alphabetize the discussion listing?
Use categories and sort in the dashboard? (View Post)1 -
Re: CRITICAL: Vanilla 2.1.8 released
Yes. You should have 2 files to delete if you are upgrading for 2.0.x to 2.1.x if I recall correctly. One is the 'default.master.php' and the other is the helper functions file you already … (View Post)1
