Help!
For some reason, a "Read X Comments... >>" link is appearing under events in the Event List component (see for example: http://www.bairdmaritime.com/index.php?option=com_eventlist&view=details&id=4:work-boat-gulf-2009&Itemid=117).
I don't know why this would be happening? And when i click on that button, it just goes to a 404 error.
Anyone know how i can get rid of it?
For some reason, a "Read X Comments... >>" link is appearing under events in the Event List component (see for example: http://www.bairdmaritime.com/index.php?option=com_eventlist&view=details&id=4:work-boat-gulf-2009&Itemid=117).
I don't know why this would be happening? And when i click on that button, it just goes to a 404 error.
Anyone know how i can get rid of it?
please check the fix here:
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=17&t=11476#p16338
instead of com_newsfeeds you will need to add: com_eventlist
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=17&t=11476#p16338
instead of com_newsfeeds you will need to add: com_eventlist
Great thanks,
just added:
if((JRequest::getVar('option') == 'com_eventlist')||(JRequest::getVar('option') == 'com_contact'))return;
under:
global $mainframe, $addChronoCommentscripts;
in ChronoComments.php
just added:
if((JRequest::getVar('option') == 'com_eventlist')||(JRequest::getVar('option') == 'com_contact'))return;
under:
global $mainframe, $addChronoCommentscripts;
in ChronoComments.php
This topic is locked and no more replies can be posted.
