We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

how remove 'delete profile' button [Answered] | Forum

Topic location: Forum home » Support » General Questions
Billy Pip
Billy Pip Nov 3 '14
Hey

'delete profile' button is in bad location on profile edit page

how remove it from that place ?

The Forum post is edited by Taissa Feb 19 '15
ross Team
ross Nov 3 '14
in ow_system_plugins/base/views/controllers/edit_index.html file


remove these lines: 


 {if !$isAdmin } {decorator name="button" class="unregister_profile_button ow_ic_delete ow_red ow_negative" langLabel='base+delete_profile'} {/if}


on line 76

Kelvin
Kelvin Feb 18 '15
Do I have to enable dev mode to make this change ?
Wilson
Wilson Feb 18 '15
If your not seeing the change, I would give that a try just to make sure.

Wilson
Kelvin
Kelvin Feb 18 '15
Done by using Dev mode.