PDA

View Full Version : per-forum thread display options


neocivitas
01-10-2003, 02:12 AM
Right. I've had a look round but didn't find what I wanted so feel free to give me a kick in the right direction if this already exists.

I want to have the posts in the threads in one forum display last-to first while all others display the standard first-to-last.

Does a hack exist for this?
I'm running vB2.2.9

Thanks.

neocivitas
01-16-2003, 05:37 AM
Page 3?
I think not!
*Bump*

Anyone?

Xenon
01-16-2003, 09:34 AM
open showthread.php

find this:$threadid = intval($threadid);
$thread = verifyid("thread",$threadid,1,1);

if ($wordwrap!=0) {
$thread['title']=dowordwrap($thread['title']);
}

below add:
if($thread['forumid']==x) $postorder='DESC';

DocOf Dan
08-25-2008, 03:51 PM
I have a related request. I'd like to override the users preference for thread display options to force them to use a hybrid thread display mode in some particular forums

Any suggestions appreciated