any help ?

cinneke

New Member
hi i have a problem i have a gender hack and its working but only in the memberlist , and not showing up in the forum on the treads, the same problem i have ,the flag hack install and rename the flag files but still nothing to see in the forums no image flags any help ?



code flags hack :

Code:
<!-- / flags start -->
<div>
<if condition="$post[field10]"><img src="images/flags/$post[field10].GIF"></if>
</div>
<!-- / flags end -->


code gender hack :

Code:
<if condition="$post[field6]">$vbphrase[gender]: <img src="$stylevar[imgdir_misc]/$post[field6].gif" alt="$post[field6]" /></if>

thx
 
Back
Top