![]() |
No bump
Im not sure how easy to this to do in VB 2.3 and my extensive search in here can't find my answer.
I have one forum that I would like to always display the forums in the order in which they were created in. Regardless of any posts that would 'bump' threads back to the top. I _think_ it's a matter of telling VBulletin to not update the last post field but Im not really PHP savy enough to do it. Does anyone have any ideas? :) Thanks guys as always. |
You could try using one of the "Prevent Double Posting" hacks and make it apply to just that forum which would prevent the bump posts, or if you mean that you want to show the threads by thread date, regardless of real replys then a small hack to sort by threadid or dateline could be done.
|
Quote:
I have had a good search and did try to write something but I got totally lost :cry: Im just getting started. |
Open forumdisplay.php, and find
Code:
$sort = array(); Code:
if ($forumid == 5) { You can find the id number of your forum by simply opening that forum and looking in the address bar at what it says after &forumid=. |
That's awesome and did the job perfectly :D
Thanks very much! Im starting to learn alot from these hacks and such. Looking forward to the day I can have a hack in here :classic: |
All times are GMT. The time now is 09:22 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|