Remove some features from activity plus
-
Hello,
I would like to remove the “site-wide activity” title.
also I would like to remove the “activity type navigation bar” and keep the option all members by default.
Finally I want to remove the “show” option feature and show by default ONLY THE UPDATES.
Thank you in advance,
John
-
Hey John,
How are you doing today?
Hiding the title and preview button should be possible with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
.activity header.entry-header { display: none; } input#bpfb_video_url_preview { display: none; }As for renaming the text of the each button that is being displayed there you can see this thread:
https://ww.wp.xz.cn/support/topic/how-can-i-change-add-photos-to-post-update?replies=6
also I would like to remove the “activity type navigation bar” and keep the option all members by default.
Lastly I’m not exactly sure what you’re referring to here so can you please add more details or a screenshot so I can better understand this 🙂
Cheers,
BojanHello bojan,
thank you a lot for your kind reply.
about no1. I added the https://ww.wp.xz.cn/plugins/real-time-find-and-replace/ plugin and it worked.
About my other two issues how can I attach an image;
thank you in advance,
John
Hey John,
There is no option to attach the image on this forum. What you can do is upload the image to for example http://www.dropbox.com or http://imgur.com/. Personally I use an app called Jing that allows you to create a screenshot and directly to screencast.com.
Best regards,
BojanHello Bojan,
I want to remove the bar that it is displayed on the screenshot (no1)
I want in activity bar to show only updates and to disable the choice for others to change it (no2). for example i dont when two people get friends this to be displayed in the activity.
Finally in the second screenshot I would like to remove the “Post In My Profile” (no3)
https://drive.google.com/drive/folders/0B7g-3s-9mfEsOEpCOFVEZVYzMGs
thank you for your time,
John
Hey John,
I’m not being able to open that file, please see screenshot http://screencast.com/t/wFViuGqUej.
Can you please check that for me?
Cheers,
BojanHey John,
Thanks for the screenshots 🙂
Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
div#whats-new-post-in-box { display: none; } .item-list-tabs.activity-type-tabs { display: none; } #activity-filter-by option { display: none; } #activity-filter-by option[value="activity_update"] { display: block; }Hope this helps 🙂
Cheers,
BojanHello Bojan,
thank you again for your kind email.
I have two questions, about this screenshot http://screencast.com/t/8zkN7axfK
For number 1, can we remove a specific part of this bar? for example the mentions section? and at the same time to display as default the friends activity.
For number 2, it almost worked. I want when someone enters the website to view automatically the activity-updates and not Everything.
thank you again,
John
Hey John,
Mentions are displayed in the activity feed by default. You can also hide only the Mentions section by using the following CSS:
.activity-type-tabs li#activity-mentions { display: none; }For number 2, it almost worked. I want when someone enters the website to view automatically the activity-updates and not Everything.
This would require custom coding so it can’t be done out of a box.
Best regards,
BojanIs there a way to remove the “add photo” and “add video” features on BuddyPress Activity Plus? This would leave only the upload Link feature. I already use a plugin for pics and videos and I like Activity Plus better than BP Links. Maybe there is a code I could enter into the Code Snippets Plugin that i have downloaded?
Hey there @kyla123,
As I mentioned above the easiest way would be to actually hide those buttons with CSS. Please try adding the following CSS code as I mentioned above:
a#bpfb_addPhotos { display: none; } a#bpfb_addVideos { display: none; }this should hide those buttons 🙂
Hope this helps!
Cheers,
BojanThat worked. Thanks!
Glad I could help 🙂
Cheers,
Bojan
The topic ‘Remove some features from activity plus’ is closed to new replies.