=== Lightbox Plus CPG 1.4.9 hack === by Daniel Carter (dan at ids dot org dot au) [OPEN include/themes.inc.php] [FIND] $pic_html = ""; [REPLACE WITH] // MOD by dan: use lightbox to display full-sized images #$pic_html = ""; $pic_fullsize_url = get_pic_url($CURRENT_PIC_DATA, 'fullsize'); // NOTE: you may like to customise the title attribute in the anchor tag, below. $pic_html = ""; // end MOD [OPEN themes/classic/template.html] [FIND] [AFTER, ADD] [VISIT http://serennz.cool.ne.jp/sb/sp/lightbox/#download] 1. Download all files into scripts/lightbox/ in your coppermine installation directory. You can put them elsewhere, but make sure you adjust the modifications to themes.inc.php as appropriate, above. 2. Edit lightbox_plus.js, then under the "=== main ===" heading, adjust all the paths as appropriate. For example, if you have coppermine installed in http://domain.name/photos/ and you installed lightbox as suggested, all the paths would begin with '/photos/scripts/lightbox/' 3. Done. Now test your new configuration :-)