zenphoto forums » Usage Support

Strange behavior with "B&W" tags

(3 posts)
  • Started 1 year ago by minor7flat5
  • Latest reply from minor7flat5
  1. minor7flat5

    Apprentice
    Joined: Apr '12
    Posts: 2

    (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"?

    Posted 1 year ago #
  2. Zenphoto development team
    sbillard

    Chief Developer
    Joined: May '07
    Posts: 9,818

    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.

    Don't forget to read the Forum rules and usage resources
    Posted 1 year ago #
  3. minor7flat5

    Apprentice
    Joined: Apr '12
    Posts: 2

    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!

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.