Shows user activities (profile page) only to friends (from Friendships plugin).
Requires Vanilla >= 2.0.18.4 and Friendships plugin
In order to get this working, you need to add this line at the beginning of your application/dashboard/views/activity/index.php
, just after <?php if (!defined('APPLICATION')) exit();
:
$this->FireEvent('BeforeActivitiesList');
Otherwise you can edit your theme's view (if it overrides this view).
Thanks to szarak for making this happen.
Alessandro Miliucci, GPL v3. Icon by VisualPharm