I have fixed the problem for all of the other avatars..........
but for some reason my site is not showing the blank.gif nor the guest_avatar.gif
Does anyone know why this would be?? As I said all of the avatars are working, just not the blank.gif or the guest_avatar.gif
Thanks in advance
Gary
egidius Nuke Soldier
Joined: Dec 23, 2003
Posts: 15
Posted:
Wed Jan 21, 2004 4:26 pm
I have a similar problem, so you aren't alone. Unfortunately I don't know how to fix it, but I do know that for some reason the image source is set as the root directory of my PHP-Nuke 6.9 site, which in my case is mydomain.com/home/
The image source should be mydomain.com/home/modules/Forums/images/gallery/blank.gif (I think). Anyone have any ideas?
lchris006 Nuke Cadet
Joined: Jan 12, 2004
Posts: 5
Posted:
Sat Feb 14, 2004 3:53 am
open modules/Forums/viewtopic.php
replace
Code:
if ( $postrow[$i]['user_avatar_type'] && $poster_id != ANONYMOUS && $postrow[$i]['user_allowavatar'] )
With
Code:
if ( $postrow[$i]['user_avatar_type'] && $postrow[$i]['user_allowavatar'] )
Kris
djalecc Lieutenant
Joined: Feb 21, 2004
Posts: 180
Location: Gloucestershire
Posted:
Sat Feb 21, 2004 5:42 am
lchris006 wrote:
open modules/Forums/viewtopic.php
replace
Code:
if ( $postrow[$i]['user_avatar_type'] && $poster_id != ANONYMOUS && $postrow[$i]['user_allowavatar'] )
With
Code:
if ( $postrow[$i]['user_avatar_type'] && $postrow[$i]['user_allowavatar'] )
Kris
Just tried this, I got the blank.gif working on my site now, but if I post as a guest on my board, I still get the "x" no picture, and the properties of the picture is looking in the root of the site, with no file extension to look for!
Any more ideas would be helpful people.
ViNAi Nuke Cadet
Joined: Mar 19, 2004
Posts: 3
Posted:
Fri Mar 19, 2004 12:18 am
Just a quick fix
because in some event bbforum missing to assign a value for
some var so use this quick fix to overide theme
insert this code before
if ( empty($poster_avatar) && $poster_id != ANONYMOUS)
......
and change "/blank.gif" , "/guest.gif" to corresponding your images
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