By jasonargo on Thursday, 28 August 2014
Posted in General Issues
Replies 5
Likes 0
Views 773
Votes 0
http://screencast.com/t/Vp6z5R4wQij

My post and my asisgned post

Thank's

Great jobs
Hello Jasonargo,

Sorry for late reply to this,
You can remove the code from this file JoomlaFolder\components\com_easydiscuss\themes\simplistic\frontpage.index.filters.php
LINE 25 until 40

<?php if($system->my->id != 0) { ?>
<li class="filterItem<?php echo $activeFilter == 'mine' ? ' active' : '';?>" data-filter-tab data-filter-type="mine">
<a class="mineFilter" href="javascript:void(0);">
<?php echo JText::_('COM_EASYDISCUSS_MY_POSTS' );?>
</a>
</li>
<?php } ?>

<?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 } ?>

Hope this help.
·
Friday, 29 August 2014 02:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank's Arlex Wong.

Know if this change will remove the update?

Thank's
·
Friday, 29 August 2014 08:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jasonargo,

Yes, when you update Easydiscuss, this changes will be replaced. Therefore, you have to make a backup before proceed with the update.
·
Friday, 29 August 2014 10:12
·
0 Likes
·
0 Votes
·
0 Comments
·
You can overwrite this file? please show me how, if so
thank you
·
Friday, 29 August 2014 18:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello jasonargo,

You can copy the this file from JoomlaFolder\components\com_easydiscuss\themes\simplistic\frontpage.index.filters.php

Then manually create a new folder for com_easydiscuss

the last step is put this file frontpage.index.filters.php in your JoomlaFolder\templates\yourTemplate\com_easydiscuss\

It should be fix your issues.
·
Friday, 29 August 2014 18:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post