The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Haveing problems aligning text from phrases.
What im getting at the moment Attachment 107629 what i want https://vborg.vbsupport.ru/attachmen...8&d=1260783637 At class start i just added alignment but didnt work.. Code:
<div class="postdetails" align="center">
<div class="userinfo">
<div class="username_container">
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
{vb:raw post.onlinestatus}
Some of the items needs to be centered, i added the line breaks, just stack them like before.. Code:
<dl class="userinfo_extra">
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt></br> <dd>{vb:raw post.joindate}</dd></vb:if>
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt></br> <dd>{vb:raw post.field2}</dd></vb:if>
|
|
#2
|
||||
|
||||
|
sorta temp solved,,,
http://www.vbulletin.com/forum/showt...ies-of-the-tag replaced all dt with dd tags |
|
#3
|
||||
|
||||
|
Could have done it with some css:
Code:
.postbitlegacy .userinfo {
text-align: center;
}
.postbitlegacy .userinfo .userinfo_extra {
float:none;
text-align: center;
}
.postbitlegacy dl.userinfo_extra dt {
float: none;
text-align: center;
}
.postbitlegacy dl.userinfo_extra dd, .postbitlegacy dl.userinfo_extra dd a {
text-align: center;
}
|
|
#4
|
||||
|
||||
|
got a update on my bug report on it..
it now says Fixed (pending) so i guess in gold it will be okay
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|