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?
Phoca gallery search plugin
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca gallery search plugin
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
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
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
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
-
- Phoca Enthusiast
- Posts: 75
- Joined: 13 Apr 2011, 16:28
Re: Phoca gallery search plugin
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?
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?
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca gallery search plugin
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
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
-
- Phoca Enthusiast
- Posts: 75
- Joined: 13 Apr 2011, 16:28
Re: Phoca gallery search plugin
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
Now it works great. Result can be seen at my webseite https://www.natur-fotograf.ch/
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;
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca gallery search plugin
Hi, Ok, thank you for your info.
Jan
Jan
If you find Phoca extensions useful, please support the project