The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]() Quote:
Also, here's a screenshot for the reference: ![]() |
#12
|
|||
|
|||
![]()
Ah, ok. To center the Hide Customizations button find:
HTML Code:
<form action="{vb:link member, {vb:raw userinfo}}" method="get" id="profile_swap_form" class="floatright">
|
#13
|
|||
|
|||
![]() Quote:
As for the deleting or commenting out, is this the original code? ![]() |
#14
|
|||
|
|||
![]()
That's the new button you added. The old button is toward the bottom of the template.
|
#15
|
|||
|
|||
![]() Quote:
![]() |
#16
|
|||
|
|||
![]()
Yup, place HTML comment tags around that.
![]() |
#17
|
|||
|
|||
![]()
I think I'll just delete it.
Before this, the MEMBERINFO template wasn't modified, so I can always revert it if we decide to get rid of those changes. --------------- Added 12/9/2012 at 5:40 PM --------------- Hm. To fix the alignment issue of the user rank not being centered under the username, is it possible to move the pencil icon up with Customize button? Or did you already post about that? In regards to my other thread, I noticed the rank isn't directly centered under the username there, either, but there's no pencil icon there. Weird. EDIT: You can reply regarding the postbit there, though. ![]() |
#18
|
|||
|
|||
![]()
To move the pencil up, find your button code
HTML Code:
<div style="text-align:center;padding-top:5px;"> <vb:if condition="$show_customize_profile"> <button class="userprof_button hidden" id="profile_customization_button"><img src="{vb:stylevar imgdir_misc}/userprofile/paintbucket_icon.png" alt=""/> {vb:rawphrase customize_my_profile}</button> <vb:else /> <vb:if condition="$show['userhastheme']"> <form action="{vb:link member, {vb:raw userinfo}}" method="get" id="profile_swap_form"> <input type="hidden" name="do" value="swapcss" /> <input type="hidden" name="u" value="{vb:raw prepared.userid}" /> <input type="hidden" name="token" value="{vb:raw bbuserinfo.securitytoken}" /> <input type="submit" tabindex="1" name="swapcss" value="{vb:raw usercss_switch_phrase}" class="userprof_button" id="profile_swap_button" /> </form> </vb:if> </vb:if> </div> HTML Code:
<vb:if condition="$show['edit_profile']"> <a href="moderator.php?{vb:raw session.sessionurl}do=useroptions&u={vb:raw userinfo.userid}"><img src="{vb:stylevar imgdir_button}/edit_40b.png" alt="{vb:rawphrase edit_user_profile}" /></a> </vb:if> Fix the centering, find HTML Code:
<span class="member_username">{vb:raw prepared.musername}</span> HTML Code:
style="position:relative;left:5px;" |
#19
|
|||
|
|||
![]() Quote:
Code:
<vb:if condition="$show['edit_profile']"> |
#20
|
|||
|
|||
![]()
You have to remove the entire old <vb:if>code</vb:if> if you want to delete the old pencil icon.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|