Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Looking for pointers on new plugin
I would first take a look at the QnA plugin, because it defines a new discussion type (question) which is pretty much what you are doing too. http://vanillaforums.org/addon/qna-plugin The advantage o… (View Post)3 -
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: 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 -
Re: What is this all about?
It should already work with every discussions and categories layout in vanilla. The panel links don't require a plugin, just a CSS rule :) .BoxFilter li a, .PanelInfo li a { display:block;} (View Post)1 -
Re: Disable Page Title
Not sure what you mean, but the plugin adds the CSS to every page that uses the default master view (so no admin pages). Depending on your other plugins or themes it may not add them at the end, so y… (View Post)1