The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Where is the user's 'Location' column stored?
Hi guys,
I have been looking through most of the tables and cannot find where the user's location is stored. I need it to display on external VB pages. I checked the 'user' table, but no luck... anyone? Thanks. |
#2
|
|||
|
|||
By location, do you mean the profile field "location"? If so, that is in the userfield table, and it is generally field number 2. On a vBulletin page, you could access the current user's profile field using: $vbulletin->userinfo['field2']
|
#3
|
|||
|
|||
Hello I also want to post the urser's location but do not know how ...
|
#4
|
|||
|
|||
If you want to show a user his own location, it would be $bbuserinfo[field2]. If you want to put the post author's location in the postbit or postbit_legacy template, it would be $post[field2] (but it's already displayed in the default postbit so I guess that's not what you're trying to do).
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|