Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
How do you install and enable a new mobile theme in admin dashboard?
I'm new to installing plugins and mobile themes and looking to replace the basic default mobile theme so I can test some others.
Is there any link to a guide on how to do this that someone could point me to?
Thanks
Tagged:
0
Comments
Manually edit the /conf/config.php file and change/add this line:
$Configuration['Garden']['MobileTheme'] = 'yourmobilethemename';
For sure: http://vanillaforums.org/search?adv=&search=change+mobile+theme&title=&author=&cat=all&tags=&discussion_d=1&discussion_question=1&comment_c=1&comment_answer=1&page_p=1&within=1+day&date=
¡De nada!
at this point you have to do it manually. dashboard option is not in vanilla 2.1.6
have you ever scanned the tutorials section?
http://vanillaforums.org/categories/tutorials
http://vanillaforums.org/discussion/26490/tutorial-how-to-create-a-new-mobile-theme
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
search box is your friend. along with x00's handy friend grep
for other issues
these might be the only two true friends necessary.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.