Member
Member
minor7flat5   2012-04-20, 00:16
#1

(Running v1.4.2.3)
I'm embedding IPTC tags with B&W in my black-and-white photos. This causes weird behavior when I am browsing.

If I click the B&W link in the tag list, the search brings up "B"
If I type "B&W" with quotes, the images show up, but the "page 2" link doesn't work.

Is there some config setting I should use, or should I just give up and start tagging them "Black and White"?

Member
Member
sbillard   2012-04-20, 02:11
#2

I did try this. It seems to work for me on the development build but not on the 1.4.2.3 release. But I did not embed the tag with IPTC, I used the Zenphoto tag mechinisms.

So if you can, see if the problem exists with the development build. Also check your database to see if the tag is represented correctly. It should have the naked apersand, not an html encoded one.

Member
Member
minor7flat5   2012-05-01, 23:48
#3

The database is looking good...
`

mysql> select name, length(name) from zenphoto_tags where name like 'B%W';

+------+--------------+

| name | length(name) |

+------+--------------+

| B&W | 3 |

+------+--------------+

1 row in set (0.00 sec)

`
I'll take a look at the development build. Thanks for the info!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.