The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Currently the join date is sometimes split onto multiple lines. How can I fix that?
See the attached image for details. |
|
#2
|
||||
|
||||
|
Post a link to a post on your site where the date is split (wrapped) like that, and I will see if I can find a CSS fix for it.
|
|
#3
|
|||
|
|||
|
|
|
#4
|
||||
|
||||
|
Okay, one way is to open up your "postbit.css" template, and locate the CSS selector:
HTML Code:
.postbit .userinfo .userinfo_extra dl, .postbit .userinfo_noavatar .userinfo_extra dl {
margin-{vb:stylevar right}: {vb:stylevar padding};
float: {vb:stylevar right};
width: 150px;
}
If you would rather not hack your template (and I recommend this method), then create a plugin hooked at "parse_templates" with the code: PHP Code:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|