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.

Pulling in a Categories list?

I'm working on a jQuery slide drawer for the Vanilla mobile view. I'd like to pull in my categories list. What's the best way to do that?

Answers

  • peregrineperegrine MVP
    edited June 2013

    probably create a new mobile theme and point your mobile in config.php to your new theme.

    add your js, pull in your categories. in themehooks.


    or create a plugin

    isolate by ismobile. and add your js, pull in your categories.

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

  • vrijvlindervrijvlinder Papillon-Sauvage MVP

    You could also use the categoriesdropdown plugin or similar. The dropdowns don't work on a tpl theme but it puts all the categories on the menu.

Sign In or Register to comment.