By L'Eclaireur SARL on Tuesday, 05 December 2017
Posted in General Issues
Likes 0
Views 386
Votes 0
Hello,

I have an issue with "Hide similar feeds"
1 - I select "hide similar feeds" in journal
2 - I reload my page
3 - I want not "Hide similar feeds", => finally I want to see this items, How I can do that ?

Thank's
Hey,

You may "Unhide" items from your activity logs. Take a look at my screen shot here, http://take.ms/tNYOZ

On the activity log screen, you may un-hide them
·
Tuesday, 05 December 2017 23:05
·
0 Likes
·
0 Votes
·
0 Comments
·
hi,

Ok thank you,
Now How I can hide "Hide similar feeds" in dropdown menu ?
·
Wednesday, 06 December 2017 22:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey,

There is two ways to do this:

1. Disable the ability to hide stream items in the profile type ACL, http://take.ms/HNKWc

or

2. Modify the file /components/com_easysocial/themes/wireframe/stream/default/item.php and remove the following codes at line 104,

[gist]
<?php if ($stream->context != 'story') { ?>
<li data-hide data-type="context" data-multiple="1">
<a href="javascript:void(0);"><?php echo JText::_('COM_EASYSOCIAL_STREAM_HIDE_APP');?></a>
</li>
<?php } ?>
[/gist]
·
Wednesday, 06 December 2017 22:54
·
0 Likes
·
0 Votes
·
0 Comments
·
*hi,

Thank you, the first option is the best.

Bye
·
Wednesday, 06 December 2017 23:03
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Wednesday, 06 December 2017 23:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post