i thumbed through this thread and had a couple of probs i couldn't find help on. to confirm, this does work on vb 3.5.4 and vbgallery 1.0.2.
- for thumbs, i needed to change /gallery0/ to /gallery/files/. I added /files to
$folders = preg_split('//', $userid, -1, PREG_SPLIT_NO_EMPTY);
foreach ($folders AS $uid)
{
$folderstring .= '/' . $uid;
yet, I can't manage to get rid of that 0 right after /gallery
- on insert, the image properties should be /gallery/files not just /gallery
|