By Luigi Di Iorio on Saturday, 04 July 2015
Posted in General Issues
Replies 3
Likes 0
Views 691
Votes 0
Is it possible to restrict the "add post" option in the post editor page in order to list only posts from a specific category?
Hi Luigi Di Iorio,

I am really sorry for the delay of this reply as it is a weekend for us here.

Unfortunately we do not have any setting to turn this off at this point of time, but you can remove this few line of code from JoomlaFolder\components\com_easyblog\themes\wireframe\composer\document\toolbar\document.php

// Remove LINE 27 until 30
<div class="eb-composer-toolbar-item is-button col-cell eb-composer-add-post-button" data-eb-composer-add-post-button>
<i class="fa fa-file-text"></i>
<span><?php echo JText::_('COM_EASYBLOG_COMPOSER_ADD_POST');?></span>
</div>


Hope this help.
·
Saturday, 04 July 2015 11:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, but I don't want to remove it, I Just need it to list only posts from a specific blog category...is it possible?
·
Saturday, 04 July 2015 21:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Luigi,

I am sorry for the delay of this reply.

Unfortunately it is not possible to do so currently.
·
Monday, 06 July 2015 12:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post