Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: How do you edit the home page when logged out
This can also be done by changing the default controller for guests: public function base_beforeDispatch_handler($sender) { $routes = &Gdn::router()->Routes; if (!Gdn::session()->isValid() … (View Post)3 -
Re: requires jquery 1.9.1 version??
I have heard this from a lot of people and it is understandable. But the beta is actually the code that vanillaforums.com has been running on their hosted platform for a long time, so issues that mig… (View Post)2 -
Re: requires jquery 1.9.1 version??
See this discussion about how to run a different jQuery version with vanilla: http://vanillaforums.org/discussion/26755/running-newer-version-of-jquery-1-9-compatability-layer This should be solved w… (View Post)3 -
Re: Create entirely new Controller
Note that you need to initialize the HeadModule yourself when using the rootController: $sender->Head = new HeadModule($sender); (View Post)2 -
Re: Refresh view after submit
Search the core for JsonTarget to find examples on how to do this, or take a look at this thread: http://vanillaforums.org/discussion/comment/227714/#Comment_227714 (View Post)8