, Guest!
Already a Member? Login or Register.





Menu



Clients



Showcase



Rate FlexCMS

ScriptSearch.com Rating:

Hotscripts Rating
Excellent!
Very Good
Good
Fair
Poor



FlexCMS eNews

To subscribe to our enewsletter, please enter your email address in the box below and click the "Subscribe" button.


Note:  You may easily remove yourself from the newsletter list at any time by following the instructions included with every mailing.

LATEST DEVELOPMENT NEWS:  FlexCMS 2.5 has been released!!! Click here to read the official announcement!

Home > FlexCMS Support Forum > User Help > General Support Requests > need help with forum...

FlexCMS Support Forum


need help with forum...
Started February 7, 2008 @ 9:29am by cbc58
Post Message 
cbc58


Posts: 15
 
need help with forum...February 7, 2008 @ 9:29am
I have the forum module installed and what happens is that when someone posts a new topic it appears above the old topics.... which is kind of confusing.

Is there a way to make new topics appear below old topics?
 
DCSun
Administrator

Posts: 421
 
February 11, 2008 @ 1:34pm
Hello,

inc-mb-idx.php is the main file that controls the front end of the message board. Line 636 should be:
Code

$query = "select * from `".$Settings['DBPrefix']."mb-Threads` where BoardID=".$Arguments2." order by Sticky desc, LastReply desc";


which you can change to this:
Code

$query = "select * from `".$Settings['DBPrefix']."mb-Threads` where BoardID=".$Arguments2." order by Sticky desc, StartedDate asc";


to have the desired result. If that's not what you were looking for, that's the line you'll need to adjust for the order threads are displayed in.


David
 

Post Message 







All Contents, Code, Scripts and Technologies Copyright 2003-2007 FlexCMS.
All Rights Reserved. Software License Agreement

Processing Time: 0.15329 seconds.
 

Powered By FlexCMS
Powered By FlexCMS


Valid CSS!