i have found a bug.
( Joomla 1.5.23 and Phoca Gallery 2.7.8 ) Fresh Joomla and Phoca install.
When i turn on Joomla SEF the Pictures dont show in a modalbox, instead of the picture (in the modalbox) the category view is shown.
The link looks like without SEF:
Code: Select all
<a rel="{handler: 'iframe', size: {x: 680, y: 560}, overlayOpacity: 0.3}" href="/index.php?option=com_phocagallery&view=detail&catid=13Afid&id=13Afid1&tmpl=component&Itemid=0&lang=de" title="Image Detail" class="modal-button"><img alt="Image Detail" src="/components/com_phocagallery/assets/images/icon-view.gif"></a>
The link looks like with SEF:
Code: Select all
<a rel="{handler: 'iframe', size: {x: 680, y: 560}, overlayOpacity: 0.3}" href="/de/component/phocagallery/1-fid/detail/1-fid1?tmpl=component" title="Image Detail" class="modal-button"><img alt="Image Detail" src="/components/com_phocagallery/assets/images/icon-view.gif"></a>