hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: How to apply Spoilers in the category description
This seems like a fairly simple JS plugin. Here is a jQuery plugin that does what I think you are looking to do: https://github.com/vaakash/jquery-collapser (View Post)1 -
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: Requirwd: Feedback for site
Get some content. Site looks good. (View Post)1 -
Re: Create entirely new Controller
For my code to work, you would have to use: class YourThemeNameThemeHooks extends Gdn_Plugin { Or write your own dispatch method. (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
