• Exhibit 1.1 is a huge step forward in terms of admin UI.
    1.1 adds image upload/delete, directory creation/deletion, zip-file upload extraction, individual thumbnail creation, optional user-based image directories, and no post edit page reloads. I’ve fixed a bunch of stuff, too, including some umask/chmod stuff (crosses fingers), the annoying untiled floating issue, and the images appearing under the sidebar in IE.
    Everything validates as valid XHTML, both on the published side and the admin side, and all of the features of Exhibit that you’ve come to cherish remain in there.
    I moved the installation instructions into a new readme file that should explain enough to get you going. Feel free to ask questions here, though I’ll be gone over the weekend on a trip to D.C. (Darn, no Philly WP meetup for me. ?? )
    Enjoy!

Viewing 15 replies - 46 through 60 (of 141 total)
  • RM, I don’t know if this is asking too much, but might there be a way to set the new versions up in a way to where you can easily upgrade a prior version without losing your current configuration or css? Perhaps it’s already that way, meaning that in your upgrades, you’re no longer changing the layout of the .cfg or .css files. If that’s the case, great. I was just wondering. I’d like to keep current with your upgrades, but right now I can’t take the time to compare the cfg and css files or redo the settings that I’ve achieved thus far.

    Both the ‘click to create a single thumbnail’ or ‘update all thubnails’ does nothing at all, t just reloads the page, changes nothing
    I have tried on an wp 1.2 install and the 13.alpha.
    I can upload/delete/make directories just fine, it just cannot make thumbnails.
    Both the servers i tested on have GD ‘2.0 or higher’ installed according to phpinfo().
    Anyone knows what the problem here is?
    thanks

    Sorry about the confusion! I have it working great on 1.2 mingus now. Thanks ??

    @ringmaster:
    At first I thought I had this watermark feature locked in but now it seems that it is more complicated than I thought.
    Remove watermark? Is this even possible? I thought that when you add a watermark you end up with a merged image. How can you remove it and then re-apply it?
    I think I have an intermeadiate solution. Why not apply the watermark when you click on the icon to transfer the image over to the blog post. This makes sense because you would normaly do all your rotations before you add the image, no? Now that you have the preview pop-up you can tell before you add the image if you need to rotate it or not. In the end, if you really screw up then you can always remove the image from the post (and the directory) and re-upload it.
    @symantix
    I love rotation on the server! Also, judging by the quality of work that ringmaster puts into his code, do you think he would settle for a solution like that? No, no. If you’re gonna do it then you might as well do it right. I’m sure we can add watermarking with proper usability.

    i cant seem to activate it. the readme file seems to be written from the perspective of someone who knows something, or some extra step taht I’m not aware of.
    Is there a DETAILED step by step installation guide? I did exactly as it asks, and I actually don’t seem to have an OPTION to enable any plugins… i can’t even FIND that..
    help would be appreciated.

    a question from a complete novice; I know it is a bit off-topic but perhaps someone could point me in the right direction? –
    i installed the plugin, everything seems fine but gives me an error that, after i looked at the comments in this and other threads, indicated that my server is not compiled with the GD option. And indeed, it wasn’t.
    I asked our sysadmin to recompile it accordingly. She said she tried and it fails.
    I asked what is the error that she gets.
    Her reply:
    “The error is:
    Cannot load /usr/local/apache/libexec/libphp4.so into server: dlopen:
    cannot load /usr/local/apache/libexec/libphp4.so
    This is typically a path problem, i.e. cannot find a required library
    in the path, but I have eliminated that.”
    Any idea what might be a reason for this or what would be a good place to find a solution?
    Thanks much…

    is there a way that it will NOT alter my image size/shape? I have my images pre-optimized before uploading,.. then when i upload them, either exhibit or wordpress re-sizes them again and makes them distorted, blurry and odd sizes…
    any tips?

    also, i have to wonder: if we’re uploading large images that exhibit is editing down to a smaller image, are we using our internet bandwidth/traffic quota?
    My digicam takes enormous photos, at more than 1mb per shot……..
    what does everyeone else do? BTW, https://www.idealflaw.com has examples. notice the larger gallery post i made has weak image quality… the single pic gallery of the tree is quite good, however,.. i uploaded that from teh enormous source photo…

    I set the maximum resolution to 1600*1200 but the scrollbars doesn’t show. Is there an option to show scroll bars in the pop up window? thanks

    Thread Starter ringmaster

    (@ringmaster)

    Wow guys; It seems I shouldn’t sleep.
    Regarding upgrades:
    If you don’t replace the config file, the defaults in the actual code are set to work the same as if you used the new settings in the new config file. At least, that’s the theory. I’ve been adding all of the new config options to the bottom of the file, above the Post Config options, so they’re easy to locate. Bottom line- Just don’t copy over the new config file and you should be OK.
    Regarding not finding the Plugin activation page:
    WordPress restricts access to this admin tab based on user level. Be sure you are logged in as a user with a high enough level to be able to see this tab before becoming convinced that something is wrong with Exhibit.
    Regarding installing GD:
    Sorry, when I was using Linux my PHP came packed with working GD and I never cared to learn how to recompile anything. When the time came that I needed to upgrade, I switched to Windows (where I’m personally more comfortable) and everything’s been working swell.
    Regarding resampling the original image:
    The config file tells you exactly what to do to not resample the originals: “Use 0 if you don’t want to resample.”
    Regarding uploading huge images:
    Depending on the metering to your server, yes you are sucking up a lot of bandwidth. But it’s your choice to upload the big files as opposed to the small ones. Actually, I resample nearly everything before I toss it online. But for the occasional file, I just want to upload it and be done, so I make use of the online resampler.
    Note that you can also zip all of your images and upload them. Exhibit will unzip them into the directory in the file picker. This works if your PHP has the zip extensions.
    Regarding bad resampled image quality:
    There is an option to turn on antialiasing in GD, but the version of PHP required is too new (5?), I think. I’ll look into it. But if you’re not happy with the quality of the images that are resampled by the server, then the logical course of action is to resample them locally. Exhibit is not Photoshop, and I wouldn’t expect Photoshop performance from it. Resampling locally will save you some bandwidth, too.
    Regarding scrollbars in the popup:
    There are a couple of ways to do this. You could edit the Exhibit popup code. Around line 267 in exhibit10p.php. Or (perhaps better for upgrades) you could create your own popup page and set the configuration file appropriately. I leave either of these options as an exercise for the user, since I have already written my fair share of popup code here. ??
    Regarding watermarks:
    I think that applying the watermark to the full image when adding it to a post might be the way to go because it’ll give you the chance to manipulate it a bit before the watermark is applied. I can check the database when the image is added to the post and if it’s not already in the table, the watermark will be applied.
    The more I think about it, I think this way might be the way to go. Get your transparent PNGs ready, friends, otherwise all of your images will say “Exhibit” on them!
    Removing a watermark can be done if the watermark is applied with an XOR operation. I don’t know if GD (I doubt it) supports such a thing, but now I don’t have to bother looking. ??
    At some point, I need to try getting some actual work-work done. Perhaps I will finish up with the watermark stuff today and release 1.1b. Maybe.

    Thread Starter ringmaster

    (@ringmaster)

    My guess is that you’re using the preview_like_single option. Dang it!
    Somewhere around line 506 is this code:
    $ret = '<div id="exhibit_thumbs">'."\n";
    Change the “id” to “class” and update your CSS accordingly. This item is fixed in the dev build of 1.1b.

    what file do I make this change in?

    Okay, I figured it out, and that fixed it. My site is flawless again. ??
    However, now that I have changed the id to a class in my css, it has removed the border from around the grouping of thumbs on each post. The border attribute was not changed; only the id to class. It doesn’t look that bad, but I think I may like having the border better. Any ideas why that’s happening?

    Okay, the border is back now for some reason. I think it was a caching issue.

    Thread Starter ringmaster

    (@ringmaster)

    Oops. Yeah, you want exhibit10p.php.
    FYI, ‘p’ is for “photo page presentation” and is for displaying the images in your output. ‘i’ is for “interface insertion” and manages inserting the editing interface in WordPress. ‘f’ is for “file picker” and handles all the file management stuff.
    And they let me teach my daughter the alphabet. ??

Viewing 15 replies - 46 through 60 (of 141 total)
  • The topic ‘Exhibit 1.1 Photo Gallery Plugin’ is closed to new replies.