-
Henry Wright replied to the topic AVATAR/COVER IMAGE HTTP ERROR in the forum How-to & Troubleshooting 8 years ago
This could be a server issue. Is there anything in your logs?
-
Henry Wright replied to the topic Mutual Friends Online status Display in the forum How-to & Troubleshooting 8 years ago
You could try this
return $author . '<span class="wp_online_notice"></span>';
-
Henry Wright replied to the topic Mutual Friends Online status Display in the forum How-to & Troubleshooting 8 years ago
You can certainly add the span tag instead.
Why do you think giving the location of the image is dangerous?
-
Henry Wright replied to the topic Mutual Friends Online status Display in the forum How-to & Troubleshooting 8 years ago
Great plugin; but the online status only display on the blog site
Thanks! As I mentioned it’s a WordPress plugin so you will need to adapt it for use with BuddyPress. It shouldn’t be too difficult to do because BuddyPress members and WordPress users are the same.
-
Henry Wright replied to the topic Mutual Friends Online status Display in the forum How-to & Troubleshooting 8 years ago
Hi @swiftblack
Take a look at my plugin Here: https://github.com/henrywright/here
I use the WordPress Transients API to output a user’s online status. You could easily adapt it for use with BuddyPress.
-
Henry Wright replied to the topic Moderate Profile Changes – Feedback Request in the forum Requests & Feedback 8 years ago
It looks pretty good to me 🙂
-
Henry Wright replied to the topic Enforce field visibility except for admin in the forum Creating & Extending 8 years ago
Hi Jo
Just wanted to point out if you have network mode enabled,
is_super_admin()
won’t catch normal administrators.Instead, you can use
current_user_can( 'manage_options' )
. That’ll catch admins if network mode isn’t enabled and both admins and super-admins if network mode is enabled. -
Henry Wright replied to the topic multisite login for specific role not working in the forum How-to & Troubleshooting 8 years ago
Can you show us the code you are using to change user role?
-
Henry Wright replied to the topic BuddyPress error in the forum Installing BuddyPress 8 years ago
A 505 status code means the server does not support the HTTP protocol version used in the request. Hope that helps
-
Henry Wright replied to the topic Member Directory Count & Search Problem in the forum How-to & Troubleshooting 8 years ago
The search function should now find these users. As far as I know, the only thing that separates an active user from an inactive user is
last_activity
. -
Henry Wright replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 8 years, 1 month ago
Are you sure nothing is being sent? Could emails be going into junk etc?
-
Henry Wright replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 8 years, 1 month ago
How are you getting
$userID
and$args
? -
Henry Wright replied to the topic Very Important Features For BP in the forum Creating & Extending 8 years, 1 month ago
Plugins are only bad if written badly. The moral of the story: choose your plugins wisely 🙂
-
Henry Wright replied to the topic Very Important Features For BP in the forum Creating & Extending 8 years, 1 month ago
I know that Buddypress is a good growing project, but, needs very Important Native (by Default) features.
Not everyone will want the features you mention. The idea is to keep things as simple and bloat-free as possible. The plugin system will allow you to add features specific to your business needs.
-
Henry Wright replied to the topic question about compatiblity in the forum Showcase 8 years, 1 month ago
They should be compatible. What’s the bug you’re seeing?
-
Henry Wright replied to the topic [Resolved] Create dynamic user links to end-users wall/profile etc. in the forum How-to & Troubleshooting 8 years, 1 month ago
Good shout @danbp 🙂
-
Henry Wright replied to the topic [Resolved] Create dynamic user links to end-users wall/profile etc. in the forum How-to & Troubleshooting 8 years, 1 month ago
bp_core_get_user_domain( $user_id )
will output something like http://example.com/members/andy/Note:
1. You will need to get
$user_id
before hand. How you get that will depend on the page you’re viewing on the site. This article will explain more:2. To…[Read more]
-
Henry Wright replied to the topic Group Types option display in the forum Creating & Extending 8 years, 1 month ago
Instead of filtering ajax_querystring, how about using bp_parse_args()?
Ref https://buddypress.trac.wordpress.org/browser/tags/2.2.1/src/bp-groups/bp-groups-template.php#L431
-
Henry Wright replied to the topic Group Types option display in the forum Creating & Extending 8 years, 1 month ago
What happens if you sort those before assigning them to the group_type key?
-
Henry Wright replied to the topic Group Types option display in the forum Creating & Extending 8 years, 1 month ago
Hi @danbp
What exactly does
bp_groups_get_group_types()
return? Can you var_dump it and paste here? - Load More
@henrywright
Active 8 months, 1 week ago