hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Notification Link in default.master.tpl
I prefer the "go to notifications if you have some, go elsewhere if you don't" especially on mobile. (View Post)1 -
Re: how to add custom build menu to the sidebar
This is bad form as you are relying on PHP's truthiness of strings to evaluate the return. You should use something like: if(strtolower(val('Type', $sender->Data('Discussion… (View Post)2 -
Re: Too many redirects / Cannot delete discussion
What is the slug you chose? (View Post)1 -
Re: Notification Link in default.master.tpl
There is actually some commented code in the profile controller that will render the notification page if notifications exist and the activity page if not. I just find it interesting that the code is… (View Post)1 -
Re: Is it possible to change the background of posts in "Recent Discussions"?
You would have to hook into the discussion list and add the category code as a CSS class. Something like the below should get you started: public function DiscussionsController_BeforeDiscussionName_H… (View Post)1
