Hi, I want to know if anyone has figured out a way to show the forum descriptions on showthread pages?
for reference, this calls the description as far as I can tell.
PHP Code:
<vb:if condition="$foruminfo['description']"><p class="description">{vb:raw foruminfo.description}</p></vb:if>
Where I would like it to show the description? Below the "post new thread" & "reply to thread" buttons.