Category Bar v0.3Created by: Nick Ramsay, with thanks to Geoserv (
http://www.pliggs.com)
Created on: 2009/02/14
Requires: None
DescriptionUses Suckerfish to create a horizontal drop-down menu for categories. I took Geoserv's work from his
Pliggie template and turned it into a module with the following twist: The links always point to the categories for published stories
except when on the upcoming page, in which case they point to the categories for upcoming stories.
Instructions1. Upload the "category_bar" folder and enable it in Module Management.
2. Open "header.tpl" or "pligg.tpl" in your template folder and add this wherever you want the categories to show:
{checkActionsTpl location="tpl_category_bar"}
3. Edit the css stylesheet in the module's css folder.
Revision Historyv0.3 2009/02/18 Nick - Bug fix for different broken url problems.
v0.2 2009/02/15 Nick - Bug fix for broken urls in category names with spaces.
v0.1 2009/02/14 Nick - First version