Topic: arranging replies in one topic ( Important Please)

Hello,
Is it possible to view the current replies First in a topic area .. I mean to say .. that at present if I start a new topic & someone posts reply than my original message shows in the first line & Ist reply in the 2nd line & so on .. but gradually this results in creation of many pages say 3 or 4 & to view  the current reply i have to go to 4th page & view the last reply .. BUT I NEED EXACTLY THE OPPOSITE OF THIS.. i.e. I need to view current
reply in Ist page Ist place.

PLease help & guide me

Re: arranging replies in one topic ( Important Please)

Just add DESC to the ORDER BY part of the main query in viewtopic.php

Re: arranging replies in one topic ( Important Please)

wow, Thanks for your kind & timely help , I will do this  & confirm back to you. Thanks once again

Re: arranging replies in one topic ( Important Please)

Smartys wrote:

Just add DESC to the ORDER BY part of the main query in viewtopic.php

Hello,
Today i changed the line    'ORDER BY'    => 'p.id',  as  'ORDER BY DESC'    => 'p.id',
But view of  posts in my forum's post remain same. Kindly Guide me.

Regards

Re: arranging replies in one topic ( Important Please)

hi
i changed
'ORDER BY'    => 'p.id',   <b> to  </b>
                                         'ORDER BY'    => 'p.id DESC',


The above gave me the desired results, Thanks for your kind guidelines..