Hello Max🙂
I'm testing ChronoComments on my new Joomla test site and it looks like an excellent extension so far. Thanks for all your hard work.🙂
Question: Is there a way to print an article (using the Joomla print icon) without printing any comments or the ChronoComments text area?
Jim
I'm testing ChronoComments on my new Joomla test site and it looks like an excellent extension so far. Thanks for all your hard work.🙂
Question: Is there a way to print an article (using the Joomla print icon) without printing any comments or the ChronoComments text area?
Jim
Hi jminker,
good idea, open your plugins/content/ChronoComments.php file and find this line near the top:
add below it :
let me know the results!🙂
Max
good idea, open your plugins/content/ChronoComments.php file and find this line near the top:
JPlugin::loadLanguage( 'com_chronocomments' );add below it :
if(JRequest::getVar('print') == '1')return;let me know the results!🙂
Max
This topic is locked and no more replies can be posted.
