BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › Remove News Feed
Tagged: Remove feed/RSS tab
- This topic has 8 replies, 4 contibutors, and was last updated 8 years, 7 months ago by Anonymous.
Question
October 6, 2015 at 9:27 am #48049@anderewHey,
I don’t need this rss feature. How do I remove it from all tabs?
Cheers,
Andrew
Answers
October 9, 2015 at 7:30 am #48309@
AnonymousHi @anderew, Please take a look at this topic :
https://www.buddyboss.com/support-forums/topic/remove-feedrss-tab-and-user-icon-colour/
Regards
PallaviOctober 10, 2015 at 10:55 am #48398@anderewThanks but this is in relation to the wall plugin. See my screenshot. I don’t need the ‘News Feed’ link, how do I remove it?
October 10, 2015 at 10:57 am #48400@anderewYou can find it in the personal profile wall 🙂
October 20, 2015 at 11:54 am #49180@
Anonymous@anderew
We have converted Activate tab as Wall Tab and it is compulsory to keep primary slug, if you will deactivate it other activity related tab will also throw 404 errors.function remove_item_from_nav() { global $bp; bp_core_remove_subnav_item( $bp->activity->slug, 'news-feed' ); } add_action( 'init', 'remove_item_from_nav' );
It should work . but due to our last update in the wall plugin which allow option to select primary tab as Wall or News feed, it’s not working
I have submitted to developers to take a look of it.
You can also hide easily via css no need to use custom php codes#news-feed-personal-li { display:none; }
Regards
Varun DubeyOctober 31, 2015 at 5:44 pm #50269@costyclan@vapvarun I am also trying to remove the ‘news feed’ by simply hiding it using your code above in the custom.css however it hasn’t worked for me??
Am I correct that I just copy 2nd lot of code above and paste into custom.css on dashboard?October 31, 2015 at 10:39 pm #50280@costyclan@vapvarun I’ve just worked out that the code above is working on desktop layout but not mobile. How can I apply this to mobile also?
March 30, 2016 at 6:38 pm #66154@costyclan@vapvarun I’ve tried your code above to hide ‘News Feed’ from Wall but it’s still showing. Any advice?
March 31, 2016 at 7:29 am #66248@
Anonymous@costyclan Sorry for delayed response
You can easily hide with custom css and it’s also working
Regards
- The question ‘Remove News Feed’ is closed to new replies.