Forums

Exhibit 1.1 Photo Gallery Plugin (142 posts)

  1. ringmaster
    Member
    Posted 7 years ago #

    @greatbananas:
    It seems you don't have jpeg image handling functions compiled into your PHP. Exhibit needs those to create thumbnails.
    Not having this function wouldn't break your site, though. So I wonder what you "fixed" to get your site back. Nothing that Exhibit caused, I'd think.

  2. m8rk
    Member
    Posted 7 years ago #

    '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.

  3. radio13
    Member
    Posted 7 years ago #

    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?

  4. radio13
    Member
    Posted 7 years ago #

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

  5. bob46802
    Member
    Posted 7 years ago #

    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. :)

  6. Zuk
    Member
    Posted 7 years ago #

    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

  7. bob46802
    Member
    Posted 7 years ago #

    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.

  8. Andilek
    Member
    Posted 7 years ago #

    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.

  9. cirque
    Member
    Posted 7 years ago #

    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.

  10. sraymond
    Member
    Posted 7 years ago #

    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-

  11. jbeeman
    Member
    Posted 7 years ago #

    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.

  12. soulcore
    Member
    Posted 7 years ago #

    same for us ;(

  13. gionni
    Member
    Posted 7 years ago #

    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

  14. globelily
    Member
    Posted 7 years ago #

    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.

  15. ringmaster
    Member
    Posted 7 years ago #

    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:
    http://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?

  16. soulcore
    Member
    Posted 7 years ago #

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

  17. skankybeans
    Member
    Posted 7 years ago #

    @ringmaster:
    I've recently installed Exhibit 1.1d and I have to say that I love it. I'm currently in the process of changing over all of my photos from WP-Photos to Exhibit and it's working splendidly. I have one question, though: I would like be able to add my pictures and have a link to 'View Photos' at the end of the article on the home page. How can I do this? Is it possible?

    Thanks

  18. gionni
    Member
    Posted 7 years ago #

    I'm not sure if this is what you mean but you could just copy the url of the post title and put a link at the end of the article using that url.

  19. skankybeans
    Member
    Posted 7 years ago #

    That's exactly what I meant, gionni. The only thing is that I was wondering if there's a way to have Exhibit automatically do that?

  20. gionni
    Member
    Posted 7 years ago #

    I've been using exhibit for just a week and i'm no expert but i think that the answer is no.
    I can't recall seen any option for that in the config file.
    The only problem with the method i suggested is that when you display the full article the link to the picture remain visible.

  21. matosale
    Member
    Posted 7 years ago #

    Damn!!! this is just amazing!!! very good job dude! thanks for the hack!

  22. matosale
    Member
    Posted 7 years ago #

    Well, after trying some things, I just realized that I can't figure out how to get 100 px thumbnails. I've edited every file I've seen and nothing changes, I even changed texts to see if anything changes and nothing.

    Everytime I edited the config files I deleted the post and created a new one to see the changes, but it seems that that doesn't even work.

    Thanks in advance!

  23. larrikin
    Member
    Posted 7 years ago #

    Im running 1.2.2 and everything looks like it is the correct directory. I can see the plugin in the plugin panel and I can activate it. However when I goto advanced editing I don't the Exhibit panel anywhere.

  24. gionni
    Member
    Posted 7 years ago #

    You have to SAVE a new post or open an existing one before you can see the UI.

  25. msbose
    Member
    Posted 7 years ago #

    How do I shorten the border around the picture I post? I usually post just a picture for each of my posts and would like to be able to use the space around the picture (word wrap) for text.

  26. msbose
    Member
    Posted 7 years ago #

    Nevermind. I looked at ringmaster's css file and figured out how to shorten it.

  27. larrikin
    Member
    Posted 7 years ago #

    I have saved the post and it is still not displaying the GUI. The plugin is active.

  28. ringmaster
    Member
    Posted 7 years ago #

    @larrikin: Make sure you downloaded the correct version. If you downloaded the one that I posted above, you have the wrong one. Visit my WP hacks archive for a version more suitable to you.

  29. zack
    Member
    Posted 7 years ago #

    I am using Exhibit 1.1d with WordPress 1.2.2. It's a great plugin.

    I have got a problem though. If I use the protected post feature of WordPress, i.e. password-protect a post, the rest of the post gets password-protected, but the thumbnails show up everywhere.

  30. globelily
    Member
    Posted 7 years ago #

    How do I get thumbnail previews to display side-by-side instead of one on top of the other? I'd like to include 2 preview images at the bottom of my posts but want them next to each other.

    Also still wondering about the exhibit pictoralis configuration, and why one would use it?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.