| Author |
Message |
fury Worker


Joined: Sep 09, 2003 Posts: 165
|
Posted:
Tue Sep 16, 2003 8:13 pm |
|
I would like to startfrom scratch on the avatart setup to allow the avatar chosen in the nuke profile to be the one displayed in the Forum profile
i have the root paths set properly but i would like to make sure
thanks
SF |
|
|
|
 |
fury Worker


Joined: Sep 09, 2003 Posts: 165
|
Posted:
Tue Sep 16, 2003 9:34 pm |
|
ok is set up correct and ready for instruction to make it work |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed Sep 17, 2003 4:28 am |
|
I have mine working and I can't remember how . I haven't responded because I've been trying to figure out what I did. I am going to do a fresh install of nuke 6.9 and then try to figure it out and I will let you know. It seems I just made a change to one file somewhere. |
|
|
|
 |
fury Worker


Joined: Sep 09, 2003 Posts: 165
|
Posted:
Wed Sep 17, 2003 6:25 pm |
|
I thought it was in the Your_Account/index.php changing the path to the avatar gallery but it didnt work the first time i tried but i may have messed it up
thanks |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Thu Sep 18, 2003 5:37 pm |
|
I will be looking at this tonight - at least it's in my plans to look at your issue and Blith's, since they are probably related. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Thu Sep 18, 2003 5:52 pm |
|
Give this a try. In modules/Your_Account/index.php, on or about line 266 find this line | Code: | if (ereg("(http)", $userinfo[user_avatar])) { echo "<img src=\"$userinfo[user_avatar]\"><br>\n"; } elseif ($userinfo[user_avatar]) { echo "<img src=\"modules/Forums/images/avatars/$userinfo[user_avatar]\"><br>\n"; }
| and change it to | Code: | if (ereg("(http)", $userinfo[user_avatar])) { echo "<img src=\"$userinfo[user_avatar]\"><br>\n"; } elseif ($userinfo[user_avatar]) { echo "<img src=\"modules/Forums/images/avatars/gallery/$userinfo[user_avatar]\"><br>\n"; }
|
That corrected the avatar image not appearing in Your Account. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Thu Sep 18, 2003 11:13 pm |
|
See this for the REAL fix.
|
|
|
|
 |
|
|
|
|