peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Q&A Plugin not working?
it won't with any theme as far as I can tell because dropdown is commented out in the plugin. and the big buttons option needs fixin' as well. some fixes here: http://vanillaforums.org/discussion/269… (View Post)1 -
Re: How to change the url?
Alternative... smattered throughout default.phpwith shortcuts instead replacing extrapageA with mypage and adjusting routing.$Sender->Menu->AddLink(T('Extra Page A'), T('ExtraPage A'), 'mypage'… (View Post)3 -
Re: Bootstrap Mobile Theme?
just install it. it works out of the box. oh you mean the mobile aspect. you set this in config.php to point to the theme you want for mobile. $Configuration['Garden']['MobileTheme'] = "themethe… (View Post)8 -
Re: Show Announcements first as in 2.0.18 version.
the postcontroller.php needs the array swapped from if (C('Vanilla.Categories.Use')) { $Result = array_merge($Result, array( '2' => '@'.sprintf(T('In <b>%s.</b>'), T('the category')), … (View Post)3 -
Re: bootstrap theme panel
move the search module in the tpl file into the panel assets. many of these changes are done altering the default.master.tpl file. see the theme tutorial, discussions on modules and assets, and smart… (View Post)2