The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I make empty topics (caused by default post icon) disappear?
Hi,
I'd like to use a default post icon but not for replies to threads because it simply doesn't look as neat to have the default icon above each reply. Is there a simple style change that makes the icon (and topic line) disappear or is there some option that I'm overlooking to accomplish this? I'll attach a screenshot to show what I mean. Thanks! |
#2
|
||||
|
||||
You can try changing this line in the postbit_legacy:
HTML Code:
<if condition="$show['messageicon'] OR $post['title']">
HTML Code:
<if condition="$show['messageicon'] AND $post['title']">
|
#3
|
|||
|
|||
Works perfect. Thanks! Makes me wonder why it's not AND by default.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|