How to Remove Customize My Profile - Vbulletin 4

On Vbulletin 4 profile page there is a button to display profile customization options for members.

If you need to remove this option, you can do it following one of these options.

Option 1:

  • Login to admin cp
  • Expand Usergroups
  • Click on Usergroup Manager
  • Select edit usergroup for the usergroup you like to disable this option. Click on Go.
  • Under Profile Customization Permissions select No for "Can Customize Profile".
  • Click on Update to save.


Option 2:
Login to admin cp
Click edit templates for your style, click go
Double click on Member Info Templates to expand
Double click on MemberInfo
Find
<vb:if condition="$show_customize_profile"><button class="floatright userprof_button hidden" id="profile_customization_button"><img src="{vb:stylevar imgdir_misc}/userprofile/paintbucket_icon.png" alt=""/>&nbsp;{vb:rawphrase customize_my_profile}</button>
</vb:if>
Remove this and save.