-
Henry Wright replied to the topic Buddypress on Multisite in the forum Ideas 8 years, 6 months ago
I think this should be a question for the core team. You should post it on Trac:
-
Henry Wright replied to the topic Mobile members page in the forum Showcase 8 years, 6 months ago
Yes, try letting your theme’s author know via their support channel. Hopefully they can release a fix.
-
Henry Wright replied to the topic [Resolved] How to Hide Admin accounts 2016? in the forum How-to & Troubleshooting 8 years, 6 months ago
Check out this article:
-
Henry Wright replied to the topic ALL users not appearing in BP members dir in the forum How-to & Troubleshooting 8 years, 6 months ago
Users are set to active on first log in, and only then appear in the directory.
-
Henry Wright replied to the topic How to change item text from main nav in the forum How-to & Troubleshooting 8 years, 6 months ago
There are a few articles that could be useful to you. Check out:
-
Henry Wright replied to the topic Visual editor not working in the forum How-to & Troubleshooting 8 years, 6 months ago
Hi @andy60rm
If you can nail down the culprit, it’s always a good idea to open a new topic on the plugin’s support forum. Then hopefully a fix can be released by the plugin author 🙂
-
Henry Wright's profile was updated 8 years, 6 months ago
-
Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 8 years, 6 months ago
Don’t forget activity comments are different to WordPress post comments so you’ll need to find the right action for those to work.
-
Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 8 years, 6 months ago
I added it at the end of my theme’s functions.php file. I’m using Twenty Fifteen to test.
-
Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 8 years, 6 months ago
That’s strange, I just tested and it works fine for me?
-
Henry Wright replied to the topic not receiving account confirmation email in the forum Installing BuddyPress 8 years, 6 months ago
Whilst waiting for a response from your host, try checking your spam folder to be sure nothing is dropping in that.
-
Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 8 years, 6 months ago
Sorry for the delay in getting back to you. So it looks like we will need to add our actions instead of removing them. Here’s where the fun part begins. You’ll need to find a list of all the action types you want in your stream and add them to the following snippet:
add_filter( 'bp_after_has_activities_parse_args', function( $retval ) {…
[Read more] -
Henry Wright replied to the topic BP project info in the forum Requests & Feedback 8 years, 6 months ago
I doubt there’s a tutorial on this particular setup, but any specific questions you have feel free to post here and we’ll do our best to help you out 🙂
-
Henry Wright replied to the topic Birthday Notifications in the forum How-to & Troubleshooting 8 years, 6 months ago
The page you linked to describes how to add a web notification. The example on that page hooks to the
bp_activity_sent_mention_email
action which means every timebp_activity_sent_mention_email
is executed, a web notification will be sent. In your case, you’d still usebp_notifications_add_notification()
to send the notification but you will want…[Read more] -
Henry Wright replied to the topic Is it possible to create a corporate community using BuddyPress? in the forum Miscellaneous 8 years, 6 months ago
If you’re already using WordPress then BuddyPress might be a good option because of how tightly integrated the two are. BuddyPress is just a plugin so to get started you simply have to activate it from your WordPress dashboard.
My advice would be to set up a test install and give BuddyPress a try. You’ll then get a feel for if it will meet your…[Read more]
-
Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 8 years, 6 months ago
Do you mind doing a little debugging for me? If you paste the following code into your theme’s functions.php file (make sure this is done on your testing install). Then visit the activity stream. You should see some output dumped on the screen. Can you copy that and paste it here?
add_filter( 'bp_after_has_activities_parse_args', function(…
[Read more] -
Henry Wright's profile was updated 8 years, 6 months ago
-
Henry Wright's profile was updated 8 years, 6 months ago
-
Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 8 years, 6 months ago
Can you paste the code you’re using?
-
Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 8 years, 6 months ago
To add, I think
updated_profile
is the action you’re looking for. - Load More
@henrywright
Active 8 months, 1 week ago