The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
If you go to admincp > User Profile Fields and look at the "name" column, then you can find that same column in the usertextfield table and it gives the filled in information for each user.
See this post about getting the information - https://vborg.vbsupport.ru/showpost....96&postcount=5 Code:
SELECT username, email, fieldX, fieldY FROM user LEFT JOIN userfield ON(user.userid=userfield.userid) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|