This worked like a champ. I only found one issue with creating the new structure.
so for Default:
the imagesfolder variable points to:
images
for plForum, it points to
images/plForum
I'm also using vbPortal to give the front page a more homey feel. It broke. It was using imagesfolder to point to all its images. It also (sneakily) makes copies of the default top banner images in its own images folder.
so I needed to prepend the $bburl variable to all references to imagesfolder, and then it worked. This created a new problem, but nothing that couldn't be fixed with a quick filesystem symbolic link. All hail unix.
- ZJ
|