The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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; |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|