The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am doing a left join and have now have two parameters called "title":
p.title=title of the post t.title=title of the thread The vbtemplate can only seem to address $latest[title]. How do I discriminate between one and the other? I tried $latest[p.title] or $latest[t.title], but the template compiler didn't like that. Thanks Matt |
#2
|
|||
|
|||
![]()
In your SELECT query call them as something else
[sql]SELECT p.title AS posttitle, t.title AS threadtitle[/sql] |
#3
|
|||
|
|||
![]()
Thanks a million Brad - that works great!
Regards, Matt leftjoining my way to fame & fortune |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|