sorting tags

Creating and modifying plugins.
Post Reply
Col. Kurtz
Regular
Posts: 450
Joined: Thu May 26, 2005 10:43 am
Location: Bonn, Germany
Contact:

sorting tags

Post by Col. Kurtz »

is it possible to sort the tags by the number of hits (or importance) and not alphabetically?
Marc
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: sorting tags

Post by garvinhicking »

Hi!

You mean in the sidebar plugin? Yes, that is possible, just edit the serendipity_plugin_freetag.php file, go to the generate_content() method and change the "ORDER BY et.tag" to "ORDER BY total"

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/
Post Reply