By Glencoe Glen on Thursday, 31 July 2014
Posted in Technical Issues
Likes 0
Views 786
Votes 0
There is a tab for Assigned Posts, but there is no option in the back end (That I have been able to find, everything else for this is under Layout > General > Filters) to turn this off.

Am I missing this somewhere?
Hello Glencoe,

The "Assigned Posts" tab is visible to only site moderator's and admin. If you want to turn this off, you need to edit the theme file /components/com_easydiscuss/themes/simplistic/frontpage.index.filters.php and remove the codes below,


<?php if(EDC::isSiteAdmin() || EDC::isModerator()) { ?>
<li class="filterItem<?php echo $activeFilter == 'assigned' ? ' active' : '';?>" data-filter-tab data-filter-type="assigned">
<a class="mineFilter" href="javascript:void(0);">
<?php echo JText::_('COM_EASYDISCUSS_ASSIGNED_POSTS' );?>
<span class="label label-important label-notification"><?php echo $assignedCount; ?></span>
</a>
</li>
<?php } ?>
·
Thursday, 31 July 2014 00:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Ahhh OK. That's good then, I didn't want it showing up for general users.

Thanks!
·
Thursday, 31 July 2014 00:56
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Thursday, 31 July 2014 01:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post