By Sunny on Thursday, 02 April 2015
Posted in General Issues
Replies 3
Likes 0
Views 887
Votes 0
I have a forum wherein users can only reply to existing threads, i.e they cannot create new threads.

Now in this scenario "My Posts" tab becomes redundant to me, can you please do let me know how to remove this and if its possible to replace this by "My Replies"?

regards
Hello Sunny,

Unfortunately right now there's no such settings available to hide this but you can edit the theme file in /components/com_easydiscuss/themes/wireframe/simplistic/frontpage.index.filters.php and remove the codes below


<?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 } ?>
·
Thursday, 02 April 2015 23:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark for pointing out, Is it possible to have my replies instead of my posts filer?

regards
·
Friday, 03 April 2015 13:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sunny.

Unfortunately we don't have any possible filter that can show My replies only

I am really sorry
·
Friday, 03 April 2015 16:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post