J
J.Black
Guest
Version: 1.00,
Credits goes to :mr.bahram
##############
### Step 1 ###
##############
Upload the flags you have to /images/Flags/
##############
### Step 2 ###
##############
Install the product via the vbulletin product manager.
##############
### Step 3 ###
##############
In the postbit or postbit_legacy template
Find
~~~~~
Under it Add ~~~~~~~~~~~~
Thanks To xxman
Credits goes to :mr.bahram
##############
### Step 1 ###
##############
Upload the flags you have to /images/Flags/
##############
### Step 2 ###
##############
Install the product via the vbulletin product manager.
##############
### Step 3 ###
##############
In the postbit or postbit_legacy template
Find
~~~~~
PHP:
$vbphrase[posts]: $post[posts]
Under it Add ~~~~~~~~~~~~
PHP:
<if condition="!empty($post[Flag])">
<div>
$vbphrase[my_Flag]: <img src="images/Flag/$post[Flag].gif" border="0" />
</div>
</if>
Thanks To xxman