Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: The road to the next major release (2.2)
@vrijvlinder choosing a mobile theme from the dashboard will be possible in 2.2 You only need to add 'IsMobile' => true to the ThemeInfo array (View Post)2 -
Re: Redirecting to custom sign-in page when accessing restricted pages
You can override that by defining a route calledDefaultPermission under Dashboard/Routes. (View Post)1 -
Re: What's the code-block plugin this forum is running?
You can find it in the master branch: https://github.com/vanilla/vanilla/tree/master/plugins/GooglePrettify (View Post)3 -
Re: YAGA Profile Suggestion
@hgtonight I have written something similar for myself :D I don't think there is a general solution though, because there is no connection between badges of the same rule. e.g. You may have these bad… (View Post)1 -
Re: Different discussions layout on mobile version of theme.
I do this in one of my themes: https://github.com/bleistivt/minusbaseline/blob/master/class.minusbaselinethemehooks.php#L15 add that line to the Gdn_Dispatcher_AfterAnalyzeRequest_Handler function in… (View Post)2