The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Images in Members List - Custome User Profile Fields
Ok, I am a webmaster for a clan that has 2 divisions... CStrike CZ and America's Army. Now I have it set up so that I can select which division each memver is apart of, either CZ, AA or both. WHat I would like however is to have it replaced by Images in stead, I tried placing it in there as HTML, it didn't work, came up as Code. How else can I do this?
|
#2
|
|||
|
|||
Also, I would like to to show up not just on the Memberslist, but on Show Groups as well, and I cannot seem to do it cozmeticaly (via editing temoplates)
|
#3
|
|||
|
|||
Someone point me in the right direction, please.
|
#4
|
||||
|
||||
*Untested*
|
#5
|
|||
|
|||
Thx I will test this out as soon as I can.
|
#6
|
|||
|
|||
Ok, This is weird.... It actuly puts a number in field6, 1 for AA, 2 for CZ, 3 for Both...
But when I do the code above, nothing shows up, even if I put == "1", == "2", == "3" Any more help? |
#7
|
|||
|
|||
What I have now is
HTML Code:
<if condition="$userinfo['field6'] == 2"> <img src="/forums/afterdark/misc/aadiv.gif" alt="Americas Army" /> </if> <if condition="$userinfo['field6'] == 1"> <img src="/forums/afterdark/misc/czdiv.gif" alt="Condition Zero" /> </if> <if condition="$userinfo['field6'] == 3"> <img src="/forums/afterdark/misc/czdiv.gif" alt="Condition Zero" /><img src="/forums/afterdark/misc/aadiv.gif" alt="Americas Army" /> </if> <if condition="$userinfo['field6'] == ''"> </if> All I get is the Space (the last option) Am I on the right track? |
#8
|
|||
|
|||
I have even tried using
PHP Code:
PHP Code:
|
#9
|
|||
|
|||
I am trying to do this for the Show Groups list... I have desided to take it off the Members list as only a few will have it.
|
#10
|
|||
|
|||
CLose but no cigar
Ok, I am missing something... I usedd PHP Code:
PHP Code:
I thnka you all in advance for your time and patience... |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|