The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Anybody know how to make my forum colums look something like this
|
|
#2
|
|||
|
|||
|
u want three columns or the status icon ?
|
|
#3
|
|||
|
|||
|
Its the mail, status icon, than the forum post.... Want it somewhat exactly lk that one or if that isn't possible I want the status icon alone
|
|
#4
|
|||
|
|||
|
Isn't that a vb3 default statusicon? You can download vb3 from members.vbulletin.com
|
|
#5
|
|||
|
|||
|
Yeah just trying to figure out how to get my forum split up the way this one is
|
|
#6
|
||||
|
||||
|
You could try something like.... modify the pm_messagelistbit template and put this right under the first line:
HTML Code:
<div class="status_icon"> <img src="{vb:stylevar imgdir_statusicon}/pm_{vb:raw pm.statusicon}.png" class="threadicon" alt="" /> </div> HTML Code:
.status_icon {width: 30px; height: 100%; clear:both; display: inline-block;}
.pmlist .blockrow .commalist {margin-left: 30px;}
|
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
||||
|
||||
|
It worked fine on my test site. It could be you have a custom style and so you will need to play with it to get it to work there.
|
![]() |
|
|