OK...I have got back home and had a look at the problem.
Do the following:
Edit the following file:
administrator/components/com_feedpost/admin.feedpost.php
Look for the line:
| Code: |
$linkback="<div id='article_full_f2p'><br/><a href='$link' target='_blank'>".JText::_("Read Full Article")." </a></div>";
|
and change to
| Code: |
$linkback="<div id='article_full_f2p'><br/><a href='$link' target='_blank' "."rel='lightbox;width=1100;height=700' >".JText::_("Read Full Article")." </a></div>";
|
Make sure iFrame option is turned off.
Here it is working on a test site:
http://www.uksurgeon.org/hernia/index.php?option=com_content&view=article&catid=35%3Ahernia-helath-news&id=78%3Amedical-notes&Itemid=59
Enjoy...Chris