The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
postbit_legacy/userinfo_extra/alignment issue
The only edit done to the postbt_legacy template was the arcade edit in the
userinfo_extra section. Code:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd> That edit was removed and still userinfo_extra text was aligned right. postbit.css template has never been edited and addition.css template has not been added to. All plugins were disabled which there are only 3 added and still userinfo_extra text aligns right. No other changes have been other then style colors. No matter what I have tried will move the userinfo_extra text to the left. Any help would be appreciated. |
#2
|
||||
|
||||
Got a link to the offending page?
|
#3
|
||||
|
||||
Clear cache? Also the original edit was not done quite correctly. It should have been as follows:
Code:
<dt>{vb:raw post.crowns}</dt><dd>{vb:raw post.champtext}</dd> |
Благодарность от: | ||
MarkFL |
#4
|
||||
|
||||
Good catch...
|
#5
|
||||
|
||||
Like I stated in my first post, with that code removed from the template the align issue is present, but thank you for the info.
--------------- Added [DATE]1430767825[/DATE] at [TIME]1430767825[/TIME] --------------- Found the problem, seems someone did in fact edit the postbit_legacy a bit. This Code:
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if> <vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if> <dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd> {vb:raw template_hook.postbit_userinfo_right_after_posts} Code:
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if> <vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if> <vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if> <dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd> {vb:raw template_hook.postbit_userinfo_right_after_posts} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|