Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Avatar can be seen, but also have a red x in it
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Dave Goldman
New Member

USA
65 Posts

Posted - 24 August 2009 :  20:28:05  Show Profile
I am running the version v3.4.07 of snitz, the rewrite of the "topic.asp" by carefree v3.4.07 as well as MOD Version: 1.3
Forum Version: 3.4 from Hamlin.

Everything works fine where I can add an avatar, however when you see the avatar in the topics (reply, new post, etc) it is like its trying to display two pictures.

I can see the avatar as well as a Red X in the top left corner.

Has anyone seen this?
TIA
Dave

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 25 August 2009 :  04:07:15  Show Profile  Visit MarcelG's Homepage
Do you have a link where we can see this ? That will be very helpful.

Just a thought ; it might be that there's a div with a transparent .gif file on top of the avatar, to prevent image theft. If you don't have that .gif file, it may look like this...

portfolio - linkshrinker - oxle - twitter
Go to Top of Page

Dave Goldman
New Member

USA
65 Posts

Posted - 25 August 2009 :  08:57:20  Show Profile
If you go here, you can see it: https://thegunnersacademy.com/Forum/topic.asp?TOPIC_ID=3.


Now that is interesting.. Is there a place where I can get that transparent gif if that is the case?
TIA

Edited by - Dave Goldman on 25 August 2009 08:58:44
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 25 August 2009 :  09:15:27  Show Profile  Visit HuwR's Homepage
the problem is this code below, you have the avatar image set as the background for a table, then it is trying to display a noavatar image over the top of it


<table width="96" height= "96" cellspacing="0" cellpadding="0" border="0" style=" background-image: url('UserAvatars/dgoldman.jpg');background-repeat: no-repeat; background-position: center;">
<tr>
<td align="center"><img src="images/noavatar.gif" width="96" height="96" border="0"></td>
</tr>
</table>
Go to Top of Page

Dave Goldman
New Member

USA
65 Posts

Posted - 25 August 2009 :  09:24:47  Show Profile
Do I just need to remove the following code? <td align="center"><img src="images/noavatar.gif" width="96" height="96" border="0"></td>

Looks like there should be a check there to see if the image exists first otherwise then show the noavatar.gif, no?
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 25 August 2009 :  11:12:02  Show Profile  Visit HuwR's Homepage
you could just remove this bit <img src="images/noavatar.gif" width="96" height="96" border="0"> , don't remove the td tags as that will break your table
Go to Top of Page

Dave Goldman
New Member

USA
65 Posts

Posted - 25 August 2009 :  12:10:26  Show Profile
You rock!! Problem fixed. It turned out that when I looked at the MOD that was in there so its a bug with the mod. I will report this fix!!

Thanks again for your help!!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07