» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 72
0 members and 72 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Oral Chelation - initial cleansing of your veins & arteries

Register Now! Contact Us

About this Page
This is a discussion on Avatar not showing up in bbphp User Administration page within the Purged Topics forums, part of the NM Staff category; Hello Gang, Here is my problem, In the BBPhP "User Administration" panel the users avatar doesn't show ...


Go Back   Nukemods Forum » NM Staff » Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-17-2003, 04:50 PM
Junior Member
 
Join Date: Feb 2003
Posts: 23
Send a message via MSN to Rhino
Avatar not showing up in bbphp User Administration page
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-17-2003, 09:23 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
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
  #3 (permalink)  
Old 02-17-2003, 11:42 PM
Junior Member
 
Join Date: Feb 2003
Posts: 23
Send a message via MSN to Rhino
It worked Mike! Your da man! Thanks 100 x's!
__________________
Mark
www.fitnesswithin.com
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


All times are GMT -5. The time now is 08:04 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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