Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-28-2009, 07:57 PM
Battle_Ring Battle_Ring is offline
 
Join Date: Apr 2004
Posts: 584
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Not showing birthday

I have a member who has a birthday today and its not showing on the home page, like they usually do. His usergroup is set to show
Reply With Quote
  #2  
Old 01-29-2009, 03:39 AM
bleros's Avatar
bleros bleros is offline
 
Join Date: Oct 2008
Location: Macedonia
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vBulletin Options > Forums Home Page Options > Display Today's Birthdays? YES.
did you try this ? is YES or NO?
Reply With Quote
  #3  
Old 01-29-2009, 07:39 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did he choose to display his birthday in his profile?
Reply With Quote
  #4  
Old 02-16-2009, 05:52 AM
the stig's Avatar
the stig the stig is offline
 
Join Date: Sep 2008
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marco van Herwaarden View Post
Did he choose to display his birthday in his profile?
Is it possible to force all users to show birthday in their profile?
Reply With Quote
  #5  
Old 02-16-2009, 08:23 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't think your users would be too happy if you went and displayed their birthdays when some of them specifically said "no".
Reply With Quote
  #6  
Old 02-16-2009, 09:02 AM
the stig's Avatar
the stig the stig is offline
 
Join Date: Sep 2008
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dismounted View Post
I don't think your users would be too happy if you went and displayed their birthdays when some of them specifically said "no".
I was just curious. okay how about this, is it possible to have "show birthday as a default option" instead of hide? (in usercp option)
Reply With Quote
  #7  
Old 02-23-2009, 02:32 PM
the stig's Avatar
the stig the stig is offline
 
Join Date: Sep 2008
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is what I meant Dismounted,



How can I default to "show" instead of hide?
Reply With Quote
  #8  
Old 03-09-2010, 10:45 AM
Merlinii's Avatar
Merlinii Merlinii is offline
 
Join Date: Jan 2010
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by the stig View Post
How can I default to "show" instead of hide?
I would like this option also!
Reply With Quote
  #9  
Old 07-09-2010, 12:00 PM
gosiah23's Avatar
gosiah23 gosiah23 is offline
 
Join Date: Jun 2009
Location: Morehead City NC
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone please answer our questions? I would like to show birthdays of my members as well. I don't see anything wrong with displaying a date and month only. It makes them feel "special" when getting birthday wishes from other members.

How can I default to "Display Only Day and Month of Birth" instead of hide?

Many thanks,

Margaret
Reply With Quote
  #10  
Old 07-10-2010, 05:43 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the template: modifyprofile_birthday
near the very bottom you'll see:
Code:
$vbphrase[privacy]<br />
						<select name="showbirthday">
						<option value="0" $sbselected[0]>$vbphrase[hide_age_and_dob]</option>
						<option value="1" $sbselected[1]>$vbphrase[display_age]</option>
						<option value="3" $sbselected[3]>$vbphrase[display_day_and_month]</option>
						<option value="2" $sbselected[2]>$vbphrase[display_age_and_dob]</option>
						</select>
Change it to:

Code:
$vbphrase[privacy]<br />
						<select name="showbirthday">
						<option value="0">$vbphrase[hide_age_and_dob]</option>
						<option value="1">$vbphrase[display_age]</option>
						<option value="3" selected>$vbphrase[display_day_and_month]</option>
						<option value="2">$vbphrase[display_age_and_dob]</option>
						</select>
That will make "Show Day and Month" be selected by default each time a user modifies their profile, I'm not sure if it will do it when initially signing up but you can try- it should I would think... though on my board "Display Age and Full Date of Birth" is selected by default.

Obviously move the word 'selected' to any line you want to be the default option.
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 06:26 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.10350 seconds
  • Memory Usage 2,249KB
  • Queries Executed 11 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete