Phoca gallery search plugin

Phoca Gallery plugins - plugins for Phoca Gallery extension
sapo
Phoca Enthusiast
Phoca Enthusiast
Posts: 75
Joined: 13 Apr 2011, 16:28

Re: Phoca gallery search plugin

Post by sapo »

Thanks, i'm confused now.
Why Joom Gallery search is working like here
en.joomgallery.net/search/newest-first/page-1.html?searchphrase=any&searchword=train
Whats the difference when both are using the Joomla search component?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47794
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca gallery search plugin

Post by Jan »

Hi, unfortunately, from the SEF link, I cannot see if the search output is done per gallery component or per search component.

And as you can see on the page, there is no popup, so maybe this is standard search component.

I don't see any difference there, both components create link to the component :idea:

In Phoca Gallery search plugin, you can select if the link goes to category view or to detail view. If you select detail view, then it exactly works like on the link you have provided.

Jan
If you find Phoca extensions useful, please support the project
sapo
Phoca Enthusiast
Phoca Enthusiast
Posts: 75
Joined: 13 Apr 2011, 16:28

Re: Phoca gallery search plugin

Post by sapo »

thanks, still confused :?
Phoca Gallery search plugin is select to detail view
but exactly this view do not work properly
see here
http://www.natur-fotograf.ch/index.php/ ... uehmorgens
do you have some example site where it is working properly?
Or it is possible to change the multibox to something else?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47794
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca gallery search plugin

Post by Jan »

Hi, when I search for example "heupferd"

then I get search outcomes on your site and when I click on some image, the link goes to:

http://www.natur-fotograf.ch/index.php/ ... d-schrecke

which is the detail of the image, so this ic correct.

Jan
If you find Phoca extensions useful, please support the project
sapo
Phoca Enthusiast
Phoca Enthusiast
Posts: 75
Joined: 13 Apr 2011, 16:28

Re: Phoca gallery search plugin

Post by sapo »

i found a good solution to get a good search result. Installed Universal AJAX Live Searchhttps://extensions.joomla.org/extension ... ve-search/, is not for free but a excellent support.
He changed in phoca search plugin add in line 269

Code: Select all

if ($rightDisplay == 0) {
						unset($listImages[$key]);
					} else {
            $display_images = 1;
						if ($display_images == 1) {
							if (isset($value->extm) && $value->extm != '') {
								$listImages[$key]->image=$value->extm;
Now it works great. Result can be seen at my webseite https://www.natur-fotograf.ch/
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47794
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca gallery search plugin

Post by Jan »

Hi, Ok, thank you for your info.

Jan
If you find Phoca extensions useful, please support the project
Post Reply