-
Henry Wright replied to the topic Action/Filter After activity is created? in the forum How-to & Troubleshooting 8 years, 4 months ago
bp_activity_add()
will add an item to the activity stream. It sounds like you want to add a notification. Trybp_notifications_add_notification()
: -
Henry Wright replied to the topic [Resolved] Just a mistake in french in the forum Installing BuddyPress 8 years, 5 months ago
I’ve created a bug report: https://buddypress.trac.wordpress.org/ticket/7148
-
Henry Wright replied to the topic Problems with filtering the activity stream in the forum How-to & Troubleshooting 8 years, 5 months ago
I got a new from WordPress and I finally got in
Great 🙂
-
Henry Wright replied to the topic Login redirects not working in the forum How-to & Troubleshooting 8 years, 5 months ago
Can you post your code?
-
Henry Wright replied to the topic Problems with filtering the activity stream in the forum How-to & Troubleshooting 8 years, 5 months ago
Can you log in to wordpress.org?
-
Henry Wright replied to the topic Problems with filtering the activity stream in the forum How-to & Troubleshooting 8 years, 5 months ago
That’s strange! The credentials to use are the same as those you use here in the forum so if you can log in here then you should be able to log in there. Can you try clearing your cookies?
-
Henry Wright replied to the topic How to Count Custom Post Types in Nav Tabs? in the forum How-to & Troubleshooting 8 years, 5 months ago
@henrywright but apparently I need to use bp_setup_nav to add a navigation tab
Yes, that’s right, you do.
This is one of those situations where you seem to be doing everything right but a bit of digging is needed to see what’s actually wrong.
-
Henry Wright replied to the topic Activity stream as default member page in the forum How-to & Troubleshooting 8 years, 5 months ago
The Change Default Members Profile Landing Tab article will help you do that.
-
Henry Wright replied to the topic Problems with filtering the activity stream in the forum How-to & Troubleshooting 8 years, 5 months ago
I just tried (with the same details I use here in the forum) and was able to log in successfully. Are you still having trouble?
-
Henry Wright replied to the topic Problems with filtering the activity stream in the forum How-to & Troubleshooting 8 years, 5 months ago
In that case, this could be a bug. It seems the apostrophe isn’t being handled properly upstream. Can you open a ticket for this on Trac?
-
Henry Wright replied to the topic Problems with filtering the activity stream in the forum How-to & Troubleshooting 8 years, 5 months ago
So, how can I solve this and have “keast’s tube-nosed fruit bat” show?
You can use double quotes instead of single quotes to wrap the string of text. So for example:
'value' => "keast's tube-nosed fruit bat",
-
Henry Wright replied to the topic How to Count Custom Post Types in Nav Tabs? in the forum How-to & Troubleshooting 8 years, 5 months ago
The only difference is the hooks you’re using:
bp_setup_nav
bp_before_member_header_meta
I expect the problem might be related to when
bp_setup_nav
is executed? -
Henry Wright replied to the topic Change buddupress member slug in the forum How-to & Troubleshooting 8 years, 5 months ago
Hi @virre131
This feature is called root profiles and it can be enabled by adding the following to your wp-config.php file:
define( 'BP_ENABLE_ROOT_PROFILES', true );
-
Henry Wright replied to the topic What's a Reasonable Out-The-Box Functional Community Setup? in the forum How-to & Troubleshooting 8 years, 5 months ago
What set-up do you use?
-
Henry Wright replied to the topic Registration form not working on Windows mobile in the forum How-to & Troubleshooting 8 years, 5 months ago
Thanks for the update @antdevine, glad you fixed the issue.
-
Henry Wright replied to the topic Assign Default Member Type in the forum How-to & Troubleshooting 8 years, 5 months ago
This sounds like a problem with the edit profile screen rather than your registration hook.
-
Henry Wright replied to the topic Registration form not working on Windows mobile in the forum How-to & Troubleshooting 8 years, 5 months ago
I don’t have a Windows phone to test this but feel free to open a Trac ticket to report the issue:
-
Henry Wright replied to the topic User Profile navigation in the forum How-to & Troubleshooting 8 years, 5 months ago
buddypress.org is open source so feel free to check out the theme’s code.
-
Henry Wright replied to the topic Recruitment site in the forum Creating & Extending 8 years, 5 months ago
For a recruitment site, can buddy press have different account types for employers and employees?
Yes. Check out Member Types:
-
Henry Wright replied to the topic How to make group avatars sharper in the forum How-to & Troubleshooting 8 years, 5 months ago
You could be using the thumb sized avatar. Check your theme to make sure the full sized image is being used.
bp_core_fetch_avatar()
is the function used by BuddyPress to display avatars but there’s alsoget_avatar()
so check for that too (it’s a WordPress function). - Load More
@henrywright
Active 8 months, 1 week ago