Southernphuk
01-09-2012, 04:12 PM
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 (https://vborg.vbsupport.ru/showthread.php?t=229529). But I can't work out how to access the forum array for the parent forum.
I used something like this in the FORUMDISPLAY
<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>
How would I do something similar in SHOWTHREAD?
I used something like this in the FORUMDISPLAY
<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>
How would I do something similar in SHOWTHREAD?