- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 149 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Problem with Avatars [ ]
Author
Message
bluewire
Nuke Soldier
Joined: May 26, 2003
Posts: 26
Posted:
Thu Jun 19, 2003 10:37 am
I'm having a problem with my avatars. I am running PHPNuke 6.5 with the PHPBB2Nuke port I think. (What ever comes with 6.5)
So.. when I view a post in the forum. The avatars don't show. The pic is broken.
It's show's an image path of /modules/Forum/images/avatars/gallery/gallery
the second /gallery is redundant. When I look at my phpbb config it is set simply to /modules/Forum/images/avatars/gallery
If I view my user profile, my avatar show's up just fine. I reviewed the code in viewtopic.php and it seems right.
$poster_avatar = ( $board_config['allow_avatar_local'] ) ? '<img src="' . $board_config['avatar_gallery_path'] . '/' . $postrow[$i]['user_avatar'] . '" alt="" border="0" />' : '';
unless I'm looking in the wrong place. Where could this second /gallery reference be coming from?
Thanks in advance
dirtbag
Lieutenant
Joined: May 08, 2003
Posts: 159
Posted:
Sun Jul 06, 2003 9:03 am
i had the same problem and changed both my paths to
modules/Forums/images/avatars
and it all worked correct.
_________________ Rick Estrada
http://www.subfighter.com
Online Jiu Jitsu Techniques MMA News
lilc420
Nuke Soldier
Joined: Jan 27, 2007
Posts: 16
Posted:
Fri Jan 26, 2007 4:08 pm
bluewire wrote:
It's show's an image path of /modules/Forum/images/avatars/gallery/gallery
You are missing the "s" at the end of "Forum"
Remove "/gallery" from the end of the gallery path and add the "s" at the end of "Forum" and you should be golden.
Should be /modules/Forums/images/avatars
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum