The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding a custom profile field in SHOWGROUPS page
Hello,
How can I show a custom profile field that I created on the SHOWGROUPS page? I know that using $post[field7] in the postbit template works. Therefore, I attempted to use $user[field7], but that didn't work. Any ideas? |
#2
|
||||
|
||||
Probably $userinfo[field7]
|
#3
|
|||
|
|||
$bbuserinfo[field7]
|
#4
|
||||
|
||||
$bbuserinfo is *you*, the viewer. That would make every field7 on the showgroups page the same and all yours.
|
#5
|
|||
|
|||
Quote:
$userinfo, however, didn't Any ideas? --------------- Added [DATE]1252016223[/DATE] at [TIME]1252016223[/TIME] --------------- In the showgroups template they're using $user[field2] to pull the "location" information, however none of the other default fields work. Therefore, I'm guessing each field must be individually cached from somewhere? |
#6
|
||||
|
||||
This is the WHERE part of the query to grab information for users on the showgroup.php page:
PHP Code:
|
#7
|
|||
|
|||
hopsa
sorry |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|