Topic: Be able to choose "Thread" we want "Order Posts".

hi,

I see we can change Order of Post(the newest post coming first) by change this line like with ' ORDER BY p.id DESC LIMIT ' in "viewtopic.php" :

 $result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.status, u.registered, u.admin_note, p.id, p.poster, p.poster_id, p.poster_ip, p.poster_email, p.message, p.smilies, p.posted, p.edited, p.edited_by FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id WHERE p.topic_id='.$id.
' ORDER BY p.id DESC LIMIT '.$start_from.','.$disp_posts) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());

But this will change the order of post of all the thread, and me what i would like is just to apply "change order post" to one or two or which i want "thread" in the punbb.

How can i proceed to do that ?

Ok, i am french, and use "punnbb 1.2.9 fr".

So, if any one know..