The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add widget to specific thread?
Hi all,
I'm wondering if there is a way to add the following 'widget' to display inside one specific thread? Code:
<iframe frameborder="0" scrolling="no" width="300" height="250" src="http://www.footytips.com.au/compWidget.cfm?c=censored&gameType=tips&sportId=2&size=300x250&gameCompId=xxxxx"></iframe> Courty |
#2
|
|||
|
|||
You could edit the SHOWTHREAD template and put in:
Code:
<vb:if condition="$thread[threadid] == X"> // code just for thread X </vb:if> |
#3
|
|||
|
|||
Thanks very much, I'll give it a try and post the results.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|