Page 1 of 1

category ordering

Posted: Tue Nov 15, 2005 7:00 am
by edscholl
Hello-
Is there a way to order the categories other than alphabetically? I'm also looking for the code in a tpl file that puts in the little xml.gif file by the categories, but I can't seem to find that anywhere... any help would be appreciated; thanks!

Re: category ordering

Posted: Tue Nov 15, 2005 1:35 pm
by garvinhicking
You can only order categories by creation time or alphabetically -- other sort methods would be hard to make configurable.

But you could copy the HTML code of the categories plugin and put it in manual order inside a HTML nugget, if you like.

The XML.gif is emitted inside the include/plugins_internal.inc.php file, or inside the plugin_categories.tpl smarty file if you've enabled smarty templating of the plugin.

HTH,
Garvin

Posted: Wed Nov 16, 2005 10:18 am
by edscholl
thanks garvin! really appreciate it!