final kaoss
05-15-2010, 04:37 PM
I remember that there was a way to do this in vbulletin 3.8.x Does anyone know the method to do this in vbulletin 4.x?
Right now I am trying to work it out and I believe that in 4.x this is the code responsible
<vb:if condition="$foruminfo['description']"><p class="description">{vb:raw foruminfo.description}</p></vb:if>
</div>
I've tried adding it in the showthread template with no luck so far like so:
(search for pagetitle)
<div id="pagetitle" class="pagetitle">
<h1>{vb:rawphrase thread}: <span class="threadtitle"><a href="{vb:raw thread_url}" title="{vb:rawphrase reload_this_page}">{vb:raw threadinfo.title}</a></span></h1>
<p class="description">{vb:raw foruminfo.description}</p>
Right now I am trying to work it out and I believe that in 4.x this is the code responsible
<vb:if condition="$foruminfo['description']"><p class="description">{vb:raw foruminfo.description}</p></vb:if>
</div>
I've tried adding it in the showthread template with no luck so far like so:
(search for pagetitle)
<div id="pagetitle" class="pagetitle">
<h1>{vb:rawphrase thread}: <span class="threadtitle"><a href="{vb:raw thread_url}" title="{vb:rawphrase reload_this_page}">{vb:raw threadinfo.title}</a></span></h1>
<p class="description">{vb:raw foruminfo.description}</p>