I have edited the admin.feedpost.php in /administrator/components/com_feedpost to enable the use of YooEffects lightbox:
i.e.
| Code: |
$linkback="<div id='article_full_f2p'><br/><a href='$link' target='_blank' [b]rel='lightbox;width=1100;height=700'[/b] >".JText::_("Read Full Article")." </a></div>";
|
And it was working for Cronjobs when I was calling the job using:
lynx -source
http://www.domain.org/cronjobs/website/cronjob.php having configured the cronjob for 1.5.x
Things were working well but having updated to 1.5.5 then when I manually add posts the finish date is entered and the re="lightbox..." is inserted but NOT when I call it as a Cronjob.
Can you help?
Chris