The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
A few questions
1. The user # variable is $userinfo[userid] right?
2. is there a user variable for last login? 3. How can I customize the display of the custom fields when I throw them in a layout and access them like $customfields it throws off my table. 4. Better yet is there a way to display certain custom fields seperate? I am sure there is I had them listed before but am not sure where I backed up the info. Thanks |
#2
|
||||
|
||||
1. $bbuserinfo[userid]
2 $bbuserinfo[lastvisit] (but you'll want to use the vbdate function since just using just that variable will give you the php time format) 3. Not sure exactly what you mean... 4. $bbuserinfo[fieldX] (replace X with the field id) will display the info from custom profile fields. Having them not show with the rest of the custom fields would require changing that query in the member.php file. |
#3
|
|||
|
|||
Thanks,
I meant is there display handled by templates? |
#4
|
|||
|
|||
is there another way to call the birthday?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|