I wanted to integrate plogger into my site. So far it's more like I'm integrating my site into plogger http://csel.cs.colorado.edu/~aberneth/plogger/index.php
(feel free to comment where you see I've made compromises I didn't need to), but it's technically working, almost: once I get to the level of displaying the pictures in an album (plogger/plogtest/albumtest), the relative path to my site's logo no longer works (page cant' find the graphic). It *can* find the graphic at all other "levels" : collections and showing the different album names with a sample pic (index.php, plogger/plogtest)
I tried putting an absolute path to the logo jpg, but then none of the pages/"levels" could find it!! (I'm sure there's no typo - it's the correct abs path. I double-checked it with pwd. I tried the abs path for the css file and other things, too, and the code just won't find anything when I use it's absolute path)
A graphic specified in the css file (plogger/css/gallery.css) for grey sidebars with a relative path name always displays - it's only the graphic specified in my html/php file that gets lost at the album level.
A few setup specs for info: -added my website's css stuff to plogger/css/gallery.css for simplicity -my top-most page that uses plogger I renamed plogger/index.php (again, for simplicity)
-if I move plogger/index.php up one (../), and change the relative paths in the file appropriately, it can't find the album picture files (just displays broken link/ description text) and when I click on that, it's 404 Not Found: /~aberneth/plogtest was not found. Which means plogger's relative paths are not correct anymore, and I don't know how to adjust that. So that's why I'm integrating my website into plogger, not the other way around - seems like fewer problems. Feel free to correct me with instructions :)