Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
My Physical Stats In Postbit Details »»
My Physical Stats In Postbit
Version: 1.00, by Synergy Synergy is offline
Developer Last Online: Jan 2010 Show Printable Version Email this Page

Version: 3.5.5 Rating:
Released: 08-10-2006 Last Update: Never Installs: 2
Template Edits
 
No support by the author.


7-24 Coder & Designer Team Physical Stats
Author : Synergy
Version: 3.5.5

Demo Page --->>> DEMO


Created , Under the avatar mini info bar


Installation

Step I

AdminCP , User Profile Fields >> Add New User Profile Field
Single Selection Menu

Title : My Stats
Description : Do u want , Showing your Physical Stats
Options : Yes
No
Set Default : Yes , But no first blank option
Display Order : ( This is your field number , take a note , write down number )
Field Required : Yes
Field Editable by User : Yes
Private Field : No
Field Searchable on Members List : Yes
Show on Members List : Yes
Allow user to input their own value for this option : No
Display Page : Edit Profile

Step II

Okey , now to create the input fields for stats

AdminCP , User Profile Fields >> Add New User Profile Field
Single Selection Menu

Title : Gender
Description : Your Gender
Options : Secret
Man
Women
Set Default : Yes , But no first blank option
Display Order : ( This is your field number , take a note , write down number )
Field Required : Yes
Field Editable by User : Yes
Private Field : No
Field Searchable on Members List : Yes
Show on Members List : Yes
Allow user to input their own value for this option : No
Display Page : Edit Profile

AdminCP , User Profile Fields >> Add New User Profile Field
Single Selection Menu

Title : Status
Description : Your Status
Options : Secret
Single
In a Relationship
Married
Open Marriage
Set Default : Yes , But no first blank option
Display Order : ( This is your field number , take a note , write down number )
Field Required : Yes
Field Editable by User : Yes
Private Field : No
Field Searchable on Members List : Yes
Show on Members List : Yes
Allow user to input their own value for this option : No
Display Page : Edit Profile


User Profile Fields >> User Profile Field Manager
Take a not ; Location Field Number

AdminCP , User Profile Fields >> Add New User Profile Field
Single Selection Menu


Title : Eyes Color
Description : Your Eyes Color
Options : Secret
Black
Brown
Blue
Green
Hazel
Set Default : Yes , But no first blank option
Display Order : ( This is your field number , take a note , write down number )
Field Required : Yes
Field Editable by User : Yes
Private Field : No
Field Searchable on Members List : Yes
Show on Members List : Yes
Allow user to input their own value for this option : No
Display Page : Edit Profile

AdminCP , User Profile Fields >> Add New User Profile Field
Single Selection Menu


Title : Hair Color
Description : Your Hair Color
Options : Secret
Black
Brown
Yellow
Ginger
Set Default : Yes , But no first blank option
Display Order : ( This is your field number , take a note , write down number )
Field Required : Yes
Field Editable by User : Yes
Private Field : No
Field Searchable on Members List : Yes
Show on Members List : Yes
Allow user to input their own value for this option : No
Display Page : Edit Profile


AdminCP , User Profile Fields >> Add New User Profile Field
Single Line Text Box


Title : Length
Description : Your Length
Default Value : Blank
Display Order : ( This is your field number , take a note , write down number )
Field Required : Yes
Field Editable by User : Yes
Private Field : No
Field Searchable on Members List : Yes
Show on Members List : Yes
Display Page : Edit Profile

AdminCP , User Profile Fields >> Add New User Profile Field
Single Line Text Box


Title : Weight
Description : Your Kilos
Default Value : Blank
Display Order : ( This is your field number , take a note , write down number )
Field Required : Yes
Field Editable by User : Yes
Private Field : No
Field Searchable on Members List : Yes
Show on Members List : Yes
Display Page : Edit Profile



AdminCP , User Profile Fields >> Add New User Profile Field
Single Selection Menu

Title : Body
Description : Your Body Type
Options : Secret
Slim
Fat
Athletic
Set Default : Yes , But no first blank option
Display Order : ( This is your field number , take a note , write down number )
Field Required : Yes
Field Editable by User : Yes
Private Field : No
Field Searchable on Members List : Yes
Show on Members List : Yes
Allow user to input their own value for this option : No
Display Page : Edit Profile



Step III

go to style & templates >>> style manager >>> edit templates >>> postbit_legacy (or Postbit)

Find

Code:
$vbphrase[xs_avatar]</phrase>" border="0" /></a>
				</div>
			</if>
Add Below ( at now using a your note , write FieldXX your Field Number )

Code:
<!--Synergy-->

<if condition="$post[fieldXX] == Yes"> <div id="sysinfo_$post[postid]" align="left" class="info" nowrap> <a href="#sysinfo"><b>My Stats</b> </a><script type="text/javascript">  

vbmenu_register("sysinfo_$post[postid]");


</script></div> </if> 
<!--/Synergy-->

repeat , go to postbit legacy

Find

Code:
</div>
<!-- / post $post[postid] popup menu -->
Add Below

Code:
<!?Synergy Stats-->

	<div class="vbmenu_popup" id="sysinfo_$post[postid]_menu" style="display:none">

		<table cellpadding="4" cellspacing="1" border="0">

<td class="thead">My Stats</td>

<if condition="$post[fieldXX]"><tr><td class="vbmenu_option"><b>Gender :</b> $post[fieldxx]</td></tr></if>

<if condition="$post[fieldXX]"><tr><td class="vbmenu_option"><b>Status :</b> $post[fieldXX]</td></tr></if>

<if condition="$post[fieldXX]"><tr><td class="vbmenu_option"><b>Location :</b> $post[fieldXX]</td></tr></if>

<if condition="$post[fieldXX]"><tr><td class="vbmenu_option"><b>Eyes :</b> $post[fieldXX]</td></tr></if>

<if condition="$post[fieldXX]"><tr><td class="vbmenu_option"><b>Hair :</b> $post[fieldXX]</td></tr></if>

<if condition="$post[fieldXX]"><tr><td class="vbmenu_option"><b>Length:</b> $post[fieldXX]</td></tr></if>

<if condition="$post[fieldXX]"><tr><td class="vbmenu_option"><b>Weight:</b> $post[fieldXX]</td></tr></if>

<if condition="$post[fieldXX]"><tr><td class="vbmenu_option"><b>Body:</b> $post[fieldXX]</td></tr></if>


		</table>
	</div>

<!--/Synergy Stats-->
Do not forget to change Field XX

Demo Page --->>> DEMO

Synergy

Show Your Support

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

Comments
  #2  
Old 08-11-2006, 02:20 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Can i ask what makes this different from this Show Users System Specs that i am already using...

I have had a look at the code and apart from the new wording for the stats its exactly the same?
Reply With Quote
  #3  
Old 08-11-2006, 02:56 PM
Synergy's Avatar
Synergy Synergy is offline
 
Join Date: Oct 2005
Location: Izmir/Turkey
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My İdea , System specs and People Physical stats is different subject , i want to forum users advertise to easy yourself in forums...
Reply With Quote
  #4  
Old 08-11-2006, 03:33 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry i didnt understand most of that....

I would have thought that peeps can and most probably have changed the other hack to suit just the same as you have to this 1?

Anyway, nice work again, well done
Reply With Quote
  #5  
Old 08-12-2006, 06:32 AM
Atakan KOC's Avatar
Atakan KOC Atakan KOC is offline
 
Join Date: Feb 2006
Location: Istanbul
Posts: 710
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HEhehe.. Nice Style

http://www.7-24tr.com/forum/index.php
Reply With Quote
  #6  
Old 09-14-2006, 02:47 AM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good Job brother!! im going to be adding this tonight when the site slows down..
Reply With Quote
  #7  
Old 09-14-2006, 11:27 AM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i had to come back and repost... i install this to your specs... and of course, it worked perfectly... i then had a brainstorm... i can alter the fields to what i want and expand the information regarding my members....

you kick butt! 'preciate it
Reply With Quote
  #8  
Old 11-19-2007, 03:12 AM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Over a year later, and this is still a good idea
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 07:46 AM.


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.04125 seconds
  • Memory Usage 2,281KB
  • Queries Executed 23 (?)
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
  • (4)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)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_postinfo_query
  • fetch_postinfo
  • 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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete