vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Not showing birthday (https://vborg.vbsupport.ru/showthread.php?t=203413)

Battle_Ring 01-28-2009 07:57 PM

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

bleros 01-29-2009 03:39 AM

vBulletin Options > Forums Home Page Options > Display Today's Birthdays? YES.
did you try this ? is YES or NO?

Marco van Herwaarden 01-29-2009 07:39 AM

Did he choose to display his birthday in his profile?

the stig 02-16-2009 05:52 AM

Quote:

Originally Posted by Marco van Herwaarden (Post 1727908)
Did he choose to display his birthday in his profile?

Is it possible to force all users to show birthday in their profile?

Dismounted 02-16-2009 08:23 AM

I don't think your users would be too happy if you went and displayed their birthdays when some of them specifically said "no".

the stig 02-16-2009 09:02 AM

Quote:

Originally Posted by Dismounted (Post 1745720)
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)

the stig 02-23-2009 02:32 PM

This is what I meant Dismounted,

http://i226.photobucket.com/albums/d..._sale/hide.png

How can I default to "show" instead of hide?

Merlinii 03-09-2010 10:45 AM

Quote:

Originally Posted by the stig (Post 1752338)
How can I default to "show" instead of hide?

I would like this option also!

gosiah23 07-09-2010 11:00 AM

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

BirdOPrey5 07-10-2010 04:43 PM

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.


All times are GMT. The time now is 12:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01650 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete