SMF Support > SMF 2.0.x Support
Topics listed by the latest topic data
kowasky:
Hello
In first sorry for my english
Now... I'm really new about SMF, seem a really nice script.
I need to show in the board the topics listed by the latest topic data and not by latest topic reply... actually if a user post a reply in a old topic, this topic will be showed in the first place like if is new.
Hope I'm explained me
Thanks
:)
K@:
For the future, you may find it useful to know that we have different language boards, here:
http://www.simplemachines.org/community/index.php?board=12.0
:)
As for this question, WHERE do you want this to be shown?
kowasky:
DOH
Yeah, thx
:D
Regarding what I need:
I need that all the Topics inside the Boards are showen by time of when the Topics are created and not by latest post reply in the Topic.
thx
:)
quebo:
add in MessageIndex.php:
if (!isset($_REQUEST['sort']) && $board == 'xx') { //xx=boardnumber in which you want to do this
$_REQUEST['sort'] = 'first_post';
$_REQUEST['desc'] = 'desc';
}
Good luck...
K@:
As for where you'd put it...?
Navigation
[0] Message Index
[#] Next page
Go to full version