PDA

View Full Version : Add forum description to Showthread template [request]


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>

final kaoss
10-07-2010, 02:39 PM
I would rather bump this instead of make a new thread about it, I'll try to find the 3.8.x mod & link to it.

--------------- Added 1286468313 at 1286468313 ---------------

I believe this is the one responsible
https://vborg.vbsupport.ru/showthread.php?t=210696