The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
Quote:
Code:
<vb:if condition="$show['edit_profile']"> <a href="moderator.php?{vb:raw session.sessionurl}do=useroptions&u={vb:raw userinfo.userid}" class="textcontrol imagecontrol"><img src="{vb:stylevar imgdir_button}/edit_40b.png" alt="{vb:rawphrase edit_user_profile}" /></a> </vb:if> |
#22
|
|||
|
|||
Find
HTML Code:
<img src="{vb:stylevar imgdir_button}/edit_40b.png" alt="{vb:rawphrase edit_user_profile}" />
HTML Code:
style="float:right;padding-right:10px" |
#23
|
|||
|
|||
Quote:
Also, by using your code to fix the centering, the username is overlapping with the status circle. How do I move the status circle, too? On profiles that aren't mine, the ones with the Hide / Show Customizations button, the pencil icon appears below the button for some reason. Additionally, when I added the new pencil icon, it off-centered the Customization Options button a little. |
#24
|
|||
|
|||
Fix Hide Customization button. Find:
HTML Code:
<form action="{vb:link member, {vb:raw userinfo}}" method="get" id="profile_swap_form">
HTML Code:
style="display:inline;" Move status circle, find: HTML Code:
<span class="member_status">{vb:raw prepared.onlinestatus}</span> HTML Code:
style="position:relative;left:5px;" __________________________________________________ _____________ Since the pencil icon and the button exist in the same div, the browser centers it as one entire section, so it will look as if the button is off-centered. You can try giving a lesser padding amount here: HTML Code:
<img style="float:right;padding-right:10px" src="{vb:stylevar imgdir_button}/edit_40b.png" alt="{vb:rawphrase edit_user_profile}" />
|
#25
|
|||
|
|||
Quote:
Thanks a lot for your help. I've got one more question to ask in my other thread and then I'm going to create another thread in regards to a query regarding the "Top X Friends" box. |
#26
|
|||
|
|||
I wanted to make some adjustments.
Because the button is in the sidebar, I recently found out it causes issues with styles where I didn't remove the gradients on the sidebar_background variable, so I want it outside of the sidebar. Here's what I want:
Additionally, it'd be better to revert the template and start from scratch to make it easier, so I'll do that once you reply. c: |
#27
|
|||
|
|||
Hi you can try something like this. Add to additional.css. This assumes the template is default.
HTML Code:
#member_content #sidebar_container { position: relative; top: 26px; } #member_content #profile_customization_button { position: absolute; left: 35px; } #member_content #profile_swap_form { position: absolute; left: 35px; } |
#28
|
|||
|
|||
Quote:
EDIT: Actually, it's causing the minor conflicts with the customization button border, so I'd like to move the sidebar down more a bit so it's evenly aligned with the top of the next time. It's the line around "All," etc. under the My Activity tab or where the border for the editor starts under the Visitor Messages tab. Screenshot: |
#29
|
|||
|
|||
Adjust the top: 26px; to where you would like it to appear. Probably around 30px.
|
#30
|
|||
|
|||
Quote:
Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|