Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Disable mobile theme
OrganicBytes
New
Comments
Look at
/conf/config-defaults.php
. There you find those two entries:So the theme used for mobile is done with a config setting. You just have to add
$Configuration['Garden']['MobileTheme'] = 'YourPreferredTheme';
to/conf/config.php
and that's it!Dont be lazy and simply change config-defaults.php for that might be overwritten on a Vanilla update. config.php will not.
Instead of using the built in search, you can use google: https://www.google.de/#q=site:vanillaforums.org+replace+mobile+theme
I get a bonk error now. I tried deleting all my *.ini files from cache and I also tried adding
$Configuration['Debug'] = TRUE;
to see the error but it still gives me the bonk error.If you get a bonk after you did something try to undo that to see if it will fix it and make the attempt again.
Is there a way to rebuild my config.php script?
Got it! It was a problem in
$Configuration['Database']['Host']
. I hadn't updated my script in a while and I have to use the remote server name from my local site to access my database.None of Vanilla's error reporting seems to work with this issue. I was able to discover it by looking at the config-defaults.php file.
@R_J That worked! Thanks!