modtang |
08-17-2006 01:01 AM |
It works. If you're using a custom skin or (even the default) the text to search for might be a little different. Search templates for:
My template only has:
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]
Place the MySpace code after that. Voila! Here's my full code for that section:
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]
<!-- my space display start -->
<if condition="$post[field5] != ''"><a href="$post[field5]" target="_blank">
<img src="images/misc/im_myspace.gif" title="View MySpace Profile" border="0"></a>
</if>
<!-- Myspace display end -->
</div>
I also removed the http:// from the href for my site.
|