The Arcive of vBulletin Modifications Site. |
|
World of Warcraft Profile Mod Details »»
|
|||||||||||||||||||||||||
Begin by adding the appropriate profile fields:
Admincp > User Profile Fields > Add New User Profile Field > Single-Selection Menu Character Gender: - Single-Selection Menu Male Female Character Race: - Single-Selection Menu Dwarf Gnome Human Night Elf Orc Tauren Troll Undead Character Class: - Single-Selection Menu Druid Hunter Mage Paladin Priest Rogue Shaman Warlock Warrior Character Faction: - Single-Selection Menu Alliance Horde Profession 1: - Single-Selection Menu Alchemy Blacksmithing Enchanting Engineering Herbalism Leatherworking Mining Skinning Tailoring Profession 2: - Single-Selection Menu Alchemy Blacksmithing Enchanting Engineering Herbalism Leatherworking Mining Skinning Tailoring When thats complete find your postbit_legacy template by going to Admincp > Styles & Templates > Postbit Templates > postbit_legacy Find: Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<if condition="$post[field#]"><img src="images/$post[field#].gif" alt="$post[field10]"></if> <if condition="$post[field#race] && $post[field#gender]"><img src="images/$post[field#race]_$post[field#gender].gif" alt="$post[field#race] $post[field#gender]"></if> <if condition="$post[field#]"><img src="images/$post[field#].gif" alt="$post[field9]"></if> <if condition="$post[field#]"><img src="images/$post[field#].gif" alt="$post[field11]"></if> <if condition="$post[field#]"><img src="images/$post[field#].gif" alt="$post[field12]"></if> Special Thanks to peterska2 for bringing this mod into prime time. I have included the images I used on my forums for your convenience. ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
hey...that is very cool.. i like the work in it. I dont play WoW but dang..that is a avery ncie mod for those that do
|
|
#3
|
||||
|
||||
|
thats not good for big boards... 30 + conditional statements is way too many... ermmm, there is another way to do this
|
|
#4
|
||||
|
||||
|
Well, that looks really cool. lol Maybe it would be kinda bad with so many conditionals...but it's hard to measure what strain conditionals put on the server.
Great work though. |
|
#5
|
|||
|
|||
|
Great! I am a vbb noob and if there is a better way I am all ears
|
|
#6
|
|||
|
|||
|
You could reduce the amount of ifs by naming the selection as the name of the image, example:
PHP Code:
|
|
#7
|
|||
|
|||
|
holy this is getting installed for sure
![]() Edit: nevermind i figured it out on my own
|
|
#8
|
|||
|
|||
|
I did everything as you stated, but for some reason nothing shows up....
my site: http://en-raptured.com/main/ |
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
||||
|
||||
|
Installed, thanks.
|
![]() |
|
|