Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Change Sort Order

Quote Reply
Change Sort Order
I'm looking for a mod that will allow me to assign a number to each listing in a category and sort the listings by this number, in order to control which listing is listed first second and so on. Any help is apprecitated.

Quote Reply
Re: Change Sort Order In reply to
Why not use the ID?

In links.def find;

# Field number to sort links by:
$db_sort_links = 1;

Change to

# Field number to sort links by:
$db_sort_links = 0;

Or whatever number is associated to the ID number Wink

That is much easier than making your own number!

Andy

webmaster@ace-installer.com
http://www.ace-installer.com
Quote Reply
Re: Change Sort Order In reply to
Its not as easy as that, you also have to edit sub build_sorthit.

Installs:http://wiredon.net/gt
FAQ:http://www.perlmad.com

Quote Reply
Re: Change Sort Order In reply to
http://www.gossamer-threads.com/...w=collapsed&sb=5

Smile