Previous Thread
Next Thread
Print Thread
Hop To
#105098 07/19/2001 11:10 AM
Anonymous
Unregistered
Anonymous
Unregistered
Just got this from one of our members
Quote
At present, when doing a search, whether by member's name or subject, the results come up in chronological order, oldest first. So if there are more than 200 items, the most recent do not show.

Is it possible to choose to reverse the order, so that newest are at the top of the list?

Failing that, how about if the order can be reversed.
Board <a href=" http://www.techsurvivors.com/cgi-bin/Ultimate.cgi?action=intro]Techsuvivors[/URL]
Version 5.47e

I tried changing
Code
 <SELECT NAME="SearchDate">
	<OPTION value="ALL">Any Date
	<OPTION VALUE="1">Since Yesterday
	<OPTION VALUE="5">Since 5 Days Ago
	<OPTION VALUE="10">Since 10 Days Ago
	<OPTION VALUE="30">Since 30 Days Ago
</SELECT> 
to
Code
  <SELECT NAME="SearchDate">
	<OPTION value="ALL">Any Date
	<OPTION VALUE="1">Since Yesterday
	<OPTION VALUE="5">Since 5 Days Ago
	<OPTION VALUE="10">Since 10 Days Ago
	<OPTION VALUE="30">Since 30 Days Ago
	<OPTION VALUE="45">Since 45 Days Ago
	<OPTION VALUE="60">Since 60 Days Ago
	<OPTION VALUE="90">Since 90 Days Ago
	<OPTION VALUE="120">Since 120 Days Ago
</SELECT>
but <img src="https://www.ubbcentral.com/boards/images/graemlins/frown.gif" alt="" />

#105099 07/19/2001 9:31 PM
Anonymous
Unregistered
Anonymous
Unregistered
The valid values are hard coded into search.cgi (sub SimpleSearch and SimpleSearch2 I assume..) as well. A simple HTML change won't do it.

Graeme

#105100 07/19/2001 10:22 PM
Anonymous
Unregistered
Anonymous
Unregistered
Is there a way to change the order?

Within the boundaries of the software that is?

#105101 07/20/2001 11:31 PM
Anonymous
Unregistered
Anonymous
Unregistered
Changing the order is just a matter of changing the HTML. ADDING new ones requires more code hacking. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

Graeme


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
1 members (Nightcrawler), 803 guests, and 448 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)