• Hey guys!
    I am looking for a plug-in that will do several things with photos:
    -Post them in a blog when I choose to by selecting from a directory
    -Allow me to position the photo at top of post, bottom, or left or right with the text wrapping around
    -Allow for a gallery of photos to be present at the bottom of the post
    If anyone knows of a Photo Plug-in that will do all of these, please let me know. I have been looking at different versions of plug-in’s but cannot decide which one would be suitable and/or which one has what features exactly.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter skankybeans

    (@skankybeans)

    Here is what I got when I installed it:
    Parse error: parse error, expecting T_STRING' or T_VARIABLE’ or `T_NUM_STRING’ in /home2/projecte/public_html/wp-content/plugins/exhibit10.php on line 150

    It seems that the version of PHP that you’re running might not support the <<< operator. I’m not sure in what version (or what extension) that operator is enabled.
    To fix it, you can try changing: <<< EOC
    To: “
    You’ll also have to change the line below that that says: EOC;
    To: “;
    Those are double-quotes, by the way.

    Ringmaster- is this the same as the wp-photos hack you let me try?
    http://wordpress.org/support/index.php?action=vthread&forum=10&topic=6140&page=0
    Isn’t the new window a violation of xhtml (or whatever the letters are)? I’d still prefer the photo to stay in the same window with a “next” button and a link back to the post.
    Any thoughts?

    No, Exhibit is something new and different from the wp-photos update.
    You can configure Exhibit to display photos in a variety of ways, including inline and popup. So if the code it uses for popups bothers you (but I don’t think this code violates XHTML anyway), you can make it do exactly what you state with the external page that comes packaged with the plugin by more-or-less flipping a switch in the config.

    cool. i’ll check it out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Photo Plug-in’ is closed to new replies.