The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
accessing forum array in SHOWTHREAD
I'm wanting to put a title onto my thread display, telling the user which forum the thread is in and showing the forum icon added using Forum Icons. But I can't work out how to access the forum array for the parent forum.
I used something like this in the FORUMDISPLAY HTML Code:
<div id="pagetitle" class="pagetitle"> <img src="{vb:raw foruminfo.iconlocation}" alt="{vb:raw foruminfo.title}" style="float: left; margin-right: 4px;" /> <h1>{vb:rawphrase forum}: <span class="forumtitle">{vb:raw foruminfo.title}</span></h1> <vb:if condition="$foruminfo['description']"><p class="description">{vb:raw foruminfo.description}</p></vb:if> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|