Hello Pankaj,
Yes, I know they can change it, but I want to remove that filter as it explains below. The file location has changed. I don't want any user to be able to access all users activity feeds if they are not friends or following. Imagine if I could access 2.5 Billion users on my facebook account, and I am not friends with them.
The follow is an important feature. Please let me know as soon as possible if you decide not to do it. I will have to pay someone. Thanks.
Hi, Saeed.
Ok, then use my little hack:
Copy this file: ROOT/components/com_community/templates/default/frontpage.index.php
to:
ROOT/templates/your-template/html/com_community (if you don't have "html" or "com_community" folders, feel free to create them)
Edit file and look for "COM_COMMUNITY_FILTERBAR_ALL".
It will be in line 90-91.
Then just delete whole:
<li data-filter="all" class="<?php echo ($filter == 'all') ? 'active' : ''; ?>" data-url="<?php echo CRoute::('index.php?option=com_community&view=frontpage&filter=all');?>" ><i class="joms-icon-star"></i> <?php echo JText::("COM_COMMUNITY_FILTERBAR_ALL"); ?></li>
Filter "ALL" will be gone from filters list.