in this part of your geek-gallery-popup.php file
PHP Code:
// START GEEKPOPUP SETTINGS
// If using photopost, put the name of the database that contains photopost here:
// You can leave blank if photopost is installed on the same database server as vb3
$gallery_db="photo";
is it possable to change the wording to:
PHP Code:
// START GEEKPOPUP SETTINGS
// If using photopost, put the name of the database that contains photopost below and comment out if photopost is installed on the same database server as vb3:
//$gallery_db="photo";
The other way is a bit confusing.
Thanks it works now.