hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: I was just hanging around the neighborhood repo...
If the message includes "something has gone wrong" but not "debug", respond with: (View Post)5 -
Re: How to create subforums with individual themes?
Check out CategoryModel::GetAncestors instead. (View Post)4 -
Re: Facebook, Twitter and GooglePlus for Articles
While it is technically true that you cannot override functions via the framework, most functions have include guards so you can define the functions before and take precedent. Add your function defi… (View Post)3 -
Re: Initial state of button is "Show" while the "hidden" text itself is revealed
Is the CSS file /plugins/Spoilers/design/spoilers.css being loaded? (View Post)1 -
Re: Create entirely new Controller
I want to tack on and say you could extend the rootController and dispatch from there. public function rootController_sweetNothing_handler($sender, $args) { return $this->Dispatch($sender, $args);… (View Post)4