Quote:
Originally Posted by WorldCraft
Sorry, this may be an easier explanation. :P
Find
HTML Code:
<div class="profile_widgets member_summary userprof_moduleinactive userprof_moduleinactive_border<vb:if condition="$stylevar['textdirection'] == 'ltr'"> sidebarleft</vb:if>" id="sidebar_container">
Add one line below
HTML Code:
<div style="text-align:center;">
<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" class="floatright">
<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>
Just make sure to backup or comment out the original button should you need to restore it.
If you do need more help just send me a PM and I'll take a look at it for you.
|
I actually wanted it outside of the sidebar under the
Member List link, but that actually looks pretty good.
Now, how would I move it down a bit? It's going up right against the the border of the sidebar, and I don't want that.