I've been fidgeting for a while now with two issues that I can't seem to get right:
- How do I remove the 'delete profile' button on Profile Edit? I tried removing it from ow_system_plugins/base/views/controllers/edit_index.html but with no effect
- Now the default view for browsing users is in order of registration (ID) but I want to have the list alphabetical. I guess having it in alphabetical order based on a particular question field is hard, but using username instead of id is also fine with me. As long as there is logic in the list
Can someone help me out or point me in the right direction? Thanks!