Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Call of duty Prestige in Postbit/profile Details »»
Call of duty Prestige in Postbit/profile
Version: 1.00, by PvOwnage PvOwnage is offline
Developer Last Online: Jul 2011 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 4.x.x Rating:
Released: 04-04-2011 Last Update: Never Installs: 13
Template Edits
Re-useable Code Code Changes Additional Files Translations Is in Beta Stage  
No support by the author.

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}
After that add:

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>
Replace the X's with the profile field numbers!

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

File Type: zip prestige.zip (185.8 KB, 172 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-05-2011, 07:19 PM
Gn_Snake Gn_Snake is offline
 
Join Date: Feb 2006
Location: Italy
Posts: 358
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not work!!!
Reply With Quote
  #3  
Old 04-05-2011, 07:22 PM
Jack.D Jack.D is offline
 
Join Date: Mar 2011
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<vb:if condition="$post['fieldX']"> replace that with what the x
Reply With Quote
  #4  
Old 04-05-2011, 09:20 PM
PvOwnage PvOwnage is offline
 
Join Date: Mar 2011
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Replace the X with the Field code!!! Will not work unless
Reply With Quote
  #5  
Old 06-12-2011, 07:13 PM
Luis's Avatar
Luis Luis is offline
 
Join Date: May 2011
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not work for me
Reply With Quote
  #6  
Old 06-16-2011, 11:12 AM
majsm majsm is offline
 
Join Date: Oct 2009
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this works for me, if you cant do it then you need to learn how to place fields lol because this is very easy
Reply With Quote
  #7  
Old 06-29-2011, 07:19 PM
rpe78 rpe78 is offline
 
Join Date: May 2011
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this > http://snpr.cm/vYOvxr.png

Solution :'( ?
Reply With Quote
  #8  
Old 07-01-2011, 05:08 AM
NLPLegacy NLPLegacy is offline
 
Join Date: Aug 2010
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rpe78 View Post
I have this > http://snpr.cm/vYOvxr.png

Solution :'( ?
I don't see what's wrong. Care to elaborate?
Reply With Quote
  #9  
Old 07-04-2011, 09:29 PM
Brexen Brexen is offline
 
Join Date: Jul 2011
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

have a custom postbit and idk f it messed it up but i did everything and i get this http://snpr.cm/SAmXPQ.png
Reply With Quote
  #10  
Old 07-11-2011, 12:10 AM
majsm majsm is offline
 
Join Date: Oct 2009
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
and just change your fields
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05037 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete