The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
||||
|
||||
![]()
Open template threadbit and find:
Code:
<!-- title / author block --> <div class="inner"> Code:
<div class="threadprefix"> <vb:if condition="!empty($thread['prefixid'])"> {vb:raw thread.prefix_rich} <vb:else /> None </vb:if> </div> Code:
<vb:if condition="$thread['movedprefix'] OR $thread['typeprefix'] OR $thread['moderatedprefix'] OR $thread['prefix_rich'] "> <span class="prefix understate"> {vb:raw thread.movedprefix} {vb:raw thread.typeprefix} {vb:raw thread.moderatedprefix} {vb:raw thread.prefix_rich} </span> </vb:if> Code:
<vb:if condition="$thread['movedprefix'] OR $thread['typeprefix'] OR $thread['moderatedprefix']"> <!-- OR $thread['prefix_rich'] --> <span class="prefix understate"> {vb:raw thread.movedprefix} {vb:raw thread.typeprefix} {vb:raw thread.moderatedprefix} <!-- {vb:raw thread.prefix_rich} --> </span> </vb:if> Code:
.threadlisthead span.threadinfo { width: 62%; } .threadlisthead span.threadinfo_withnotification { width: 47%; } Code:
.threadlisthead span.threadinfo { width: 52%; } .threadlisthead span.threadinfo_withnotification { width: 37%; } Code:
.threadbit .threadinfo { width: 62%; min-width: 350px; } .threadbit .threadinfo_withnotification { width: 47%; } Code:
.threadbit .threadinfo { width: 52%; min-width: 350px; } .threadbit .threadinfo_withnotification { width: 37%; } Code:
.threadbit .threadprefix { float: {vb:stylevar left}; width: 10%; margin: {vb:stylevar padding}; } That should do it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|