Page 3 of 3

Re: Phoca gallery search plugin

Posted: 29 Aug 2016, 23:16
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?

Re: Phoca gallery search plugin

Posted: 30 Aug 2016, 23:06
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

Re: Phoca gallery search plugin

Posted: 01 Sep 2016, 22:49
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?

Re: Phoca gallery search plugin

Posted: 02 Sep 2016, 13:26
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

Re: Phoca gallery search plugin

Posted: 02 Dec 2019, 16:33
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/

Re: Phoca gallery search plugin

Posted: 02 Dec 2019, 18:57
by Jan
Hi, Ok, thank you for your info.

Jan