• 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 6 replies - 136 through 141 (of 141 total)
  • I’m using WP 1.5 Beta and just installed exhibit. Everything works fine until I actually try to add an image to the post. Clicking the icon to add the image doesn’t do anything.

    Exhibit can create thumbnails, show thumbs, etc., it just won’t add the image to the post. Any thoughts?

    Also, I’m using Firefox 1.0, and I tried in IE with no luck.

    I had the same problem when I installed 1.1d on WordPress 1.5.1.3. Then I tried 1.1d (asy) and it was funktified… there was no readme file so I just figured it out myself, and once it was installed, it kept putting all my thumbnails on a new line which I thought looked tacky. So here’s what I did. I deactivated 1.1d, deleted exhibit10.php and left everything else as is. Then I opened the 1.1d (asy) exhibit10.php file and added a string of coding right before the line that says get_currentuserinfo();:

    $incfile = ‘wp-includes/pluggable-functions.php’;
    $c=0;
    while(!is_file($incfile))
    {
    $incfile = ‘../’ . $incfile;
    $c++;
    if($c==30) {
    echo “Could not find pluggable-functions.php.”;
    exit;
    }
    }
    require_once($incfile);

    I do not take credit for this hack! I found it in someone’s post in another thread. I would credit the person but I forgot who it was. If you posted that code and are reading this, thanks!!

    Anyway, I then put the hacked exhibit10.php file into the plugin directory and reactivated the plugin. It works perfectly now! Hopefully that helps anyone else who had a similar error.

    I am using Exhibit 1.1 with WP 1.5.2, and I noticed that if I password protect a private post and with the last_page=1, Exhibit images shows up for public viewing once the user clicks on the last page under the password box.

    Works fine for me so far.
    Installed the 1.1d version, and then overwrote the exhibit10.php file with the new one from the ASY release.
    Then applied the hack QueenC47 mentioned. Othervise i would get a fatal error crashing the entire blog…

    Now i can add images with no trouble.. think this is gonna work out great. Cant wait for new features to be added, like a admin panel to edit the .cfg file would be nice ?? Easier to adjust stuff like size ect ??

    jorgent

    (@jorgent)

    Hi all!

    I really really hope someone can help me now. I’ve tried to get help in here with different things this week, but no luck..

    I’ve tried the coppermine gallery, and the wp plugin for coppermine. It works ok, but I really don’t need all the features which it provides.

    I’ve downloaded Exhibit, and it almost works! I don’t have any errors, but when I upload an image and try to insert it to a post, It always try to pick the picture from my root folder. Here’s my settings:

    # imagedir is the base directory where images are located
    # It must be located in your WordPress root (not your web root)
    imagedir=’sett_bilder’

    (default was ‘images’)

    That folder is here: https://www.jorgent.com/sett_bilder
    I can successfully upload the pictures to that folder, but when I click on the “Insert full-size HTML” button, the code is this:
    <img src=”https://www.jorgent.com/1886.jpg&#8221; alt=”” border=”0″ />

    Why wont it point to my “sett_bilder” folder when I have that in my settings?

    Please help me someone!

    Thanks ??

    EDIT: I’m using Exhibit 1.1d

    jorgent

    (@jorgent)

    I don’t want to fuss (like I do now I guess..), but I really need help :/ And I don’t want to make a new thread (though I have discovered that it’s easier to get help that way).

    jorgent

    (@jorgent)

    Never mind, I finally managed to understand the plugin.. But it took some days. I guess it’s because english is a foreign language for me.

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