-
Author
-
October 11, 2013 at 15:01 #4194skinnycParticipant
Is there a way to show just your friends activity on the home page?
October 12, 2013 at 02:56 #4237SQadminKeymasterHi,
That is currently not possibleregards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2013 at 13:38 #4265skinnycParticipantOk no problem, but is there a way to make it so that on the activity page it defults to the friends feed first rather than everyone?
Thanks
October 14, 2013 at 12:52 #4346SQadminKeymasterTry adding this to wp-content/plugins/bp-custom.php
COPY CODEfunction bbg_change_subnav() { global $bp; $bp->bp_options_nav['activity']['friends']['position'] = 5; } add_action( 'bp_setup_nav', 'bbg_change_subnav', 999 ); function my_change_activity_default_subnav() { global $bp; bp_core_new_nav_default(array( 'parent_slug' => $bp->activity->slug, 'screen_function' => 'bp_activity_screen_friends', 'subnav_slug' => $bp->friends->slug)); } add_action( 'bp_setup_nav', 'my_change_activity_default_subnav' );
This is buddypress related. Please try searching of buddypress forums for similar questions
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 16, 2014 at 04:19 #9782daniellemarieParticipantHow can I change this so that the Activity Stream defaults to the friends feed ONLY on my personal profile?
I want to see the users personal feed when viewing their profile, not their friends feed.
Thanks
January 18, 2014 at 03:14 #9868AbeKeymasterHi, That code is added before you know the page you are on so it is not doable.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.