Status
Not open for further replies.
What is the profile field ID for the country flag on your forum? With that information, I can give you accurate instructions :)
 
Then I cannot advise you until you re-create it and follow the instructions on that page except for the template edits. I will tell you those once you have followed all the other instructions and told me the new field's ID.
 
I create profile field for Country Flag and that is field6.

Did not made any changes in postbit legacy.

regards

bosss
 
If you've uploaded the images as per those instructions, you can use this code in a new View:
Code:
<vb:if condition="$post['field6']">
<dl class="userinfo_extra">
	<dt>Country:</dt> <dd><img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field6}.GIF" align="middle" alt="{vb:raw post.field6}" border="" /></dd>
</dl>
</vb:if>
 
Thanks - Your code show images from my site root and I put http://mysite.com and now works..also that directory is not button - should be buttons.

Now works fine (I copied flags in images directory of my forum).

regards

bosss
 
Status
Not open for further replies.

Legacy Postbit Tabs

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
497
Customer rating
0.00 star(s) 0 ratings
Back
Top