Hi,
Is it possible to put Insert comment text link underneath the last edited date in blog view.
Now it is below content but up from last edited info.
How to not show Insert comment text link on frontpage items?
muchos tenxos,
markus
Hi Markus,
#1 - in plugisn/content/chronocomments.php try to replace
onAfterDisplayContent with
onBeforeDisplayContent#2- edit the same file at :
$language = '<br /><a href="'.$page_link.'#comments">'.JText::_( 'READ N COMMENTS' )."</a>";
$row->text = $row->text.str_replace("{n}", count($blogcomments), $language);
Cheers
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi admin,
I can't find onAfterDisplayContent in that php file.
Hi GreyHead,
so i have to replace onPrepareContent with onBeforeDisplayContent?
I did so, and nothing changed. Comment link text is still up from last modified date.😟
Hi, ok try to use : onAfterDisplayContent instead ?
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
still the same thing. Like I did no changes at all!
Hi plazmatick,
Ok, may be I misunderstood something, can you show me a screenshot of how its now and how you want it to be and I will try to find something ? I'm very busy nowadays trying to finish a new version for another extension!
Cheers
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Please copy and paste here the code of your plugins/content/Chronocomments.php file and I will edit it and give you the final code, make sure you put your code between the code tags of the forums here!
Cheers
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?