The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]() ![]() How can I create a line break like that in my postibt so it just indents a line? |
#2
|
||||
|
||||
![]()
The line in your postbit is just a series of underscores followed by a line break.
Code:
_____________<br/> But, if you search your postbit and/or postbit_legacy template for this code; Code:
<if condition="$show['avatar']"> <div class="smallfont"> <br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> </div> </if> Code:
<if condition="$show['avatar']"> <div class="smallfont"> <div class="tborder""> <br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> </div> </div> </if> You'll just have to adjust the color of .tborder so that it does the whole "indent" thing, or create a new class and use it instead if you don't want to alter .tborder. Hope this helps. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|