Quote:
Originally Posted by tnguy3n
how about make chanage in both postbit and postbit_legacy templates. 
|
hello, I tried making the changes to both postbit and postbit legacy and still no flag shows up. Here is what I did:
Step one completed as stated
Step two:
Code:
<div>
$vbphrase[posts]: $post[posts]
<if condition="$post[field5] != ''"><div>
Country: <img src="images/flags/$post[field5].gif" title="$post[field5]" align="center">
</div></if>
<!-- Change X to the field id. -->
Am I supposed to change 3 X's?
flag folder added: Forum/images/flags
Help?