Ok i checked it...
do the following:
add the $vbulletin->options['bburl_basepath'] = 0; to datastore plugin again.
Set baseurl option to yes
edit your blog and cms directory in Site Name / URL / Contact Details
but leave Forum Component URL empty...
then it should work.
if you need the forum component url, (i.e. you have setup forum to be in a completely different directory) then you have to apply following fix:
open gallery/gallery_global.php
find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
( this assumes you have index.php or forum.php as your forum file).
I do not think it is needed as you will usually not have forum in a separate directory...
thats how it works for me.
Luc