Gossamer Forum
Home : Products : Gossamer Links : Discussions :

How to give users option of link sorting

Quote Reply
How to give users option of link sorting
Hey there,

I want visitors to be able sort links on a page by several factors such as by popularity, name, date, or other variables. Possible with links sql? I searched with no success.

Thanks,
Quote Reply
Re: [Chrisp] How to give users option of link sorting In reply to
Links SQL is quite good at this sort of stuff. See

http://slashdemocracy.org/...hitecture/index.html

You can get this category sorted by date using the following search string:

http://slashdemocracy.org/...so=DESC&catid=85

Likewise, list by Title (ascending order):

http://slashdemocracy.org/...;so=ASC&catid=85

etc.
Quote Reply
Re: [gotze] How to give users option of link sorting In reply to
Following along the same lines, how would you give the user the option to see the link title/url and description or link title/url minus the description...

</not a clue>
Quote Reply
Re: [gotze] How to give users option of link sorting In reply to
Thanks Gotze! Appreciate the help.

Chris
Quote Reply
Re: [gotze] How to give users option of link sorting In reply to
Hi gotze, that is a good and easy way... I am now thinking of implementing that on my site :)

Thanks.

Vishal

Vishal
-------------------------------------------------------