The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Postbit help...
Hello all,
Can anyone help me get rid of the title and little line that seperate post title from the rest of the post? |
#2
|
|||
|
|||
nm, i played around with the code and got it working
|
#3
|
||||
|
||||
Lynne will probably look and confirm or correct this but at a glance you may be looking for the following code to remove, well, some of it if you want to keep the posticon in.
Code:
<if condition="$show['messageicon'] OR $post['title']"> <!-- icon and title --> <div class="smallfont"> <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if> <if condition="$post['title']"><strong>$post[title]</strong></if> </div> <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" /> <!-- / icon and title --> </if> |
#4
|
||||
|
||||
I'm pretty sure what you posted is correct, Shelley.
|
#5
|
|||
|
|||
Yes, I think that's what i ripped out. Thank you for taking the time to find that though shelly. I'm sure more people will have this question in the future and can find the answer here now!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|