Okay, *sigh*. I've tried almost everything I can find out there to fix the problem of having both the 'Guest_avatar' and the 'No_Avatar' for Php-Nuke. Nothing so far has helped. The last thing I tried was installing this script, (though it didn't work) creds to whoever wrote it:
Code:
#
#-----[ COPY ]------------------------------------------
#
copy no_avatar.gif and guest_avatar.gif to themes/YOUR_THEME/forums/images/
#
#-----[ OPEN ]------------------------------------------
#
modules/Forums/viewtopic.php
#
#-----[ AFTER, ADD ]------------------------------------------
#
//
// Default Avatar MOD - Begin
//
if ( empty($avatar_img) )
{
$avatar_img = '<img src="'. $images['no_avatar'] .'" alt="" border="0" />';
}
//
// Default Avatar MOD - End
//
#
#-----[ OPEN ]------------------------------------------
#
modules/Forums/templates/subSilver/subSilver.cfg (and all the other templates you have installed)
Sorry, I don't think was clear enough about what exactly it is I wanted (plus I am newbish). I'm trying to just get the 'guest_avatar' and the 'no_avatar' to display for the block on the right of my homepage, the User Info block. I don't have guest forum posting enabled. I wanted the 'guest_avatar' to display instead of the 'blank.gif' on the right block whenever a non-user comes onto my site, and the 'no_avatar' for those users who haven't selected an avatar yet. Is this even possible? I thought that PortedMods.Com had this once on one of their user menu blocks. I'd really like to see this option available!
when i go to your site, on the right side, i see a "Guest" avatar. I have not signed up for an account and never been to your site before. I see no Red X.
I registered, yet i have not gotten the activation email yet...so i cannot test the other.
Hope that helps.
_________________ -=Contra=-
SirRyan Nuke Soldier
Joined: Aug 02, 2004
Posts: 19
Location: Everywhere
Posted:
Fri Jan 21, 2005 4:35 pm
i resolved the issue (replaced blank.gif with different picture), sorry for the delayed response
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