hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: is there any way to show categories on mobile and discussions normal as index
You got me. :( It isn't hard: public function Gdn_Dispatcher_BeforeDispatch_Handler($Sender) { if(IsMobile()) { Gdn::Router()->SetRoute('DefaultController', 'categories', … (View Post)2 -
Re: Custom Bridge development or developer?
http://www.edirectory.com ? Have you tried SSO via jsConnect? (View Post)1 -
Re: Go to entry/signin after logged in
You can sign in as someone else. If you want a message to be displayed, hook into the view and add a message if there is a valid session. EDIT - Crosspost with @vrijvlinder (View Post)1 -
Re: New (experimental) feature in the AFC plugin - Event handler priority
This is a feature I think would be awesome to be in core. But... I am definitely one that hates using annotations for anything related to program control. Comments shouldn't change execution if … (View Post)1 -
Re: How to put some custom PHP code at the top of every page in Vanilla
Welcome to the community! * Create a simple plugin. * Use the Base Render Before hook. * Profit. The following code, placed in /plugins/ExecuteBeforeRender/class.executebeforerender.plugin.php should… (View Post)3
