The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Displaying Profile Fields
Does anyone know how to display Profile Fields in threads, below Join Date & Posts ?
|
#2
|
|||
|
|||
There are currently no hooks to add info where you want to in Beta 10 or 11.
|
#3
|
|||
|
|||
A new template hook was added for next release.
For the moment, you can edit the template manually or modify the template cache. |
#4
|
|||
|
|||
Quote:
whats the code for it {vb:raw userinfo.field8} {vbrawphrase customerfield.field8} which is what i am asking, as i have looked through the code and can't find a solution for manual entry |
#5
|
||||
|
||||
Well the template is: conversation_userinfo
And in that template current posts are: Code:
{vb:raw conversation['userinfo']['posts']} Code:
{vb:raw conversation['userinfo']['joindate']} Code:
{vb:raw conversation['userinfo']['field8']} |
#6
|
|||
|
|||
I tought the same, but... the fields are not included in conversation variable.
|
#7
|
||||
|
||||
I'm half tempted to call it a bug and JIRA it... being in past VB versions everything about the user was accessible via $post... i'd expect the same out of $conversation.
|
#8
|
|||
|
|||
I agree, fields are part of user's information (userinfo).
Currently only user table is included, I think they forgot to join userfield table. I hope it is not by design. |
#9
|
||||
|
||||
<a href="http://tracker.vbulletin.com/browse/VBV-5021" target="_blank">http://tracker.vbulletin.com/browse/VBV-5021</a>
|
#10
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|