Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: Link sort order in categorys

Quote Reply
Re: Link sort order in categorys In reply to
A "fix" for this if you want to incur a performance hit, is to create another table. Insert the original select statement into it, then insert the alt-select into it.

Then, select ALL the links from this new table, in the &build_sort_order order.

All the links should then be sorted properly.

You need to then delete this table, or erase it's data. Since a link should only be in any category once, you shouldn't get any errors, but you could always insert the alt-links one-by-one checking for errors.

There are other "logical" ways to do it, but this is the quick and dirty one.



http://www.postcards.com
FAQ: http://www.postcards.com/FAQ/LinkSQL/

Subject Author Views Date
Thread Link sort order in categorys Alex404 3404 Jun 2, 2000, 1:18 PM
Thread Re: Link sort order in categorys
pugdog 3322 Jun 2, 2000, 8:15 PM
Thread Re: Link sort order in categorys
Alex404 3289 Jun 5, 2000, 6:59 AM
Post Re: Link sort order in categorys
pugdog 3288 Jun 7, 2000, 6:02 AM
Thread Re: Link sort order in categorys
pugdog 3274 Jun 7, 2000, 6:07 AM
Thread Re: Link sort order in categorys
Robert 3285 Jun 7, 2000, 7:23 AM
Post Re: Link sort order in categorys
pugdog 3267 Jun 7, 2000, 10:08 PM