The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need to know how to Make Posts Names always appear
I've been looking for months on here for a mod or hack or some sort of template edit that will make each post have a RE: Post title next to the post icon and I cannot find anything. There used to be a mod for this but i cannot find it anywhere. It would be in the postbit_legacy template that I need to change.
Here's the code in my postbit_legacy where the icon is located: Code:
<!-- icon and title --> <div class="smallfont" style="background-color:#111111;color:#FFFFFF;border:1px dotted #000000;padding:5px;"> <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 --> What I want is this... Any help would be great, thanks. |
#2
|
|||
|
|||
Anyone, come on surely you guys know how to do this! I've seen it on other forums so I know its possible.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|