By Joroslav on Sunday, 29 April 2018
Posted in General
Replies 6
Likes 0
Views 462
Votes 0
How do I disable user editing in a component?
Hi Joroslav,

I'm not sure what do you mean by 'user editing in a component'. Perhaps you can elaborate more and provide examples?
·
Monday, 30 April 2018 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
I need to disable the user editing option. See picture.
·
Monday, 30 April 2018 15:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Joroslav,

I see. Unfortunately there is no setting that can disable this. If you really want to, you would have to template override the following file(http://take.ms/unnui):
JoomlaFolder/components/com_easydiscuss/themes/wireframe/toolbar/default.php

New directory:
JoomlaFolder/templates/current_template/html/com_easydiscuss/toolbar/default.php
·
Monday, 30 April 2018 16:11
·
0 Likes
·
0 Votes
·
0 Comments
·
so far I have disabled it in CSS, then I will modify it in PHP.

Thank you
·
Monday, 30 April 2018 16:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Alright Joroslav. You're most welcome.

Regards.
·
Monday, 30 April 2018 16:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post