vBulletin display thread title once in legacy postbit (postbit_legacy)

Apr032007 2:28AM — John

Ok, so you’ve got that brand new VB install and you want it to look like the big boys and only show the title in the first (original) post in a thread… Well here’s how you do it.

In postbit_legacy find this…
<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]” />
<!– / icon and title –>
</if>

And change it to this…
<if condition="$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]” />
<!– / icon and title –>
</if>

This along with disabling “Automatically Quote Post / Thread Title” gives me the desired effect.
You can find that option in…
AdminCP > vBulletin Options > vBulletin Options > Message Posting & Editing Options > Automatically Quote Post / Thread Title

Advertising
TragicallyNull is looking for guest authors. Click here for details.

Recent Comments

Derf

I just bought my Ipod Touch V2.1.1, and was wondering if this would work for me … TY

e

thanks.

za

stupid friggin vi editor i dont know why anyone would design something like that.

James

Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwor dpressblogs. I dont know how your blog came up, must have been a typo,...

tim

how can i trun off the lock button i just get one to day new at it

laurens

Thanks so much :D was freaking out :D

chessfield

Thanks so much for the very helpful insight. But suppose you don’t want to install all of them, but, say, only ‘Chess Titan’. Is this possible?

Zoe

awesome! can’t believe it’s that simple and i didn’t think of it!! thanks loads :D

pig_dancer

worked for me! rgreat JOB !!

coolyo

worked for me thanks lol, nice n easy

Advertising