Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 95
7 members and 88 guests
debrajea1, end2eaacidrefnw, jewgx3bishspo7s, marciadavis35, ric6tphardwaw9a, tidownes, toa9pnsteranyae
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
Avatar not showing up in bbphp User Administration page
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 23
Join Date: Feb 2003
Avatar not showing up in bbphp User Administration page - 02-17-2003, 04:50 PM

Hello Gang,
Here is my problem, In the BBPhP "User Administration" panel the users avatar doesn't show up. Avatars show up every place else without a problem. I do notice that the image link for that avatar in that control panel is wrong "modules/Forums/modules/Forums/images/avatars/....." when it should be "modules/Forums/images/avatars/.....". Where do I go to correct the link to the image?
  Send a message via MSN to Rhino  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
02-17-2003, 09:23 PM

open
modules/Forums/admin/admin_users.php

Change this
Code:
					$avatar = '[img]../' . $board_config['avatar_path'] . '/' . $user_avatar . '[/img]';
to this
Code:
					$avatar = '[img]../../../' . $board_config['avatar_path'] . '/' . $user_avatar . '[/img]';
and change this
Code:
					$avatar = '[img]../' . $board_config['avatar_gallery_path'] . '/' . $user_avatar . '[/img]';
to this
Code:
					$avatar = '[img]../../../' . $board_config['avatar_gallery_path'] . '/' . $user_avatar . '[/img]';
that should make both a users gallery or uploaded avatar show in the Forum Admin/User Management.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 23
Join Date: Feb 2003
02-17-2003, 11:42 PM

It worked Mike! Your da man! Thanks 100 x's!
  Send a message via MSN to Rhino  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Daj Glass theme page design not showing correctly in forums rayne1 Theme packs 3 10-27-2005 05:19 PM
Access Denied on USER and FORUM module administration NoFear Nuke 7.x - General 6 12-01-2004 07:07 PM
User info with avatar silence_gr Nuke 7.x - Blocks 6 11-02-2004 09:23 PM
User info for 6.5 with Avatar, What about same for 6.0 Rhyan Purged Topics 27 07-07-2003 08:16 AM
Avatar not showing on Scrolling Forum karaya Purged Topics 3 04-03-2003 06:40 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31