By Richer Marley on Thursday, 07 December 2017
Posted in General
Replies 3
Likes 0
Views 467
Votes 0
I really try to hide the button in the article but I did not succeed. how to hide the button that allows you to archive items, see photo attach.

Best regards

Richer
Hi there,

You can manage them accordingly as you can see here http://take.ms/tzu5J. You need to check them based on your Joomla's user groups. Or you wanted to removed them for all user, you can head to this path .../components/com_easyblog/themes/wireframe/blogs/admin.tools.php and remove codes below.


<li>
<a href="javascript:void(0);" data-entry-archive data-id="<?php echo $post->id;?>" data-return="<?php echo base64_encode($return);?>">
<?php echo JText::_('COM_EASYBLOG_ARCHIVE_THIS');?>
</a>
</li>


Please give it a try and see how it goes.
·
Thursday, 07 December 2017 14:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,
sorry for the lack of information, everyone on my website could archived or trash my blog. so i delete your link ../components/com_easyblog/themes/wireframe/blogs/admin.tools.php

and the propleme is resolved.

Thanks again.

Richer
·
Thursday, 07 December 2017 22:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Richer,

Hm, those action buttons on admin.tools.php is only accessible if they have the ACL. Perhaps your ACL wasn't set correctly on the site?
·
Thursday, 07 December 2017 22:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post