Artis Posted January 5, 2015 Report Posted January 5, 2015 I want to disable option that client can't delete profile. Where I need to search (I just need to delete that menu). It is for security reasons. (I'm using blesta 3.4) Thanks Quote
0 Michael Posted January 5, 2015 Report Posted January 5, 2015 Client's can't delete profiles just contacts, unless you mean disable the edit contact information? Quote
0 Artis Posted January 6, 2015 Author Report Posted January 6, 2015 Well, now I have one situation that one of clients create few problems on my server and he just delete everything from profile. Is it possible to disable that user can delete/remove contact from his profile ? Quote
0 Michael Posted January 6, 2015 Report Posted January 6, 2015 Well, now I have one situation that one of clients create few problems on my server and he just delete everything from profile. Is it possible to disable that user can delete/remove contact from his profile ? By contact do you mean Address, Full name etc on the change page? Quote
0 Michael Posted January 6, 2015 Report Posted January 6, 2015 Yes Ok Install this plugin: Css Javascript Html Toolbox Plugin by Naja7host, you can get it from the marketplace or get linked to it from the Blesta Addons on my signature. Then do: Custom CSS >> Advanced Controllers: client_main_edit Markup to set in: <Head> tag #first_name, #last_name, #company, #address1, #address2, #city, #country, #state, #zip, #email{ display:none; } That will hide them haha, In a later version of Blesta you can disable fields. Or you could edit the template for the client_main_edit, but you'll have to replace it every time. Quote
Question
Artis
I want to disable option that client can't delete profile. Where I need to search (I just need to delete that menu).
It is for security reasons.
(I'm using blesta 3.4)
Thanks
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.