Topic: Sorting messages in forum from newest one?

Hello all,

   I am brand new in punBB, and I wonder if there is any way to sort messages in topic from the newest one - to have the newest messages always on top of the first page of topic. Thanks a lot for quick answer.

Petiar

2

Re: Sorting messages in forum from newest one?

Open post.php

Find (around line 320)

        redirect('viewtopic.php?pid='.$new_pid.'#p'.$new_pid, $lang_post['Post redirect']);
Replace:

pabb wrote:
if($tid)
        redirect('viewtopic.php?id='.$tid, $lang_post['Post redirect']);
else
        redirect('viewtopic.php?pid='.$new_pid.'#p'.$new_pid, $lang_post['Post redirect']);

should probably work then.

But ... when you (and any moderator/admin) edit some comments, after you submit... he sort again older first only on edit.php

Sorry 4 my bad English ... Hope to understeand

it's just me...

3

Re: Sorting messages in forum from newest one?

P.S. see this http://punbb.org/forums/viewtopic.php?id=8380

it's just me...