Broadway 2 + Lightbox: a Plogger theme

Well, I’ve been sitting on this adaptation of my Broadway Plogger theme for too long. It hasn’t been fully tested, but it seems to work. It’s a dark theme that uses the popular Lightbox 2 JavaScript script to open medium-sized images over the thumbnails page. This means that there is no getting to the full-sized image.

Plogger 3 theme: Broadway screenshot

Anyway, if you’ve been looking for a Lightbox 2 supporting Plogger theme, please give this one a try.

Download the “Broadway 2 + Lightbox” Plogger theme

Update 12/19/09: I’ve updated the theme to be compatible with the recently-released Plogger v.1.0. If you’re running an earlier version, I would recommend that you update to the current stable release.

  • RSS
  • email
  • Twitter
  • Facebook
  • Digg
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks
  • Technorati
  • LinkedIn
  • Reddit
  • MySpace
  • Slashdot
  • SphereIt
  • Sphinn
  • Mixx

13 Responses to “Broadway 2 + Lightbox: a Plogger theme”

  1. Kishore says:

    I am so excited about this. Is there a way where I can know how to add/integrate the lightbox script myself ? as I have done many little changes to your theme over a period of time and want to retain it.

  2. ardamis says:

    Well, it’s not complicated, but it’s sorta involved. You’ll need to download the Lightbox 2 script from http://www.huddletogether.com/projects/lightbox2/ and put the lightbox.js and lightbox.css files somewhere.

    Then you’ll need to include them and the scriptaculous/prototype scripts in head.php. (I use Google AJAX Libraries API http://code.google.com/apis/ajaxlibs/documentation/)

    And then you’ll need to edit album.php to use Lightbox.

    I’d suggest downloading my theme and then looking at head.php and album.php for changes.

  3. Jan says:

    Great work, thanks for it ! Looks perfect !

  4. joseph says:

    I would prefer white, would that be easy to do?

  5. ardamis says:

    Hello, Joseph.

    I’m glad you like Broadway, but I’m afraid I’ve pretty much stopped working on themes for Plogger. It wouldn’t be hard to go through the CSS and change the black to white, but replacing the button graphics would be another story. Other, paying, projects have pushed Plogger themes to the back burner.

  6. Steven says:

    Hi Ardamis, your Broadway work like a charm ! But for my personally website, i wanna intergate lightbox into another theme. Please hint me some kind to intergrate Lightbox into another theme.I am very new to the PHP world that why i really need your help !

  7. miguel says:

    Hello, I installed this theme, it works fine, but when I open the slideshow it shows the next message:

    Notice: Undefined index: max_display_size in /home/bdmxpila/public_html/mipueblo/plog-content/themes/broadway2-lightbox/slideshow.php on line 57

    Any idea why this could be happening??

  8. I installed and upgraded to the new stable version of plogger 1.0 RC1. The customized old Broadway theme seems to hold well with two minor exceptions:

    1. the breadcrumb links are not following the style in the css
    2. pagination is not displaying like before

    Are there any major changes I need to do to the code to make it more compatible with the new plogger 1.0 RC1 (which is SVN 660)

  9. @Miguel: I removed the code that was giving the error and it seems to work fine.

    Old code (line 56 and line 57)

    
    $output = '<div class="large-thumb-toolbar"  style="width:'.$config["max_display_size"].'">
    			   '.$large_link.$prev_url.$stop_url.$play_url.$next_url.'</div>';
    

    New Code (line 56 and line 57)

    
    	$output = '<div class="large-thumb-toolbar" style="width:">
    			   '.$prev_url.$stop_url.$play_url.$next_url.'</div>';
    

    I deleted '.$config["max_display_size"].' and .$large_link and it seems to work.

  10. I was able to fix the css issues for the breadcrumbs and the pagination.

    in the gallery css wherever these occur

    breadcrumbs_links
    
    page_links

    change them to

    breadcrumbs-links
    
    page-links

    then the css defined is accepted and the theme should look exactly the way in plogger 1.0-RC1 as it used to look in the plogger beta3.0

  11. Matt says:

    How do I get the albums to show the filename instead of the date both in the album view and in lightbox?

  12. Lucas says:

    matt check themes\broadway2-lightbox\theme_config.php

  13. Ryan says:

    where in these themes do you put a favicon?

Leave a Reply

Wrap code snippets in <code></code> tags.