Quote:
Originally Posted by niadene
got it..but can i put it above join date? 
|
Please click Installed.
FIND:
Code:
<if condition="$post['joindate']"><div class="userinfo"><strong>$vbphrase[join_date]: $post[joindate]</div></if>
ADD ABOVE:
Code:
<p>
<!-- Wy Country Flags Start -->
<if condition="$post['field6']">
Country: <img src="http://www.coders-realm.com/images/buttons/flags/$post[field6].GIF" alt="$post[username]'s Country Flag on My Country!" border="" />
</if>
<!--// Wy Country Flags End --></p>