I tried using 2"x6" and 2"x6.5" as tags, but when I click on the tag, it finds no results. Any ideas?
So I tried 2 inches x 6 inches and 2 inches x 6.5 inches instead, but then if you click on 2 inches x 6 inches you get the results of 2 inches x 6.5 inches as well, not just the 2x6 size.
site example:
http://share.gospelriver.com/bookmarks/English/Roses_1John-4-8-2x6.jpg.phpThanks for your help.
Comments
It says, Sorry, no matches for "\2\" x 6\"\"
I can just use "2 inches x 6 inches" if necessary.
Thanks.
go to bookmark http://share.gospelriver.com/bookmarks/English/Roses_1John-4-8-2x6.jpg.php
Click on tag 2"x6"
That's it!
I searched the forum, found the code, and plopped it in. The normal tag addon didn't seem to do anything...
here's the code:
'<?php printTags('links', gettext('Tags:').' ', 'taglist', ', '); ?>'
Do you suggest I use another tagging method? I really don't know what I'm doing here.
Thanks.
Also, please upgrade to 1.4.0.1 and see if the problem still exists as I have not been able to reproduce it.
As for upgrading, I could, but I prefer to go the simple route through simplescripts and it isn't ready yet... looks like upgrading could be a chore... If it's necessary, I might undertake the challenge.
Thanks for your help.
`
<?php printTags('links', gettext('Click to search by category:').' ', 'taglist', ', '); ?>
`
The tag list still says "Tags:" instead of the new text and the css inline style doesn't work... It's within the description id but changing that css doesn't budge it either. but I'm an amateur at css so maybe it's not correct coding. Ugh.
But most concerning is the result printed for the tag search. There are simply not supposed to be those back slashes. Most especially the initial one in front of the 2. The others could be escaped quotations, but \2 is meaningless.
Also, your mention of simplescripts does disturb me. I do hope it is working for you, but so far we have had nothing but troubles with simplescript installs. (Of course, probably the ones that do not have problems are silent.)
Anyway, really I cannot take this any further unless you can upgrade. In the mean time, why not just remove the Quote from the tag. `2x4` should be just as useful a tag.
I think I solved the css issue by using the taglist class instead of the description id. I don't get why the inline style doesn't change anything, but whatever... I'm still trying to learn css.
Would I have to re-work my theme's image.php, album.php, and CSS with the upgrade?
http://www.zenphoto.org/2011/01/theme-design-changes-in-zenphoto-1-4/
PHP as FastCGI is actually fine.
This maybe belongs in a different forum category now, but
I think I can handle everything there except:
addPluginScript() function should instead create a filter for theme_head
"...should add setThemeDefault() function calls in [their] option handler object to set the default values for albums_per_row, images_per_row, and thumb_transition. As a result of this change, the function normailzeColumns() has been deprecated." (so what do I do with the old normalizeColumns function to update it to setThemedefault? Note spelling error of normalizeColumns)
http://share.gospelriver.com/scripture-wall-hangings/
Or maybe I just need to figure out CSS that would give a constant row height, but no clue on how that would be accomplished... maybe elsewhere on the forum.
I click on the tag that says 2 x 6, it takes me to the url
http://share.gospelriver.com/page/search/tags/"2+x+6"
and the message on the screen says
Sorry, no matches for "\\\"2 x 6\\\"". Try refining your search.
I am still using the old tag call code but I'm guessing that might not matter. Any ideas what I can try?
Thanks.