The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
You might be able to create a new plugin using hook showthread_query and code like:
Code:
$hook_query_fields .= " , DTO_garage_vehicle.* "; $hook_query_joins .= " LEFT JOIN DTO_garage_vehicle ON (DTO_garage_vehicle.userid = post.userid) "; Then in the postbit (or postbit_legacy) template use {vb:var post.year}, {vb:var post.make}, etc. The above assumes that DTO_garage_vehicle has a userid field. |
Благодарность от: | ||
swiNz |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|