Search Results for 'custom activity page'
-
Search Results
-
WP v5.2.1
BP v4.3.0I have BuddyPress installed in a multisite environment and I am trying to figure out what the exact code needs to be placed within the bp-custom.php file to remove … “on the site SITENAME,” … from the following within the Global and Personal activity streams:
-
When a post is made.
when a comment is made.Also, I’m trying to figure out how to turn off the notifications within the global and personal activity streams for:
-
When a page is made.
I may be novice but can pick up some things fairly quick. I just need a little help so any assistance would be greatly appreciated. 🙂
Theme: aardvark
Can’t test it on default theme because aardvark will reset and I will lose literally 3 hours of customizaition progressBasically I click the comment button on a post on my profile. I type in a comment and once posted the comment appears nested. however upon reloading the page the comment goes to the top of the page and it does not show that it is a comment
I added some customized content to the buddypress.php template in my theme, but no matter the section (notifications, activity, profile etc.), my custom content appears in every page.
How can I have the content appear only on the home page (or another specific profile page?)?
Thanks in advance.
I am tinkering with some tricks shown here: https://usersinsights.com/buddypress-custom-profile/.
It has been mostly successful and straight forward more or less. The examples in the link adds customized content to the user’s HEADER section however (where Avatar & last-active time is shown) using:
add_action( ‘bp_profile_header_meta’, ‘my_function’ );
How might I add actions to the main body of a profile page (i.e. in the Base profile section [before and after])? I’ve tried substituting ‘bp_profile_header_meta’ with the other hooks shown in the tutorial i.e.:
add_action( ‘bp_before_profile_content’, ‘my_function’ );
add_action( ‘bp_before_member_activity_content’, ‘my_function’ );but none of them displays the content within the main body of the profile. Please help.
Thanks in advance.What I am trying to do is add a custom page type to my customizr child theme. This page would act as the front page for the site. I want to replicate most of the features of the current front page but show the (public) activity stream in a central column and recent blog posts in a sidebar (rather than filling the page as at present). A bit more like Facebook etc..
I’m getting my head around the complicated beast that is Customizr but I am clueless as to what I need to even start looking at to put the activity feed on the page as well.
I’m feeling overwhelmed by something that I keep thinking should be relatively straight forward. I would welcome some guidance to ease me into this.
Topic: Custom Notifications
Hi,
I am trying to add some notifications up near the breadcrumbs in my site. I tried just adding:
`bp_notifications_add_notification()’
To my page that renders the content but no numbers appear. What do I need to do so I can have an icon along with a number that represents activity?
For example, Mentions – 2
Thanks,
Stan