need - new hack flag mnager

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
~~~~~
Code:
    <div>
     $vbphrase[posts]: $post[posts]
    </div>
Under it Add
~~~~~~~~~~~~
Code:
    <if condition="!empty($post[Flag])">
    <div>
     $vbphrase[my_Flag]: <img src="images/Flag/$post[Flag].gif" border="0" />
    </div>
    </if>
 
Back
Top