R_J
AdminR_J Admin
-
Re: possible to make a responsive theme work with mobile without editing config.php ?
I don't think there is a way to make a theme desktop and mobile at once. You could achieve that with a trick, though. Add something like that to your about.php: 'Options' => [ 'Text' => [ 'Mobi… (View Post)1 -
Re: News script/plugin?
But be aware that this version requires vanilla 2.6, although replacing "SetHighlightRoute" with "AddSideMenu" is all that is needed to make it work with Vanilla 2.3 (View Post)1 -
Re: How can i display a plugin in panel (sidebar) for all pages?
I'm only on mobile and therefore limited... Search for the plugin Birthday Module to see how modules are added everywhere. Put that base_render_before method in the theme hooks file of your theme. (View Post)1 -
Re: New install v. 2.6- Error 404 - Page not found
@bullx: make sure you use the version you can find here and not the zip file from GitHub. Please also make that you have unzipped all files (View Post)1 -
Re: Is it possible to remove completely the use of categories ?
You should be able to do so by adding $Configuration['Vanilla']['Categories']['Use'] = false; to your /conf/config.php (View Post)3