• Can anyone tell me why IE has to suck so badly… Aye caramba…
    Exhibit 1.1d is available.
    Changes:

    • Fixed preview selection problem.
    • Fixed client-side display of added images.
    • The code that Exhibit inserts into the post body when clicking on an image in the list is now configurable.
    • Added button to file-picker to add full-sized image tag to post body.
    • Added uber-popup code – Allows visitor to click through all images attached to the post without closing the popup.

    If you’re trying to do something in Exhibit and you think it should work but it doesn’t, please try it with FireFox before you report it so that I know whether to look at javascript or PHP. Please?

Viewing 15 replies - 136 through 150 (of 159 total)
  • garconcn

    (@garconcn)

    Thanks for replying, I mean whatever i choose the way to display the picures from “Post config”, it always displays like that.
    Example: “supress content” and “pictorialis config” are no difference in my post, even all of the mothod.
    Garconcn

    dmullerd

    (@dmullerd)

    I posted last week concerning configuration struggles. I’m trying to use exhibit exactly the same way the plugin’s auther uses it on his site (asymptomatic.net). Could someone help me modify the config file? Here are my parameters:
    – thumbnails with individual captions at the bottom of the posting
    – no preview, no pagination
    – large images appear in a popup with a navigation at the bottom of the popup window.

    Nola1974

    (@nolageek)

    Im running the newest 1.3 and I installed the latest exhibit. Everything seems to work ok, but after I upload a new file, I click on the Add Image To Post button, the screen refreshes but the picture has not been added. Any ideas? It was working fine under 1.2.
    Also, how do I set it to either float left or right in the post?

    damek

    (@damek)

    I’m having a heck of a time – since Bloghosts.com recently bit the dust, I’ve had to switch to a new host. (BTW, I chose DreamHost.com.) Over at Bloghosts, I had two wordpress blogs installed, one for pictures, and I had Exhibit working nicely on it.
    In switching, however, I’ve done something wrong and Exhibit just won’t work for posting or editing anything. Everything shows up on the site, and the Plugins page shows Exhibit and it’s active, but when going to edit any draft or post, they just look like normal, as if Exhibit didn’t exist.
    The site is: https://www.damek.org/kam/
    You can log in with u:tester p:tester if you’d like to see how Exhibit isn’t working despite being installed and showing pictures on the blog.
    Does anyone have any ideas as to why it wouldn’t work? Maybe something with post.php? I didn’t just copy over all my files from the old host, I did a fresh install of everything and then restored the data from the other host’s database. But somehow Exhibit didn’t get installed properly or didn’t initialize or something.

    damek

    (@damek)

    Ah geez, I can’t believe it … after writing that long message I got it in my head that it might be DreamHost’s fault, so I googled “exhibit wordpress dreamhost” and lo and behold the first hit was to page three of this thread which has this post which tells how to make it work.
    And lo and behold, it works. I can’t believe I missed that when scanning this thread for hints earlier.
    So, uh, nevermind. Sorry.

    Nola1974

    (@nolageek)

    <i>1 -open wp-settings
    2- look for
    include_once(ABSPATH . ‘wp-content/plugins/’ . $plugin);
    in 1.3 it’s line 95
    3- replace include_once by include (delete _once)
    4- have beer
    5- look: it works !!!!</i>
    Wait, so I’m changing <i>
    include_once(ABSPATH . ‘wp-content/plugins/’ . $plugin);</i> to what?
    <i>include (delete_once(ABSPATH . ‘wp-content/plugins/’ . $plugin));</i> or just <i>include (delete_once);</i>?
    Confused me there.

    Nola1974

    (@nolageek)

    Uhg. I wish there was an easy way to get to posts you posted previously – I forgot I posted this. I’m still confused aboiut what I’m supposed to change.

    mikebober

    (@mikebober)

    I’ve been seaching for a bit and can’t find anything about this.
    I just installed Exhibit 1.1d. Everything works fine except that the UI in Safari is all over the place. Has anyone seen this? Maybe I’m just too tired to figure this out.
    Here’s a link to a pdf image
    https://www.mikebober.com/help/exhbitsafari.pdf

    We got a little trouble using exhibit to create the thumbnails via ftp. Wea€?ve checked and tripled check permissions.
    When we create a folder, and ftp over photos (all jpgs), we then get on to create a message (and save it of course), and the we select the little image thing to generate the thumbnails.
    Well it does one. The first one, then it stops, doesna€?t do anything else expect spits the following out in place under the a€?Reset to image / patha€?:
    a€?? function delExhibitImage(imgid) { var pardoc = window.parent.document; var scroll = pardoc.getElementById(a€?ex_image_scrolla€?); var imgs = pardoc.getElementsByTagName(a€?inputa€?); for(z=0;z
    Anyone else have this similar problem? We have a lot of images to go up at once, it would be a lot easier if we could just ftp them in instead of uploading them through the web interface.
    Thanks!

    Check out https://www.rion.nu to see what Ia€?m after. (Clicking on one of the images on the front page takes you to an enlarged version with a different layout).
    Is it possible to do this using exhibit?
    At the moment I’m using exhibit with the pop-up option and this is far from ideal… in fact for my last 5 or 6 posts I’ve opted out of using this great plug-in, which is a great shame.
    Surely one could edit the pop-up source or somin (and stop it from poping up) but I’m no coder, so I don’t know where to begin.
    If this isnt possible with exhibit, are there any other image posting plug-ins i could use which would give me this type of functionality.
    Many thanks,
    Mez
    Oh my blog is at https://www.mezhopking.com – if you want to check it out.

    IMPORTANT …. i’ve fixed a problem with Exhibit that was causing it not to show up at all in the write/edit post area …. the problem was that PHP was in CGI mode rather than apache module mode …. i found that suggestion in a little post on here somewhere, but i feel like it’s important to know …. luckily, i have the best hosting provider on the planet. i logged in and changed it to apache module mode with a few clicks. the provider recommends CGI mode for greater security, but they list some drawbacks of it in their knowledge base:

    • Custom 404 pages won’t work for .php files with PHP-CGI. Or will they? See n74’s comment below!
    • Variables in the URL won’t work without using mod_rewrite (example.com/blah.php/username/info/variable).
    • Custom php directives in .htaccess files (php_include_dir /home/user;/home/user/example_dir) won’t work.
    • The $_SERVER[‘SCRIPT_NAME’] variable will return the php.cgi binary rather than the name of your script

    Can anyone tell me how to use exhibit to put in one picture, as say a preview, but they can click ‘click to see more’ to see the rest. Much like how https://www.asymptomatic.net/ has it, on the ‘I don’t even know why’ post.

    Thanks in advance!

    So I figured the above out. Now I just can’t figure out how to make the preview thumbnail larger, and how to make it so in firefox when you click a thumbnail and the full size photo loads, the entire browser gets smaller instead of having a popup like in IE. Any ideas?

    I have this error message when I try to test Exhibit 1.1b on the local machine with WP 1.5 and EasyPHP1.8 “Fatal error: Call to undefined function: imagecreatefromjpeg() in c:\programmi\easyphp1-7\www\wordpress\wordpress\wp-content\plugins\exhibitimg\exhibit10f.php on line 623”.
    My question is: isn’t possible to use Exhibit on the local machine???

    Thanks
    Tonyz

    When i tried to activate Exhibit 1.1d this is what i got….

    Fatal error: Call to undefined function: get_currentuserinfo() in /home/.hansel/starstringing/starstringing.com/wp/wp-content/plugins/exhibit10.php on line 205

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