The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Need to call up custom field in "lastpostby" template
I need to be able to call up a custom field - "field12" in the "forumhome_lastpostby" template.
I've tried numerous plugins and hooks (including forumbit_display) but still can't get the information to display in the "lastpostby" section. I was able to get it to work fine on forumdisplay using using hook "forumdisplay_query" and this plugin code: Code:
$hook_query_fields .= ', userfield.field12 '; $hook_query_joins .= ' LEFT JOIN ' . 'userfield AS userfield ON (userfield.userid = thread.postuserid) '; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|