This hack will add a new sortable column to your ForumDisplay, as well as the UserCP for Subscribed Threads, that will show the Date of Creation of each of your threads. In addition, you can also sort by Creation Date via the Display Options of ForumDisplay.
Release History:
Version 1.3.5 Notes:
Fixed the column span issue for Searches
Version 1.3.4 Notes:
Fixed the column span issue for Thread Redirects
Version 1.3.3 Notes:
Fixed the column span issue for Announcements and Soft Deleted Threads
Version 1.32 Notes:
Minor changes to code being searched for (Updating for most recent version of vB). If you successfully installed 1.31, you don't need to worry about 1.32.
Version 1.31 Notes:
I have added the sort by Creation Date option for the Display Options of ForumDisplay
Version 1.3 Notes:
I have added the ability to sort by Creation Date for both ForumDisplay, as well as Subscribed Threads. (Thanks, KirbyDE for your help with this!)
Version 1.2 Notes:
This hack was originally released by VBDev. There were a number of issues, however, that needed to be dealt with. As VBDev was no longer responding to his Thread on vBulletin.org, nor was he responding on his home forum, I updated this hack to correct the following issues:
1. The "Threadbit" template had changed between 3.0.0 and 3.0.3.
2. The original version of this hack did not support the Subscribed Threads section in your UserCP.
3. The original version of this hack caused problems with the Subscribed Threads section of the UserCP. An additional empty column was created, where the Thread Creation Date should have been - but that threw the synchronization off between column headers and data.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I think this will also cause problems with the forumdisplay_announcement and threadbit_deleted templates - though it's just a simple colspan issue. Easily fixable.
I think this will also cause problems with the forumdisplay_announcement and threadbit_deleted templates - though it's just a simple colspan issue. Easily fixable.
Hmm. If you can show me the circumstances where these problems might come up, I can test it and make the required changes, if an issue shows itself.
Unless you make changes in these templates, an announcement will not span the whole width of the table, same with a soft-deleted thread (due to the column you add here). Make an announcement on a board with this hack installed, I'm pretty sure you'll see what I mean.
Unless you make changes in these templates, an announcement will not span the whole width of the table, same with a soft-deleted thread (due to the column you add here). Make an announcement on a board with this hack installed, I'm pretty sure you'll see what I mean.
does this show a creation date column in the search results as well? if so, how could you make the creation date the default sort order?
Yes, it will show the Thread Creation Date column in the Search results as well. And as for making it the default sort order - that has nothing to do with this hack directly - you would set it in vBthe same way you would for any other sort order.
For making this change on a person by person basis, in the Advanced Search window, under "Sort Results By" field, just choose "Thread Start Date" and save your search preferences.
If you wanted to make it the defautl for vB in general - I think you would have to edit the Search.php file to set that, as I don't think it's availabel as an option in the AdminCP.