Implementing domain.com/profiles/username
USers on my site are able to give out the following URL which will diplay their profile page: domain.com/forums/username
I would like to change this to be domain.com/users/username - this works fine except the user's avatar and photo doesn't show up because it's using a relative URL domain.com/users/image.php?u=2&dateline=1142257186 instead of a specific URL of domain.com/forums/image.php?u=2&dateline=1142257186
How do I set the avatar and photo URLs to be specific and always use domain.com/forums/ in the URL?
|