BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › What is BuddyBoss Wall?
- This topic has 8 replies, 4 contibutors, and was last updated 9 years, 7 months ago by Alyssa.
Question
February 28, 2015 at 5:14 pm #36638@rmsegrovesWhat will this plugin do for my BuddyPress site? What capabilities does it give me? How do I implement it?
Answers
March 2, 2015 at 12:28 pm #36704@alyssa-buddyboss
AlyssaParticipant@rmsegroves Welcome to the BuddyBoss community! The BuddyBoss Wall allows for interactive wall posting (just like Facebook). The ability to like activities. As well as view the news feed of all your friends. This plugin edits the default feed and provides activity only related to you and your friends. Simply purchase the plugin and download from BuddyBoss.com then upload to your site and enable it. No additional settings required.
March 3, 2015 at 10:18 am #36753@appalachianI’m using the latest plugin and theme.
The entire site activity shows up fine at:
http://mysite.com/activity/However, when I click the link entitled “My Friends”, I’m getting a 404 instead of the stream that I expected at: http://mysite.com/members/member-name/activity/friends/
March 4, 2015 at 10:32 am #36781@alyssa-buddyboss
AlyssaParticipant@appalachian do you experience the same issue when you switch to the 2015 WP theme?
March 27, 2015 at 3:22 pm #38077@andy8mcdonalds@appalachian @tjchester yes this happens to me too. I have the Boss theme installed. On my global activity, http://hope361.com/activity, the Friends tab and Mentions tab both go to a 404 error.
Friends tab points to http://hope361.com/community/andymcdonald/activity/friends/ and “Mentions” points to http://hope361.com/community/andymcdonald/activity/mentions/. When you click on Likes it points to http://hope361.com/community/andymcdonald/activity/favorites/.
Do I need to go into the boss code and change the Friends tab to redirect to /news-feed instead of /friends?
March 27, 2015 at 4:14 pm #38080@andy8mcdonaldsFor now I went to the file buddypress/activity/index.php and changed the “Friends” code to manually direct to /news-feed.
<li id="activity-friends"><a href="<?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/news-feed/'; ?>" title="<?php esc_attr_e( 'The activity of my friends only.', 'boss' ); ?>"><?php printf( __( 'My Friends <span>%s</span>', 'boss' ), bp_get_total_friend_count( bp_loggedin_user_id() ) ); ?></a></li>
March 28, 2015 at 6:44 pm #38137@alyssa-buddyboss
AlyssaParticipant@appalachian @andy8mcdonalds are you redirected to a new page or does the 404 not found appear under the tab? You may want to check for ajax plugin conflicts. Disable plugins to determine if there is a conflict.
March 29, 2015 at 3:33 am #38162@appalachianThanks TJ. We love the themes… & Boss. and so much in development on our end also, but we seem to be getting past these issues. Thanks again! I did such a manual modification and not sure if it’s been corrected in the new theme, but I’ll look out for it, for now, the issue was solved. Thanks!
March 29, 2015 at 9:16 am #38169@alyssa-buddyboss
AlyssaParticipantThanks for the update Tony!
- The question ‘What is BuddyBoss Wall?’ is closed to new replies.