The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I make posts in certain threads appear in reverse order ?
I want to make it so that the posts in certain threads appear in reverse order; in that new posts would appear at the beginning instead of the end of the thread.
I'm thinking it should be a matter of simply using a "if/then" statement for those particular threadids, making a special forum where threads go like that by default or something, but I dont know. |
#2
|
||||
|
||||
Create a new forum and set the Default sort field to Thread start time, and the Default sort order to Ascending.
|
#3
|
|||
|
|||
I just tried that and it doesn't work.
What I want to do is make it so that the posts in certain threads appear in reverse order, the way they do when you change the Thread Display Mode to Newest First on the Edit Options page in your User CP. Do I have to wait till November 2008 for another reply?? |
#4
|
||||
|
||||
I'm sorry I mis-read. The instructions I gave would be for threads in a forum, not posts in a thread.
A plugin on the showthread_getinfo hook with the following code should do the job. PHP Code:
|
#5
|
|||
|
|||
Wow, it worked! Thanks.
Now I just need to know how to do it for several threads, instead of just one. I tried separating the thread id numbers by commas and got an error. I also separated them by spaces and got an error. Should I just paste the entire code again and again for every one? I'm eventually going to do it for hundreds of threads, so let me know the best way to go about it. |
#6
|
||||
|
||||
Just change the code to this: You can add as many threadids as you want, separated by commas.
PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|