Hello guys...
So I was advised to make a thread out of this issue with the newest version of chronocomments. With the last one when I make the right order of the chronocomments plugin it showed where I wanted it to show... but in the newest version no matter what I do with the ordering list of the plugins chronocomments always comes right after the article...
Anybody have any idea how to fix this? I want this great component to appear at the very bottom of the page...
Thanks!
So I was advised to make a thread out of this issue with the newest version of chronocomments. With the last one when I make the right order of the chronocomments plugin it showed where I wanted it to show... but in the newest version no matter what I do with the ordering list of the plugins chronocomments always comes right after the article...
Anybody have any idea how to fix this? I want this great component to appear at the very bottom of the page...
Thanks!
Hi breaky,
In this file : plugins/content/ChronoComments.php find :
comment it and add just after it :
and at the top find : onPrepareContent and make it onAfterDisplayContent
let me know!
Cheers,
Max
In this file : plugins/content/ChronoComments.php find :
$row->text = $row->text.str_replace("{ALL_COMMENTS}", $comment_items, $comment_form);
comment it and add just after it :
return str_replace("{ALL_COMMENTS}", $comment_items, $comment_form);
and at the top find : onPrepareContent and make it onAfterDisplayContent
let me know!
Cheers,
Max
This topic is locked and no more replies can be posted.