hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Cannot update "Administrator" Role with access to new Categories
Wow, I totally missed that last half of your opening discussion. Category sorting requires 5 x #Categories variables. Permissions requires at least 10 x #Categories since there are 10 permissions per… (View Post)1 -
Re: side panel module
@R_J dex could be short for Index or poindexter. Short for index would mean you have a great capacity for finding things. Short for poindexter would mean you are a nerd. (View Post)1 -
Re: Override method Gdn_Email->Send();
Right. But you don't even have to do that since plugin folders have priority in the autoloader. I placed the my custom Gdn_Email class in /plugins/MyPlugin/library/class.email.php and the autolo… (View Post)7 -
Re: Override method Gdn_Email->Send();
So... I mixed up. You can alias classes that are accessed via the Gdn class such as Gdn::Session() using the following code: $OriginalFactoryOverwrite = Gdn::FactoryOverwrite(1);Gdn::FactoryInstall(G… (View Post)3 -
Re: Changing the Discussion Button and Header Colour
Chris Coyier has a great write-up about CSS specificity here: http://css-tricks.com/specifics-on-css-specificity/ (View Post)2
