The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Show Birthday to Specific Usergroups
Hi,
So our forum is pretty strict on only permitting users of a certain age to use our forums. As a result, we've been looking for ways to help our Super Moderators/Administrators more quickly recognize overage users. I've successfully managed to add a "birthday" field to a user's postbit (displaying only to Super Mod/Admin usergroups), regardless of whether or not a user allows their birthday publicly viewable by this code: Code:
<if condition="is_member_of($bbuserinfo, x,y)"> <div>Birthday: $post[birthday] </if> </div> When trying to add something similar to the MEMBERINFO template, however (with the $post[birthday] variable), the birthday only shows up if a member has selected it to be viewed publicly. So my question: Is there any way to force a user's birthday/age to be displayed on the MEMBERINFO template to specific usergroups? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|