Making Latest Comments Appear First

Is there a way to make the newest comments appear first instead of the oldest?

Quote · 31 Dec 2008

Anyone?

Quote · 15 Jan 2009

I presume you mean Profile Comments....if not this will not help, dont read on..

 

well, if nobody else finds a better way, then try this:

 

goto your installation folder and edit the  following file:

 

inc/classes/BxDolCmtsQuery.php

 

be extreemly carefull, if in doubt, this is over your head...

 

Find the following line:

 

ORDER BY `c`.`cmt_time` ASC");

 

Then change it to read:

 

ORDER BY `c`.`cmt_time` DESC");

 

Save the file....check the sollution, document your change...

 

All you did was get the comments from the database in decending order in stead  of ascending order...

 

good luck.

Quote · 15 Jan 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.