By Wim Guiking on Thursday, 25 June 2015
Replies 1
Likes 0
Views 684
Votes 0
Is it an option to ‘close’ an article, so that no one can edit it anymore (exept the superuser)?
Hello Wim Guiking.

I am really sorry because in easyblog 5, we don't this setting to restrict user from edit their own blog post.

But you can tweak some code in ...\components\com_easyblog\themes\wireframe\blogs\admin.tools.php file.

Change this code

<?php if (EB::isSiteAdmin() || $this->acl->get('moderate_entry') || $post->isMine()) { ?>


to this

<?php if (EB::isSiteAdmin() || $this->acl->get('moderate_entry')) { ?>


Hope this help
·
Thursday, 25 June 2015 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post