vBulletin country your flags

Status
Not open for further replies.

Adelaida

Banned
Jan 11, 2007
52
0
0
My hack-mods for a vBulletin forum

Go to admin panel Profile Fields ===> Add new Profile field ===> Single Select Menu
Title: Country
Description: Your from?
In options (download attach .txt)===>

click save, and remember id field

in postbit and postbit legacy templates
find cod===>
Code:
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if>

after add===>
Code:
<if condition="$post[fieldX] != ''"><div>
     Country: <img src="images/flags/$post[fieldX].gif" title="$post[fieldX]" align="center">
    </div></if>

Instead of X write id field
flags(attach) download to images/flags

:)
 

Attachments



I disapprove of this measure. I feel it provokes nationalism and destroys the 'worldwide community' feel of forums. Furthermore my country has a shit flag and I can't afford to move to Antigua and Barbuda in order to have a flag that looks something like the early Lisa Simpson's hair.
 
Status
Not open for further replies.