Quote:
Originally Posted by Welshy2008
FOR vB4 Beta - This code will add Alt Text to your Flag on mouseover.
Find:
Code:
</vb:if>
<span class="usertitle">
{vb:raw post.usertitle}
ADD Below:
Code:
<!-- Country Flags Start -->
<vb:if condition="$post['fieldX']">
Country:<img src="http://www.yourforumaddress.com/images/buttons/$post[field1X].GIF" alt="Users Flag on yourforumnamehere!" border="" />
</vb:if>
<!--// Country Flags End -->
** SAVE TEMPLATE **
** Replace the ‘X’ with your FieldID number **
That should work for you?!
|
I tryed this and all i get is a red X