Author |
Topic |
|
Alex123
Junior Member
Greece
237 Posts |
Posted - 04 October 2002 : 05:56:08
|
Hi everyone,
I am running version 3.3.05 and when someone goes to post a reply to a topic, he/she only sees the replies in the order they were posted. Is there a way I can change that and make it like it is in here, where you have the number of the "Latest Replies (Newest First).
Thank you Regards Alex |
Edited by - ruirib on 04 October 2002 17:02:12 |
|
Rasco
Advanced Member
Germany
3192 Posts |
Posted - 04 October 2002 : 06:27:24
|
In topic.asp find
strSql = strSql & " ORDER BY " & strActivePrefix & "REPLY.R_DATE ASC"
and change it to
strSql = strSql & " ORDER BY " & strActivePrefix & "REPLY.R_DATE DESC" |
German Snitz Forum
|
|
|
Alex123
Junior Member
Greece
237 Posts |
Posted - 04 October 2002 : 06:51:54
|
Thank you Rasco for your reply,
This change didn't work for me. Also I just realized that I have installed DoraMoon's "Topic Sort Mod" which is similar to what version 3.4 is using (a great mod by the way). So maybe that makes things more complicated.
Thanks anyway
Regards, Alex
|
|
|
Rasco
Advanced Member
Germany
3192 Posts |
Posted - 04 October 2002 : 14:30:11
|
Sorry, don`t know. That change worked with my old forum, but I don?`t have that Mod installed. |
German Snitz Forum
|
|
|
Alex123
Junior Member
Greece
237 Posts |
Posted - 05 October 2002 : 06:25:19
|
I have a feeling that only DoraMoon can help me with this one
Thanks Alex |
Edited by - Alex123 on 05 October 2002 10:03:51 |
|
|
DoraMoon
Average Member
Taiwan
661 Posts |
Posted - 27 October 2002 : 05:16:40
|
Alex, i'm not online last weeks, so missing this post... Sorry!
and this feature is a small MOD called "Topic Review MOD" by gor. http://forum.snitz.com/forum/topic.asp?TOPIC_ID=4906 and it already being a new feature on v3.4, so in actually, you can just "copy/a little modified/paste" the code from 3.4. most of situations, it should be also work on 3.3.05
i seem also discuss/implement this mod before....... yeah~ here http://forum.snitz.com/forum/topic.asp?TOPIC_ID=33279 anyway, it's easy code modded. only a small change in post.asp you can get a modified post.asp here...Topic_Review_post3305.zip (base on a clean 3305 post.asp) just search '##### Topic Review Mod to know where to change. |
|
|
|
Topic |
|