Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
function plogger_get_source_picture_url() {
global $config;
return (!empty($config['allow_fullpic'])) ? $config["baseurl"].'images/'.SmartStripSlashes($GLOBALS["current_picture"]["path"]) : "#";
}
and change it to read:function plogger_get_source_picture_url() {
global $config;
return (!empty($config['allow_fullpic'])) ? $config["gallery_url"].'images/'.SmartStripSlashes($GLOBALS["current_picture"]["path"]) : "#";
}
Posted By: markrandallI presume there is a way to make it so that the picture isn't clickable if it was wanted?Right, you just un-check the "Allow Full Picture Access" in the Admin -> Options tab
1 to 7 of 7