Quote:
Originally Posted by C_P
I had this working until I deleted the new profile filed. It was field6 and then I created a new profile field and re-odered them and now my field is field8 and no go!
Here is my postbit code for proof:
Code:
<if condition="$post[field8] != ''"><div>
Country: <img src="images/flags/$post[field8].gif" title="$post[field8]" align="center">
</div></if>
I also have the flags in images directory. Here is proof:
http://www.cpfools.com/forum/images/flags/
As you see, neither my profile (after making other modification) or the posts show my US flag:
http://www.cpfools.com/forum/showthr...1883#post11883
Do you have any ideas why this will not work now?
|
how about make chanage in both postbit and postbit_legacy templates.