The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to remove the title in a post
Hi-
I attempted a search for this, but was told that my search terms were less than 3 characters in length...strange error. It occurs on vbulletin.org sometimes, not others. But I digress. Anyway. My question is how do I remove the title from appearing in the first post in a thread? The attached picture illustrates the culprit in question. I found this in the ~install/vbulletin-style.xml file, presumably part of the postbit_legacy stuff, but when I deleted the lines from the file, the title continued to appear. So I must be missing something simple and obvious... Any ideas on how to disable the following variables shown in this if statement? Thanks! Code:
<vb:if condition="$post['title'] OR $show['messageicon']"> <h2 class="title icon"> <vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title} </h2> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|