![]() |
|
Tags links - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Tags links (/thread-9188.html) Pages:
1
2
|
Tags links - doubletrack - 24-10-2011 Hi, The links in the tags cloud in the image page seems to show results only when the tag consist of one word. I have tried all the available choices in Options-Search, with the same result. In case any of this matter, I'm using Zenpage, mod rewrite is activated, the gallery is in Spanish... Thanks for any help on this! Tags links - acrylian - 25-10-2011 Please provide minimum info of your install and best also an example link. Tags links - doubletrack - 28-10-2011 Hi acrylian, Thanks for your reply. I'm using Zenphoto 1.4.1.4 with the Zenpage theme. H-Sphere Apache, PHP5, MySQL. Here's an example of an image page: http://rubenalfu.com/zenphoto/competencias/_com0037.jpg.php There are 3 tags: "anastasia linares", "competencias" and "danza activa 2011", but only "competencias"returns results with that tag. A search for "anastasia linares" does shows all the photos with that label. Thanks! Tags links - sbillard - 28-10-2011 The probem is with your tags somehow. If I search from your index page for 'danza activa 2011' it will not return a match. You might try enabling the tag suggest plugin. It will show us how the tags are represented. Tags links - doubletrack - 28-10-2011 Hi sbillard, Thanks for your help. The html_meta_tags plugin is enabled, also turned off mod rewrite. Sorry, I still can't figure out what's the problem... Tags links - acrylian - 28-10-2011 The html_meta_tags plugin has not much to do with keyword tags. My collegue referred to the [b]tag suggest plugin[/b] then we can see how the tags are setup. Also please post your search option settings. Tags links - doubletrack - 28-10-2011 I see acrylian, sorry about that. Ok, now the tag suggest plugin is activated. These are my search settings:
Tags - exact Title, TitleLink
Many of the items in the Fields list are checked "just in case", actually I'm not sure how some of them relate to the metadata fields in Lightroom. Tags links - sbillard - 28-10-2011 Ok, here is the analysis: searching for The only other thing I can think of to help is to enable the garland theme and search on it. The search page will re-display the search tags so we can see if they got preserved properly in the POSTing process. Tags links - doubletrack - 28-10-2011 Hi sbillard, According to my phpinfo(): magic_quotes_gpc - ON magic_quotes_runtime - OFF magic_quotes_sybase - OFF If the hosting company cannot change these settings, would it means the end of the road ? Tags links - sbillard - 29-10-2011 While magic_quotes_gpc is undesireable it really should not be causing the problem. Still it is worth turning it off because it is a bad thing to be set. Most providers give you access to your PHP.ini file where you can edit this setting. Also it may be possible to set it in your .htaccess file (again, not all providers allow for this.) http://php.net/manual/en/configuration.changes.php |