Hi, I have recently installed plogger and finding it great except for one minor problem, when you finally click on any image it will take you directorly to the location of the image file however this is the link problem i am getting http://www.mydomainname.com/index.phpimages/etc/etc/image.jpg, its meant to be http://www.mydomainname.com/images/etc/etc/image.jpg. How can this be fixed up ?
Huh david... your solution better than me. hahahaa... sorry.. that is because i dunno how to program with php. i try using your solution for my new gallery. so thank to jammindice to k.
michaeloz..
function plogger_get_source_picture_url() { <- find this global $config; return (!empty($config['allow_fullpic'])) ? $config["baseurl"].'images/'.SmartStripSlashes($GLOBALS["current_picture"]["path"]) : "#"; <- part u need to change }