Gossamer Forum
Home : Products : DBMan : Customization :

short/long display newest first

Quote Reply
short/long display newest first
Hello,

I have the short/long mod installed and works fine - how can I have the display in "reverse" order - rather than always showing the first entry in db at top?

Thanks, Jim
Quote Reply
Re: [jimogrady] short/long display newest first In reply to
If you're talking about the "List All" function, you'll want to change the link to

<A HREF="$db_script_link_url&view_records=1&$db_key=*&sb=$db_key_pos&so=descend">List All</A>

If you're talking about searches from the search form, you'll want to select the db_key field to sort by and select Descending in the sort order field.


JPD
----------------------------------------------------
JPDeni's DBMan-ual
How to ask questions the smart way.
Quote Reply
Re: [JPDeni] short/long display newest first In reply to
Thanks for your help - Jim