The Arcive of vBulletin Modifications Site. |
|
Call of duty Prestige in Postbit/profile Details »»
|
|||||||||||||||||||||||||||
This is a Small Mod that I've seen Requested a lot of times! Here it is Finally!
Ok This is Manually done there's no quick install but its easy! There will be no support on this edit sorry. Firstly upload the files attached to images/icons Step 1: Go to User profile fields > Add new field > Single selection menu > CALL OF DUTY: MW1 Fill it out like this: ![]() Fill out the fields copy and paste into them! Code:
Your Call of duty 4 prestige! -- none 1 2 3 4 5 6 7 8 9 10 -- Profile field: Leave what it is! -- Yes, but No First Blank Option -- Yes -- Yes, at registration and profile updating -- Yes -- No -- Yes -- Yes ______________________________________________ CALL OF DUTY: W@W ![]() Call of duty 5: World at war Code:
Your call of duty World at war prestige -- none 1 2 3 4 5 6 7 8 9 10 -- Profile field: Leave what it is! -- Yes, but No First Blank Option -- Yes -- Yes, at registration and profile updating -- Yes -- No -- Yes -- Yes ______________________________________________ CALL OF DUTY: MW2 ![]() Call of Duty 6: Modern warfare 2 Code:
Your Call of duty 6 MW2 prestige! -- none 1 2 3 4 5 6 7 8 9 10 -- Profile field: Leave what it is! -- Yes, but No First Blank Option -- Yes -- Yes, at registration and profile updating -- Yes -- No -- Yes -- Yes _____________________________________ CALL OF DUTY: Black ops ![]() Call of Duty 7: Black Ops Code:
Your Call of duty 7: Black Ops Prestige -- none 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 -- Profile field: Leave what it is! -- Yes, but No First Blank Option -- Yes -- Yes, at registration and profile updating -- Yes -- No -- Yes -- Yes Step 2: Go to Style Manager > {selected style} > ? ? > Postbit > postbit_legacy Find Code:
{vb:raw template_hook.postbit_userinfo_right_after_posts}
Code:
<vb:if condition="$post['fieldX']">
<img src="images/icons/prestige/cod4/{vb:raw post.fieldX}.png"> <img src="images/icons/prestige/waw/{vb:raw post.fieldX}.png"> <img src="images/icons/prestige/mw2/{vb:raw post.fieldX}.gif"> <img src="images/icons/prestige/bo/{vb:raw post.fieldX}.png">
</div>
</vb:if>
Save and Enjoy ![]() PS: Put the first field <vb:if condition="$post['fieldX']"> And <img src="images/icons/prestige/cod4/{vb:raw post.fieldX}.png"> With the same Field! Download Now
Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Not work!!!
|
|
#3
|
|||
|
|||
|
<vb:if condition="$post['fieldX']"> replace that with what the x
|
|
#4
|
|||
|
|||
|
Replace the X with the Field code!!! Will not work unless
|
|
#5
|
||||
|
||||
|
not work for me
|
|
#6
|
|||
|
|||
|
this works for me, if you cant do it then you need to learn how to place fields lol because this is very easy
|
|
#7
|
|||
|
|||
|
I have this >
![]() Solution :'( ? |
|
#8
|
|||
|
|||
|
I don't see what's wrong. Care to elaborate?
|
|
#9
|
|||
|
|||
|
have a custom postbit and idk f it messed it up but i did everything and i get this
![]()
|
|
#10
|
|||
|
|||
|
if you want to do this on your vb3 forum just change the code to
Code:
<if condition="$post['field10']"> <img src="images/icons/prestige/cod4/$post[field10].png"> <img src="images/icons/prestige/waw/$post[field11].png"> <img src="images/icons/prestige/mw2/$post[field12].gif"> <img src="images/icons/prestige/bo/$post[field13].png"> </div> </if></div> |
![]() |
|
|