Yes another hack that was piss easy to install! Appreciated!
Small problem, the norm was to store images at:
/usr/local/apache/www/crazyapes/majorfmforum.com/htdocs/gallery/files
but i stored them at:
/usr/local/apache/www/crazyapes/majorfmforum.com/htdocs/images/gallery
which isnt even in the gallery folder, how do i get round this?
I think i got it working... is this ok?
//$gallery_path is the URL (with no ending space to your photo system
//for photopost: "http://www.YOURSITE.com/photo"
//for vBa: "http://www.yoursite.com/gallery"
$gallery_path="http://www.majorfm.com/";
//$data_folder is the folder (relative to the above URL where the images are kept.
//for photopost:
//$data_folder="/data";
//for vBa:
$data_folder="/images/gallery";
...nope don't think that will work as when you click on the thumb, its the incorrect link to the image page!
...also i don't use the smiley box and that edit has messed up my template:
Please advise.