I am having a problem getting the images to show up.
The forum template i have didn't have a "misc" folder already existing so I created my own so this is where the images are.
myforum/forums/images/mytemplate/misc/
(iatgaming.net/forums/images/xbox/misc/)
I saw before that the scrypt originally included the
http://www.YOURFORUM.com/forums/imag...TEMPLATE/misc/ code so i reworked that into the code to see if that was the problem but i had no luck.
You can check out the problem on my site. It's
www.iatgaming.net . Just check out any post made by me "Brokenman" on the site and you will see. It displays in the right section, but images do not appear, just the text.
Here is the code I have entered so far.
Member info
Code:
<!-- ChU's MySpace & FaceBook Icon's -->
<if condition="$userinfo['field6']">
<tr>
<td><a href="http://www.myspace.com/$userinfo[field6]"target="_blank"><img src="www.iatgaming.net/forums/images/xbox/misc/myspace.gif"border="0"alt="View Member's Myspace Profile"></td></a>
<td><a href="http://www.myspace.com/$userinfo[field6]"target="_blank">http://www.myspace.com/$userinfo[field6]</a></td>
</tr>
</if>
<if condition="$userinfo['field6']">
<tr>
<td><a href="http://www.facebook.com/$userinfo[field7]"target="_blank"><img src="www.iatgaming.net/forums/images/xbox/misc/facebook.gif"border="0"alt="View Member's FaceBook Profile">
Postbit Legacy
Code:
<!-- ChU's MySpace & FaceBook Icon's -->
<if condition="$post[field6]">
<a href ="http://www.myspace.com/$post[field6]"target="_blank"><img src ="www.iatgaming.net/forums/images/xbox/misc/myspace.gif"border="0"alt="View Member's Myspace Profile"></a>
</if>
<if condition="$post[field7]">
<a href ="http://www.facebook.com/profile.php?id=$post[field7]"target="_blank"><img src ="www.iatgaming.net/forums/images/xbox/misc/facebook.gif"border="0"alt="View Member's FaceBook Profile"></a>
</if>
<!-- End ChU's MySpace & FaceBook Icon's -->