• 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 - 91 through 105 (of 141 total)
  • ‘scuse my stupidity, but exhibit isn’t working for me. I’ve installed 1.1d on WP1.3a5 – activated it fine, and all appears well. I’m able to upload, make thumbnails, create directories etc..
    The Exhibit panel doesn’t seem to be functioning correctly. I never get previews in the left hand pane, as per the screenshot with thumbnails. And I get [strange] code [sorta correct but not useful?] if I drag the icon into the writing area. If I drag stuff into the left pane It creates a new page containing just the left pane, again with nothing in it.
    I get no errors. I have had the Image Browser plugin working previously in this installation, would that interfere? – and i’ve tried deactivating MarkDown and don’t have textile 1 or 2 activated.

    I’ve installed 1.1 on WP 1.2.2 (PHP 4.3.1) and everything within the admin interface seems to work fine (uploading, rotating etc.) But when I go to my main page I get the following error:

    Warning: main() [function.main]: open_basedir restriction in effect. File(../exhibitimg/exhibit10i.php) is not within the allowed path(s): (/www/htdocs/v125674/) in /www/htdocs/v125674/wp-content/plugins/exhibit10.php on line 196

    Warning: main(exhibitimg/exhibit10i.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/v125674/wp-content/plugins/exhibit10.php on line 196

    Fatal error: main() [function.main]: Failed opening required ‘exhibitimg/exhibit10i.php’ (include_path=’.:..’) in /www/htdocs/v125674/wp-content/plugins/exhibit10.php on line 196

    Any ideas? Has this something to do with the php safe-mode?

    Ok, I altered the path line 196 and now it works.

    I have a simple question, but i dont know how to do it.

    I want 1-2 of the thumbs to be previewed in the wordpress category where it lists all the posts in that category.

    for instance, i have a member rides section, and right now it only displays the title of the post and the description. how can i make it reference the first 1 or 2 thumbnails and have it display, then when people click on the thumbnails it goes to the page where the whole post is displayed.

    awesome hack btw. ??

    I have installed the hack. But I cant find the “Add” Thumbnails Button. I can upload images, I can create Thumbs but I cant add them ? Whats wrong with my installation? At the right side of the news interface I can find the pictures but only with the options “rotate” make thumbs and delete.

    Denis

    click on all the different icons next to the image. they all do something.
    the second icon over from the left, that is in the table with the image thumbnails (showing the contents of a folder) that should insert the thumbnail into the post.

    I am using WP 1.5 and plugin 1.1d. If I click thumbnailed image add icon, javascript reports problem – wrong syntax. Therefore I cannot add images to the left part of exhibit and cannot add them to posts.

    This might be the dumbest question ever, but look at it this way: Exhibit is the best gallery function I’ve found, so that’s why I dare to ask!

    I want to be able to click the thumbnails in my post, and open the full size picture inside WordPress. Right now I pnly seem to be able to see it as a pop up.

    I am using WP 1.5 and plugin 1.1d. If I click thumbnailed image add icon, javascript reports problem – wrong syntax. Therefore I cannot add images to the left part of exhibit and cannot add them to posts.

    Same problem here with the same versions. If I debug the script, I’m seeing this:

    <script type=”text/javascript”><!–
    <div id=’error’>
    <p class=’wpdberror’>WordPress database error: [Table ‘wordpress15a.exhibit’ doesn’t exist]
    SELECT MAX(picorder) FROM exhibit WHERE post_ID = 94
    </div><div id=’error’>
    <p class=’wpdberror’>WordPress database error: [Table ‘wordpress15a.exhibit’ doesn’t exist]
    SELECT count(ID) as imgct FROM exhibit WHERE photo = 'images\\/P1010001.JPG' and post_ID = 94;
    </div><div id=’error’>
    <p class=’wpdberror’>WordPress database error: [Table ‘wordpress15a.exhibit’ doesn’t exist]
    INSERT INTO exhibit (post_ID, photo, thumb, caption, picorder) values('94', 'images\/P1010001.JPG', 'images\/t/P1010001.JPG', '©2004', 1);
    </div>addExhibitImage(‘images\/t/P1010001.JPG’,’images\/P1010001.JPG’,0,false);
    //–></script>

    the “images\/…” seems a bit strange.

    Scott-

    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.

    same for us ;(

    Hi i’m having trouble viewing the full size image page.
    I’m working with wp 1.2.2 and Exhibit 1.1d.

    Thumbs and post editing phase works correctly as well as publishing.

    I have two problems:

    First- I got a fatal error on exhibit_full page telling something about an undefined function numeric index, it should be on line 650 of exhibit10p.php.
    I looked into it, found out that those lines regarded the next (or previous, can’t remember) buttons; i went back to the exhibit_full page, removed the next and prev which i really didn’t care about and the page started working!

    As you understand my php is not good enough to fix it by myself…
    I don’t really care about the next/prev at this time but it might turn usefull in the future.

    Second – Well, now the page is running but i got in a bit of a mess.

    The post is showing correctly as before with the nice freshly generated thumbs styled with the css.
    When i click on the thumbnail though, the exhibit_full page displays again the thumbnails as before instead of the full jpeg.
    Clicking on one of the thumbs loads the same page and over and over and over.

    The only way i got it working was using the “suppres content”. With no other content the full page worked correctly but the content is suppressed also in the regular post. It does suppres my thumbnails making the page almost impossible to reach!

    I must be doing something wrong, i’ve been true the config a few times but maybe i’m missing something.

    Anyone can help?

    Thanks

    Can anyone explain the differences between using the exhibit pictoralis configuration and the regular exhibit configuration? I’m not understanding why I would choose one over the other and haven’t found it documented anywhere.

    Thanks for the great plugin.

    Thread Starter ringmaster

    (@ringmaster)

    Whew.

    Ok, my current Exhibit install is working under WP1.5. I probably don’t have the same code as what is available for download from my wp-hacks site.

    If you’re stuck, try this:
    https://asymptomatic.net/wp-hacks/asy_exhibit.zip

    That is an archive of the code that I run on my own site which is a very recent CVS snapshot of WordPress 1.5.

    Anyone want to recommend a good web-based bug tracker?

    yay \o/
    that one works fine for me.
    thanks a lot ringmaster.

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