Version: 1.0.2, by Andreas
Developer Last Online: Jan 2023
Version: 3.5.0 RC3
Rating:
Released: 07-27-2005
Last Update: 09-08-2005
Installs: 110
DB Changes Uses Plugins Template Edits
Is in Beta Stage
No support by the author.
Default Sort Field/Order for Forumdisplay
Description
This Hacks allows you to specify default Sort Field/Order for Thread Display on a System, Forum and User basis.
It also adds Thread Start Date.
Please note: Current selection > User Default > Forum Default > Board/System Default.
Details
1 Product XML with 2 Queries, 12 Plugins, 19 Phrases and 2 Settings
4 Template Edits
History
1.0.0
Initial Version
1.0.1
Added missing Template Edit in readme.txt (shame on me for forgetting this in first place!) and fixed a slight issue with "Default" not working properly.
1.0.2
Updated for RC3 => Code cleanup
Thread Start Date is now also being displayed in UserCP, Subscribed Threads and Search.
Subscribed Threads can be sorted by Thread Starte Date. Please only click Install if you actually have installed/are using this Hack, and click Uninstall whan you don't use it any longer!
Attention
This Modification does not work with vBulletin 3.6+ as this is a built-in feature now.
To upgrade an existing board from 3.5.x to a newer version:
Disable this modification
Upgrade vBulletin
[sql]
UPDATE forum SET defaultsortfield = defsortfield, defaultsortorder = defsortorder[/sql]
Save Forum Display Oder
Uninstall this modification
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I am looking for a way to sort thread titles that are date-based, for an event listing forum... Like this:
March 03 Event name
May 25 Event name
April 02 Event name
Currently, I have this plugin installed and it sorts the thread titles alphabetically... (so April 02 shows up before the other dates in the above example). Is there a way to chronologically sort the thread title based on a date in the thread title?
I am looking for a way to sort thread titles that are date-based, for an event listing forum... Like this:
March 03 Event name
May 25 Event name
April 02 Event name
Currently, I have this plugin installed and it sorts the thread titles alphabetically... (so April 02 shows up before the other dates in the above example). Is there a way to chronologically sort the thread title based on a date in the thread title?
I too am looking for something very similiar! I have one event forum that I want to sort by the event dates and not the title or creation date. I was thinking of a user defined date/time field in the Additional Options section of Post New Thread. And then have the forum sort on that field.
My problem is, how do you make that user defined field only available under one forum and then have only that one forum sort on that field.