The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
put profile field out in widget
Hi,
How can I put a profile field out in a widget? I am putting out username etc, but I also want to put out field6 which is a custom field? Thanks Claudia |
#2
|
||||
|
||||
What type of widget? Post the code you are currently using and let us know what template it is currently using and if it is a default template.
|
#3
|
|||
|
|||
Hi,
This is my widget code so far: PHP Code:
Thanks |
#4
|
||||
|
||||
Two things.... your query is not getting the profile field - it is in the userfield table. You will have to JOIN with that table in your query in order to get it. Secondly, post is certainly not going to work because that is not the name of your array. Your array name is newuser, so it would be $newuser[field6] once you correct your query.
|
#5
|
|||
|
|||
Thanks Lynne. I understand the second part. I don't know how to JOIN in my query, but you have given me something to try to investigate further so I can learn how to do it.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|