ProjectCamaro, try this.......If you can see your image's in the gallery normally.
Server Path: /your/path/here/forums/gallery
Gallery URL:
http://www.yoursite.com/forums/gallery
Data Folder: /files
click save.......
Now go to the geek-gallery-popup.php either in your file manager, or you can edit the file, reupload it and just copy over the existing file....
Anyways, open geek-gallery-popup.php and scroll down to
Quote:
$folderstring = $gallery_files_path;
if ($photo_system == "vba")
{
$folders = preg_split( '//',$userid,-1, PREG_SPLIT_NO_EMPTY);
foreach ($folders AS $uid)
{
//$folderstring .= '/' . $uid;
}
|
And where you see $folderstring .= '/' . $uid; Put // in front of $folderstring .= '/' . $uid; just like i have in the quote.........see what happens.
hotwheels