Author |
Topic |
|
Dave Goldman
New Member
USA
65 Posts |
Posted - 24 August 2009 : 20:28:05
|
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
|
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 |
|
|
Dave Goldman
New Member
USA
65 Posts |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 25 August 2009 : 09:15:27
|
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
|
|
|
Dave Goldman
New Member
USA
65 Posts |
Posted - 25 August 2009 : 09:24:47
|
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? |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 25 August 2009 : 11:12:02
|
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 |
|
|
Dave Goldman
New Member
USA
65 Posts |
Posted - 25 August 2009 : 12:10:26
|
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!! |
|
|
|
Topic |
|