Search Plugin
Posted: 29 Sep 2008, 01:33
The Search Plugin
https://www.phoca.cz/phocagallery-search-plugin/
doesn't work if you have your site search engine friendly.
It will display the gallery, but once you click the image you get an error page.
I have modify the code to work with my site
on line
108 $list2[$key]->href = JRoute::_('index.php?option=com_phocagallery&view=category&id='. $item->id );
with $list2[$key]->href = JRoute::_('/galleries/category/'. $item->id );
and line
165 $list1[$key]->href = JRoute::_('index.php?option=com_phocagallery&view=category&id='.$item->catslug );
with $list1[$key]->href = JRoute::_('/galleries/category/'.$item->catslug );
The site that I am using this on is http://www.munkeeworks.com
https://www.phoca.cz/phocagallery-search-plugin/
doesn't work if you have your site search engine friendly.
It will display the gallery, but once you click the image you get an error page.
I have modify the code to work with my site
on line
108 $list2[$key]->href = JRoute::_('index.php?option=com_phocagallery&view=category&id='. $item->id );
with $list2[$key]->href = JRoute::_('/galleries/category/'. $item->id );
and line
165 $list1[$key]->href = JRoute::_('index.php?option=com_phocagallery&view=category&id='.$item->catslug );
with $list1[$key]->href = JRoute::_('/galleries/category/'.$item->catslug );
The site that I am using this on is http://www.munkeeworks.com