category ordering

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
edscholl

category ordering

Post 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!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: category ordering

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
edscholl

Post by edscholl »

thanks garvin! really appreciate it!
Post Reply