The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Omitting year of birth on profile
Is there a way to display a user's date of birth on the Public profile, but omit the year (even if the user entered the year). I only want the month & day to be visible.
|
#2
|
|||
|
|||
I figured it out...
In member.php: After: $bday = explode('-', $userinfo['birthday']); I added: $bday[2] = 0000; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|