• I’ve been using Owen Winkler’s Exhibit since forever, but am afraid development have halted entirely. Thus, I’m on the hunt for a more robust, convinient, powerful and future proof solution to my picture publishing needs.

    Is there any plugin that can take over directly from an Exhibit-install without breakin all my posts from the last couple of years? Something that can read Exhibit’s tables and configure itself accordingly?

Viewing 9 replies - 16 through 24 (of 24 total)
  • mir123

    (@mir123)

    Hi Michiel, sorry for taking so long to respond,

    For Lightbox integration with Exhibit,

    1. download Lightbox and put the folder with the javascript somewhere in your server and refer to it in your header. Just add the following lines to your header.php, before the </head> tag:

    <script type="text/javascript" src="http://www.website.org/js/prototype.js"></script>
    <script type="text/javascript" src="http://www.website.org/js/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="http://www.website.org/js/lightbox.js"></script>

    2. Add the Lightbox CSS. I copied everything in lightbox.css and just pasted it at the end of my WordPress stylesheet. You could also add a line in the header as suggested in the Lightbox docs:

    <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

    3. Upload the Lightbox images folder (I put it in the root folder)

    4. You should test it by manually adding a Lightbox link in a post to see what happens. Such as (from the Lightbox docs):

    image #1

    or better, try two or more images and putting them in a slideshow, like this:

    image #1
    image #2
    image #3

    If this works then you’re nearly there.

    5. Here’s the trickier part. Edit the /wp-content/plugins/exhibitimg/exhibit10p.php file. Around line 371 there is the following:

    $ret .= "caption)."'); return false;\">";

    Change it to:

    //$ret .= "caption). "\">";

    Then you should get all of the images in your post in a nice little series.

    Now, I would really like some help in modifying Exhibit to use intermediate images, with a link to the full size ones. If anyone is interested in what I’ve done so far here, let me know.

    mir123

    (@mir123)

    Hi Michiel, sorry for taking so long to respond,

    For Lightbox integration with Exhibit,

    1. download Lightbox and put the folder with the javascript somewhere in your server and refer to it in your header. Just add the following lines to your header.php, before the </head> tag:

    <script type="text/javascript" src="http://www.website.org/js/prototype.js"></script>
    <script type="text/javascript" src="http://www.website.org/js/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="http://www.website.org/js/lightbox.js"></script>

    2. Add the Lightbox CSS. I copied everything in lightbox.css and just pasted it at the end of my WordPress stylesheet. You could also add a line in the header as suggested in the Lightbox docs:

    <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

    3. Upload the Lightbox images folder (I put it in the root folder)

    4. You should test it by manually adding a Lightbox link in a post to see what happens. Such as (from the Lightbox docs):


    image #1

    or better, try two or more images and putting them in a slideshow, like this:


    image #1
    image #2
    image #3

    If this works then you’re nearly there.

    5. Here’s the trickier part. Edit the /wp-content/plugins/exhibitimg/exhibit10p.php file. Around line 371 there is the following:


    $ret .= "caption)."'); return false;\">";

    Change it to:


    $ret .= "caption). "\">";

    Then you should get all of the images in your post in a nice little series.

    Now, I would really like some help in modifying Exhibit to use intermediate images, with a link to the full size ones. If anyone is interested in what I’ve done so far here, let me know.

    mir123

    (@mir123)

    Hi Michiel, sorry for taking so long to respond,

    For Lightbox integration with Exhibit,

    1. download Lightbox and put the folder with the javascript somewhere in your server and refer to it in your header. Just add the following lines to your header.php, before the </head> tag:

    <script type="text/javascript" src="http://www.website.org/js/prototype.js"></script>
    <script type="text/javascript" src="http://www.website.org/js/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="http://www.website.org/js/lightbox.js"></script>

    2. Add the Lightbox CSS. I copied everything in lightbox.css and just pasted it at the end of my WordPress stylesheet. You could also add a line in the header as suggested in the Lightbox docs:

    <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

    3. Upload the Lightbox images folder (I put it in the root folder)

    4. You should test it by manually adding a Lightbox link in a post to see what happens. Such as (from the Lightbox docs):

    <a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>

    or better, try two or more images and putting them in a slideshow, like this:

    <a href="images/image-1.jpg" rel="lightbox[slideshow]">image #1</a>
    <a href="images/image-2.jpg" rel="lightbox[slideshow]">image #2</a>
    <a href="images/image-3.jpg" rel="lightbox[slideshow]">image #3</a>

    If this works then you’re nearly there.

    5. Here’s the trickier part. Edit the /wp-content/plugins/exhibitimg/exhibit10p.php file. Around line 371 there is the following:

    $ret .= "<a href=\"{$imgurl}\" onclick=\"exh_popImage('{$imgurl}', '".addslashes($image->caption)."'); return false;\">";

    Change it to:

    $ret .= "<a href=\"{$imgurl}\" rel=\"lightbox[slideshow]\" title=\"".addslashes($image->caption). "\">";

    Then you should get all of the images in your post in a nice little series.

    Now, I would really like some help in modifying Exhibit to use intermediate images, with a link to the full size ones. If anyone is interested in what I’ve done so far here, let me know.

    I am also looking for a that will allow me to add multiple images to a post at one time. Is this modified version of exhibit still the best option that you have found?

    Thank you for any ideas

    Thread Starter Emanon

    (@emanon)

    mir123 – thank you so much for the info on getting Exhibit to use lightbox! I will definetly try it out myself sometime soon.

    I’m afraid I can’t help you with modifying Exhibit though. I know next to nothing PHP. However, I’m still interrested in pooling some cache to pay a developer to update the plugin for us.

    Exhibit table in the database

    what does this mean exactly ?
    i have installed the plugin but the option panel doesn’t appear

    Thanks Mir123! No worries… it took a long time for me to check this out too… I will for sure give it a try!!!

    It all worked! I added the Lightbox [Group per post] code, see: http://wordpress.org/support/topic/127066

    I have been using Exhibit with WP 2.1 for some time now and feel that it is time to move away from Exhibit since it has been abandoned for years.

    It shouldn’t be too difficult to get the code that Exhibit adds to each post content and then add it to the post_content field in the wp_posts table. We can use the functionality already present in exhibit with some wrapper code to do that.

    Is anyone interested in that?

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘How do I migrate from Exhibit?’ is closed to new replies.