• My Exhibit photo gallery plugin for WordPress has reached version 1.0c!
    New features:

    • Image upload
    • Directory creation
    • Paginated thumbnails
    • Add single images
    • Resample uploaded full-sized images

    It retains features of the prior versions, including:

    • Automatic thumbnail creation
    • Popup full-sized images
    • Per-post override display settings
    • Other good stuff

    Download here.
    Sample site here.

Viewing 12 replies - 76 through 87 (of 87 total)
  • Thread Starter ringmaster

    (@ringmaster)

    Can you upload files with the built-in WordPress upload feature?
    It’s possible that the safe mode restrictions that were put in place by your host will prevent you from creating/uploading files via the web at all.
    You might benefit from setting the chmod option in the Exhibit config file to something more write-friendly, like 0777. If that works, reduce it to something like 0664 and try again.

    I downloaded your new version (1.1b) and installed this and now it seems to work just fine for me! The only thing I notice, is that when I added an image to my post, I first have to save my post to view the image inside Exhibit. I assume this is normal.
    So thank you very much for helping me and thank you very much for making this awesome plugin!
    I’ll put a link to your site on my blog!
    Greetings,
    Dj 2Be

    I’m having two problems so far, one minor, one major.
    Minor one is that (in Safari, at least, the exhibit css makes my editing page look pretty screwy. Useable, but wierd.)
    Major one is that I can upload files, but I can’t make thumbs or get anything to appear below the drop menu. Im assuming that uploaded images appear there with check boxes for selection, but that doesnt happen. Clicking the thumb button does nothing. (I get no error msgs either.)
    Do I have to set the location of GD on my server somewhere?
    Thanks in advance,
    Andrew

    I’m getting the following error when uploading lots of images at once:
    Fatal error: Maximum execution time of 30 seconds exceeded in …/wp-content/plugins/exhibitimg/exhibit10f.php on line 638
    How do I increase this time?

    Thread Starter ringmaster

    (@ringmaster)

    @valiot:
    That may not be possible or recommended on your server. I would use FTP to upload a lot of images. It’s more reliable and doesn’t time out.
    @kincyc:
    Never heard of that. That’s really wierd.

    I don’t understand what I should change here (do I need to change anything?):
    In the exhibitimg directory find the file exhibit10.cfg. Modify
    the settings in this file to your preference. Verify that your
    use_chmod and use_chmod_dir values are set appropriately for your
    server.

    I also get the following error:
    Current directory: /
    Warning: mkdir(/home/mysite/public_html/images): Permission denied in /home/mysite/public_html/wp-content/plugins/exhibitimg/exhibit10f.php on line 473
    ‘/home/mysite/public_html/images’ is not a valid directory on this server. Check your image directory settings in Exhibit.
    You may need to create a user directory before you can use the file picker.

    can someone help?

    Nice plugin!
    I would like to be able to write my posts like this:
    blah, blah blah!
    <thumbnail with link to full size photo here>
    more blah, blah blah!
    <next thumbnail with link to full size photo here>
    more blah, blah blah!
    <next thumbnail with link to full size photo here>
    and no thumbnails at the bottom…
    Is this possible and if not, where would I go in the code to make the mods?
    Thanks,
    R

    Oh, and BTW… It sure would be helpful if there were a flowchart of Exhibit showing how it intersects with WP. Is there such a thing and is it shareable?

    Anonymous

    Exhibit didn’t work at me. it complained that the directory images is missing. I had to adjust the following things:
    Under upload options I had to set a directory to upload e.g. wordpress/images (wordpress is the folder in my web directory I installed wordpress) or you create another directory but adjust the variable imagedir (at me line 9) in the file exhibit10.cfg (usually placed under wordpress/wp_content/plugins/exhibitimg/) to this directory.
    The directory images does not exist, you have to create it with right 777.
    If you have done this and want to create a subdirectory in the images directory I got the error “… wrong parameter count for mkdir …” or something like this.
    I adjusted in line 572 under wordpress/wp-content/plugins/exhibitimg/exhibit10f.php the call mkdir($mk) to mkdir($mk, 0777)
    This solved also this problem.
    I used the version of exhibit which was the latest on the 3rd November.

    Hello–

    I just downloaded this plug-in Exhibit… but I can’t find any instructions to load it. I am guessing it goes into the plug-in folder. Can anyone tell me what to do after that? Thanks.

    May I please see a sample? Anyone could post it, please.
    The original sample site seems to be down.

Viewing 12 replies - 76 through 87 (of 87 total)
  • The topic ‘Exhibit 1.0c Photo Gallery Plugin’ is closed to new replies.