|
|
Aw: Re: last post - first show [SOLVED] |
Thu, 28 August 2014 08:23 |
|
Hello,
i woult to try the same.
But i use FudForum 3.0.6RC2
Can someone please help me witch file i have to edit and where i can find the entry.
Sorry for my poor english.
with best regards
Muemmel
|
|
Post by y0shi is ignored |
|
Post by y0shi is ignored |
Post by y0shi is ignored |
Re: last post - first show [SOLVED] |
Fri, 14 July 2006 15:20 |
|
Basically the marking of read logic takes the id of the last message in the list (presuming it to be the latest message) and uses that for mark read. Since you've reversed the order you need to adjust the code to take the 1st message in the list.
|
|
Post by y0shi is ignored |
Post by y0shi is ignored |
|
Re: last post - first show |
Fri, 28 March 2003 03:42 |
|
I use FUDforum 2.3.7 ... I've looked in logedin.inc.t .
I've completed the query lines ( $lsubj and $lmid ) with ".. ORDER DESC " .
It doesent work !
|
|
|
|
Re: last post - first show |
Thu, 23 January 2003 18:29 |
|
I not find yet what file need to be change ...
When I discover I post ...
Thank You !
|
|
Re: last post - first show |
Thu, 23 January 2003 18:07 |
|
Use the admin control panel which locks/unlocks files. By unlocking the files you will be able to modify them.
|
|
Re: last post - first show |
Thu, 23 January 2003 18:01 |
|
I install on my computer for test only ... and I find in file :
/include/theme/default/isearch.inc line 95 from 244
+++
$r = q("SELECT id,subject,thread_id,length,foff,file_id FROM fud23_msg ORDER BY thread_id,id ASC");
+++
now my forum are instaled on webhosting server and I see other directory structure ... it's a new directory 777 ... now it's complicated to write in this file isearch.inc...
+++
bash-2.05a$ ls -al isearch.inc
-rw-r--r-- 1 nobody nobody 7373 Sep 27 07:55 isearch.inc
+++
I not have write permision ... this directory are owned by webserver
I will try to find a way ...
Thank You !
|
|
|
|
|
last post - first show |
Thu, 23 January 2003 10:44 |
|
Hello !
I use FUDforum 2.3.1 ... and my users want to show in topic last posts first ...
How I can do that ?
It's any variable to sort reply's by date ascendently or descendently ?
Thank You !
|
|