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
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 :
Cheers
Max
#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
Hi admin,
I can't find onAfterDisplayContent in that php file.
I can't find onAfterDisplayContent in that php file.
Hi Markus,
I think he must mean line 5
Bob
I think he must mean line 5
$mainframe->registerEvent( 'onPrepareContent', 'plgContentChronocomments' );
That's where the PlugIn event trigger is set.Bob
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.😟
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 ?
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
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
Now it looks like this:

Even contact form is upper than modified date:

I'd like it to look like this:


in other word Chromo segment to be below Last Modified date.
thanx!

Even contact form is upper than modified date:

I'd like it to look like this:


in other word Chromo segment to be below Last Modified date.
thanx!
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
Cheers
Max
This topic is locked and no more replies can be posted.