new hack flag mnager

  • Thread starter Thread starter J.Black
  • Start date Start date
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
~~~~~
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
 
i have a question. :)

i created a new frame in navbar. and i want to show flag in that frame. how can i do that :)


123mu0.png
 
Back
Top