Hi,
you can manage the template override from admin panel
- Go to admin panel
- Go to "Themes Manager"
- Go to "Social Network" under Base Theme
- On left menu go to Users->view.ctp
- Go to "Copy" button (on top of code), and copy this file into Blue Theme
- Return to "Themes Manager"
- Go to "Blue Theme"
- On left menu you will find the file Users->view.ctp
- Remove the activity feed at line 254
echo $this->element( 'activities', array( 'activities' => array( $activity ) ) );
Same steps for Home activities the file is Home->index.cpt
...
- Remove activity feed at line 106 and remove activity feed menu item at line 48
If you want to remove activity feed from main social network menu the file is Elements->main_menu.cpt
if something is not clear let me know as well. unfortunately we have to write more documentation
PS you must copy the various file into Blue Theme, because when you update Social Network Plugin the file will not overwrite.