Hi,
I'm having an issue moving avatars to an external domain
www.domain.com where my vb board is on different domain
www.myforum.com.
when I go to
Admincp / Avatars / User Picture Storage Type
and change the file path like this:
Avatar File PathThis file path should be readable AND writeable by your web server (usually chmod 0777) -->
./customavatars
URL to avatars (Relative to your forums home page) -->
http://www.domain.com/customavatars and so on for the other folders' paths...
now the process goes fine and the url shows up correct, but the image doesn't show up. The only thing I see is the username of the users instead of their avatars.
when I look at that avatar external path for example
http://www.domain.com/
customavatars, I don't see any avatar saved. That means the avatars are not being saved on the external domain...
I guess there is something wrong here, but not sure what it is...
anyone knows what's going on!! how do I get around this issue??