Log in

View Full Version : Avatar path


ensure
09-05-2011, 12:29 AM
How do I add the /forum sub-directory to the custom avatars path so it's pointed to:

http://www.mysite.com/forums/customavatars/avatar1_1.gif

instead of:

http://www.mysite.com/customavatars/avatar1_1.gif on my portal page?

Lynne
09-05-2011, 03:18 PM
Are you sure that $svbulletin->options[avatarurl] is what you really want to use? That "s" at the beginning looks wrong.

ensure
09-05-2011, 07:23 PM
Are you sure that $svbulletin->options[avatarurl] is what you really want to use? That "s" at the beginning looks wrong.

You're correct the "s" doesn't belong there. I changed $vbulletin->options[avatarurl] to $vbulletin->options[bburl] and added the forums sub-directory to resolved the issue.