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.

Moving the categories to the top of the page?

edited July 2011 in Vanilla 2.0 - 2.8
So a good example of this would be Digg.com, i want the categories to be on the top of the page like that other than on the side. How could i go about doing this? And even make it have the same open design? http://digg.com/

Answers

  • No one?
  • Cmon... No one?!
  • ToddTodd Chief Product Officer Vanilla Staff
    This is the type of thing we want to support more easily in future versions.

    Right now I'd suggest the following:

    1. Remove the categories from the side panel in the dashboard/categories by checking "Do not display the categories in the side panel."

    2. Put the categories module up top using your theme's master page. You can do this with the following code:
    {module name="CategoriesModule"}
    or
    echo Gdn_Theme::Module('CategoriesModule');
    You'll of course have to get use css to style the categories properly.
  • edited July 2011
    It keeps giving me a "Bonk' page..
  • edited July 2011
    This works:
    {$Assets.Panel.CategoriesModule} 
    if you're using default.master.tpl
  • That actually didn't do anything... ?
  • Make sure "Do not display the categories in the side panel." is NOT checked.
Sign In or Register to comment.