Hi,
I'm wondering is there anyway to show profile comments by newest first? I tried searching here and Google but no luck.
Thanks in advance
-Mark
Hi, I'm wondering is there anyway to show profile comments by newest first? I tried searching here and Google but no luck. Thanks in advance -Mark |
BxDolCmtsQuery.php function getComments ($iId, $iCmtParentId = 0, $iAuthorId = 0) ORDER BY `c`.`cmt_time` ASC just change to DESC |
Is there any chance that you can post a step-by-step approach in getting this done? I'm brand new to the Dolphin software and have very limited experience in adjusting/changing code in a PHP file. Any additional help would be appreciated. |
Ohh, .. I`m usually just provide way-help. so just show you exactly place of realization. I`m not perform creating any instructions :) But I try via your FTP client connect to your dolphin, download inc/classes/BxDolCmtsQuery.php file to local computer, lets edit it: lets find next row: ' function getComments ($iId, $iCmtParentId = 0, $iAuthorId = 0) ' a little after this line we can see:
|
Andrey, doing this on a 6.1.4 site and the code is as follows:
function getComments ($iId, $iCmtParentId = 0, $iAuthorId = 0)
However, comments are still appearing in the order of latest last. I've done this to 6.1.6 sites with no problem, but 6.1.4 is being a pain in the arse on this one. |