View Single Post
  #26  
Old 05-26-2007, 09:22 AM
davenewt's Avatar
davenewt Offline
pp veteran
 
Join Date: Jan 2006
Posts: 52
Thumbs up

I love it tomyeah, thanks... have implemented it on my site, http://www.mondaymorningphoto.com

One thing though - I had to change a couple of the paths... in case anyone else gets a lot of errors popping up when they log in to their admin page (I'm using PP 1.5)... I changed lines 241 and 242 of the admin_harmonious.php from:

PHP Code:
$image_path "images/".$image_name;
$cached_string "cache/" md5($image_name); 
to...

PHP Code:
$image_path "../images/".$image_name;
$cached_string "../cache/" md5($image_name); 
...which got everything working (well, no errors when I log in to the admin part of the site... the colours were working fine before that anyway!)

Thanks again for a cool addon!
D.
__________________
Even if it isn't Monday... www.mondaymorningphoto.com
Reply With Quote