I don't know if this will work or not, it was just an idea I thought you may want to try. So keep in mind that
this may not work. But if I were doing it this is just what I would try.
After looking at it further, what I told you to change in the XML file was wrong. I think this may work though.
In
product-ao_vbimghost.xml find:
Code:
<defaultvalue>/home/user/public_html/forums</defaultvalue>
and change it to:
Code:
<defaultvalue>http://www.site2.com/vb/imagehosting</defaultvalue>
(Obviously change the text
site2 to the domain name you want to use.)
Save the file and then import the product again. Ensure that you click the
overwrite option.
Make sure you've also done this:
* Created the folder
vb on site2
* Created the subfolder
imagehosting inside the
vb folder.
* CHMOD the folders to 777.
In your vbIMG hosting options in the Admin CP it should reflect the changes you made in the XML file pertaining to the image paths. Just double check that amke sure it does. Then scroll down and submit the page.
I hope this works for you.