Quote:
Originally Posted by BirdOPrey5
There are several hooks "under the avatar." I will need a screenshot or link to see exactly which hook it might be.
Basically you will need to look in your regular postbit_legacy template
Search for "{vb:raw template_hook.postbit_userinfo"
There will be 3 different instances... You need to figure out which one your flag display uses and copy the whole hook code (like: {vb:raw template_hook.postbit_userinfo_right} ) to the corresponding location in the postbit_simple_bop5_vb4 template.
I know this sounds annoying but I purposely left the hooks out so the postbit remains "Simple."
|
Thank you for your instruction. I copy and paste in
postit_simple_bop5_vb4 template the country flag template code after the rank condition:
Code:
<vb:if condition="$post['field7']"></dt> <img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field7}.GIF" alt="{vb:raw post.field7}" border="" /></vb:if>
Now the Country Flag showed but there is no option to turn it on or off.
Thanks,