If this fix has already been posted forgive me, but I searched and could not find it. Maybe I was searching for the wrong things.
Everything is work great except for when I goto to living_avatars/index.php
The avatar preview picture does not display (broken Images).
I check the properties on the images and it is doing this for the url:
Code:
http://mydomain.com/forums//forums/customavatars/avatar1_1.gif?time=1188348662
I have searched everywhere and cannot find what I doing wrong here the other links (urls) on the same page are correct and go where there suposed to.
Anyone have any idea how to fix this problem?
I am thinking it has to do with this code in the index.php lol but I am not that great at php...
Code:
$current_avatar_path = ForumAvatar($userinfo[userid], $userinfo['username']);
if(strlen($current_avatar_path))
{
$current_avatar_path = str_replace('living_avatars/', '', $current_avatar_path);
$current_avatar_path = str_replace('.gif', '.gif?time=' . time(), $current_avatar_path);
echo '<img name="user_avatar_preview" src="' . $current_avatar_path . '" />';
Oh yeah forgot to give vb version 3.6.8
Is this mod even supported anymore??????
Anyways any help would be great!