The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
You'd do something like this, using hook forumdisplay_query:
Code:
$hook_query_fields .= ', userfield.field12 '; $hook_query_joins .= ' LEFT JOIN ' . TABLE_PREFIX . 'userfield AS userfield ON (userfield.userid = thread.postuserid) '; Hopefully that will do it for you. Edit: Then of course you'd probably use {vb:raw thread.field12} in the template. |
Благодарность от: | ||
bzcomputers |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|