| |||||||
This is a discussion on Sort by Open/Close Status within the vBulletin section, part of the Internet Forum Softwares category; One of my forums, has both open and closed threads in it. Currently, these are sorted by Last Post Time. ...
![]() |
|
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
|
One of my forums, has both open and closed threads in it. Currently, these are sorted by Last Post Time. This results in the Open and Closed threads being mixed together. I want to keep the closed threads, but I want them at the bottom of the list. Can I do this, while keeping the Last Post Time ordering within the Open and Closed. i.e. All Opens Sorted by Last Post Time All Closed Sorted by Last Post Time Thank you. |
|
#2
| ||||
| ||||
|
well that would require hacking of code ! Also said by vb staff. coz if you see in FORUMDISPLAY template, you have this:- HTML Code: <!-- show threads --> <tbody id="threadbits_forum_$foruminfo[forumid]"> <if condition="$show['stickies']"> $threadbits_sticky </if> $threadbits </tbody> <!-- end show threads --> So, you'll probably have to work in forumdisplay.php to get it done.
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#3
| ||||
| ||||
|
OK, thanks. I thought this is where I would have to do it, but was hoping there was a "simpler" way that I was missing.
|
![]() |
| Bookmarks |
| Tags |
| closed threads, forumdisplay |
| Thread Tools | |
| Display Modes | |
| |