av8or1
05-03-2011, 03:25 AM
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!
<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>
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!
<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>