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.
Options

How to search and see the list of categories and tags in mobile version

hurryhurry New
edited September 2012 in Vanilla 2.0 - 2.8

Vanilla's mobile version loads quite fast even on an edge connection. But how to see the search box or the various categories and tags list? Thanks in advance.

Comments

  • Options

    if you want to modify the mobile theme. I would think you would need to do something like this.

    create your new mobile theme according to the guidelines for writing themes.
    (modifying default.master.tpl in the theme's views directory.

    then point your new "mobile" theme to whatever you created in conf/config.php

    $Configuration['Garden']['MobileTheme'] = 'newmobile';

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.