By David on Tuesday, 24 January 2017
Posted in Technical Issues
Replies 5
Likes 0
Views 468
Votes 0
Hi,

In the Easyblog ACL there is the option in the Profile tab to stop the user class from changing the template. I set this to no but the user class can still update and change templates. Is there something else I need to do to stop users updating templates?

Cheers

David
Hi David,
If you mean the ACL setting for this(http://take.ms/pzB1x) is not working, then you are right. I am able to replicate this issue locally.
I will create a ticket internally for this so we can get this fixed properly.
In the meantime, can you apply the highlighted code in the screenshot below into this file: JoomlaFolder\components\com_easyblog\themes\wireframe\dashboard\account\blog.php
http://take.ms/Ne1xe
Then double check and see if the 'Change Template' Profile ACL setting work. Let us know how it goes, thanks.
Remember to backup the original file for safety measure.
·
Tuesday, 24 January 2017 18:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, sorry for jumping in.
I faced the same problem, and modified the blog.php following the instruction above.
But no success.

Possibly I just mistyped (because your code is screenshot and I cannot copy).
Raymond, will you please paste the highlighted source code here?

Thanks,
Hideto
·
Wednesday, 08 February 2017 15:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Hideto,
You can paste this code over that whole line:

<?php if ($multithemes->enable && $this->acl->get('custom_template')) { ?>
If you are still having issues, perhaps you can create a new thread so we can assist you.
·
Wednesday, 08 February 2017 16:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, but still not working.
So I created a new thread.
·
Wednesday, 08 February 2017 17:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Understood Hideto. We will address the issue in your other thread.
·
Wednesday, 08 February 2017 17:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post