hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Fatal Error in Gdn_Autoloader.RegisterMap();
That looks to be a deprecation error introduced in PHP 5.4. Does turning off debug mode make it go away? (View Post)1 -
Re: Favicon notification count
You can get the current count of notifications for a user with the following PHP code: $Session = Gdn::Session();$NotificationCount = $Session->User->CountNotifications; Get that code executed … (View Post)1 -
Re: different background new topic
That is a good question. The All Viewed plugin works by placing a datetime in the user table and hooking into the discussion model to change the comment counts reported. public function DiscussionsCo… (View Post)1 -
Re: Does split merge work in vanilla 2.0.18.10 ?
What does your /conf/config.php file look like? Please remove any sensitive information before posting it here (account names, passwords, salt, etc.). (View Post)1 -
Re: different background new topic
Hiya! You can check the user discussion data and append a css class to discussions that haven't been viewed yet. I used the following as a quick test: public function DiscussionsController_Befor… (View Post)3
