GavoTrav
11-09-2011, 11:00 PM
I Created this thread and my friend posted it for me as i did not have an account at the time :)
https://vborg.vbsupport.ru/showthread.php?t=261486
This is the 3.8.x version:
Firstly you will need to understand this:
When I say fieldx I mean the field that you have in your custom profile field it will say it beside it! example this is field7
http://snapr.info/vbulletin/8.png
I Put field7 where it says fieldx in the postbit code down the bottom and field8 in the next one etc..
__________________________________________________
Starting off you will have to download the images here:
https://vborg.vbsupport.ru/attachment.php?attachmentid=134344&stc=1&d=1320900777
Upload the images to your images/icons/ folder! then it will be images/icons/prestige
Then Go to your AdminCP > Custom Profile fields > Add new field > Single selection menu:
http://snapr.info/vbulletin/1.png
http://snapr.info/vbulletin/2.png
Title:
Call Of Duty 4 Prestige
Description:
Your call of duty 4 Prestige
Options:
none
1
2
3
4
5
6
7
8
9
10
Set Default
Yes, But no first blank option
Field Required
No but show at registration
Field Editable by User
Yes
Private Field
No
Field Searchable on Members List
No
Show on Members List
Yes
It should look like this:
http://snapr.info/vbulletin/3.png
__________________________________________
that is call of duty 4 done, It is the same for all them then you move onto the postbit! Call of duty Black ops(7) has 15 prestiges while the rest (4,5,6,8) Have 10!
__________________________________________
Call of duty: World at War
Add new field >
Title:
Call Of Duty 5 Prestige
Description:
Your call of duty 5 Prestige
Options:
none
1
2
3
4
5
6
7
8
9
10
Set Default
Yes, But no first blank option
Field Required
No but show at registration
Field Editable by User
Yes
Private Field
No
Field Searchable on Members List
No
Show on Members List
Yes
Image:
http://snapr.info/vbulletin/4.png
______________________________________
Call of duty: Modern Warfare 2
Title:
Call Of Duty 6 Prestige
Description:
Your call of duty 6 Prestige
Options:
none
1
2
3
4
5
6
7
8
9
10
Set Default
Yes, But no first blank option
Field Required
No but show at registration
Field Editable by User
Yes
Private Field
No
Field Searchable on Members List
No
Show on Members List
Yes
Image:
http://snapr.info/vbulletin/5.png
_______________________________________
call of duty: Black ops
Title:
Call Of Duty 6 Prestige
Description:
Your call of duty 6 Prestige
Options:
none
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Set Default
Yes, But no first blank option
Field Required
No but show at registration
Field Editable by User
Yes
Private Field
No
Field Searchable on Members List
No
Show on Members List
Yes
Image:
http://snapr.info/vbulletin/6.png
_______________________________________
call of duty: Black ops
Title:
Call Of Duty 8 Prestige
Description:
Your call of duty 8 Prestige
Options:
none
1
2
3
4
5
6
7
8
9
10
Set Default
Yes, But no first blank option
Field Required
No but show at registration
Field Editable by User
Yes
Private Field
No
Field Searchable on Members List
No
Show on Members List
Yes
Image:
http://snapr.info/vbulletin/7.png
____________________________________
Time to start the postbit in > Styles > >><< Postbit legacy
http://snapr.info/vbulletin/9.png
____________________________________
Find:
$template_hook[postbit_userinfo_right]
Add this underneath:
Then edit the "X" To your profile field on each of these:
<if condition="$post[fieldx] || $post[fieldx] || $post[fieldx] || $post[fieldx] || $post[fieldx]">
<img src="images/icons/prestige/cod4/$post[field7].png">
<img src="images/icons/prestige/waw/$post[field8].png">
<img src="images/icons/prestige/mw2/$post[field9].gif">
<img src="images/icons/prestige/bo/$post[field10].png">
<img src="images/icons/prestige/mw3/$post[field11].png">
</if>
or using alt tags here:
https://vborg.vbsupport.ru/showpost.php?p=2267754&postcount=10
Hit save and when you configure it in your Profile: http://yourforum.com/profile.php?do=editprofile
It should look something like this (I've done it with my custom postbit!)
http://snapr.info/vbulletin/10.png
That is it done!!!
PLEASE HIT INSTALLED!!
Download the images below!!
Thank you
GavoTrav
I Tried my best to explain this in as much detail as I could, But If you need help don't hesitate to ask! Also If you would like to click Install if you installed it! I Don't have too much time on my hands so please click install if you want help!
https://vborg.vbsupport.ru/showthread.php?t=261486
This is the 3.8.x version:
Firstly you will need to understand this:
When I say fieldx I mean the field that you have in your custom profile field it will say it beside it! example this is field7
http://snapr.info/vbulletin/8.png
I Put field7 where it says fieldx in the postbit code down the bottom and field8 in the next one etc..
__________________________________________________
Starting off you will have to download the images here:
https://vborg.vbsupport.ru/attachment.php?attachmentid=134344&stc=1&d=1320900777
Upload the images to your images/icons/ folder! then it will be images/icons/prestige
Then Go to your AdminCP > Custom Profile fields > Add new field > Single selection menu:
http://snapr.info/vbulletin/1.png
http://snapr.info/vbulletin/2.png
Title:
Call Of Duty 4 Prestige
Description:
Your call of duty 4 Prestige
Options:
none
1
2
3
4
5
6
7
8
9
10
Set Default
Yes, But no first blank option
Field Required
No but show at registration
Field Editable by User
Yes
Private Field
No
Field Searchable on Members List
No
Show on Members List
Yes
It should look like this:
http://snapr.info/vbulletin/3.png
__________________________________________
that is call of duty 4 done, It is the same for all them then you move onto the postbit! Call of duty Black ops(7) has 15 prestiges while the rest (4,5,6,8) Have 10!
__________________________________________
Call of duty: World at War
Add new field >
Title:
Call Of Duty 5 Prestige
Description:
Your call of duty 5 Prestige
Options:
none
1
2
3
4
5
6
7
8
9
10
Set Default
Yes, But no first blank option
Field Required
No but show at registration
Field Editable by User
Yes
Private Field
No
Field Searchable on Members List
No
Show on Members List
Yes
Image:
http://snapr.info/vbulletin/4.png
______________________________________
Call of duty: Modern Warfare 2
Title:
Call Of Duty 6 Prestige
Description:
Your call of duty 6 Prestige
Options:
none
1
2
3
4
5
6
7
8
9
10
Set Default
Yes, But no first blank option
Field Required
No but show at registration
Field Editable by User
Yes
Private Field
No
Field Searchable on Members List
No
Show on Members List
Yes
Image:
http://snapr.info/vbulletin/5.png
_______________________________________
call of duty: Black ops
Title:
Call Of Duty 6 Prestige
Description:
Your call of duty 6 Prestige
Options:
none
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Set Default
Yes, But no first blank option
Field Required
No but show at registration
Field Editable by User
Yes
Private Field
No
Field Searchable on Members List
No
Show on Members List
Yes
Image:
http://snapr.info/vbulletin/6.png
_______________________________________
call of duty: Black ops
Title:
Call Of Duty 8 Prestige
Description:
Your call of duty 8 Prestige
Options:
none
1
2
3
4
5
6
7
8
9
10
Set Default
Yes, But no first blank option
Field Required
No but show at registration
Field Editable by User
Yes
Private Field
No
Field Searchable on Members List
No
Show on Members List
Yes
Image:
http://snapr.info/vbulletin/7.png
____________________________________
Time to start the postbit in > Styles > >><< Postbit legacy
http://snapr.info/vbulletin/9.png
____________________________________
Find:
$template_hook[postbit_userinfo_right]
Add this underneath:
Then edit the "X" To your profile field on each of these:
<if condition="$post[fieldx] || $post[fieldx] || $post[fieldx] || $post[fieldx] || $post[fieldx]">
<img src="images/icons/prestige/cod4/$post[field7].png">
<img src="images/icons/prestige/waw/$post[field8].png">
<img src="images/icons/prestige/mw2/$post[field9].gif">
<img src="images/icons/prestige/bo/$post[field10].png">
<img src="images/icons/prestige/mw3/$post[field11].png">
</if>
or using alt tags here:
https://vborg.vbsupport.ru/showpost.php?p=2267754&postcount=10
Hit save and when you configure it in your Profile: http://yourforum.com/profile.php?do=editprofile
It should look something like this (I've done it with my custom postbit!)
http://snapr.info/vbulletin/10.png
That is it done!!!
PLEASE HIT INSTALLED!!
Download the images below!!
Thank you
GavoTrav
I Tried my best to explain this in as much detail as I could, But If you need help don't hesitate to ask! Also If you would like to click Install if you installed it! I Don't have too much time on my hands so please click install if you want help!