-
Boone Gorges replied to the topic How to Integrate s2Members and BuddyPress Registration? in the forum Third Party Plugins 8 years, 6 months ago
@willallen83 You’re welcome! Please feel free to report back here – or update the codex page – once you’ve got updated instructions. Good luck!
-
Boone Gorges replied to the topic There was a problem cropping your avatar, please try uploading it again in the forum How-to & Troubleshooting 8 years, 6 months ago
@852cmd Hm, that string – ‘Error! Please upload Profile Picture’ – doesn’t come from BuddyPress. This should be your clue: whatever code is generating that string is probably also doing the blocking itself. Try searching your codebase – including your theme – for this error message.
-
Harry McClain's profile was updated 8 years, 6 months ago
-
reagan horne's profile was updated 8 years, 6 months ago
-
CT Airlink Car Service's profile was updated 8 years, 6 months ago
-
testing365's profile was updated 8 years, 6 months ago
-
poker88's profile was updated 8 years, 6 months ago
-
dewa poker's profile was updated 8 years, 6 months ago
-
Willen Kevin's profile was updated 8 years, 6 months ago
-
Lavish Limo's profile was updated 8 years, 6 months ago
-
Alex Buttlen's profile was updated 8 years, 6 months ago
-
Boone Gorges replied to the topic Profile buttons not working (fixed) in the forum How-to & Troubleshooting 8 years, 6 months ago
When you say “impossible to select”, exactly what does it mean? When you hover over the buttons, does your cursor change (to a hand, for example), or do you see a color change? If not, this could be a CSS issue that’s causing them to appear behind some other element, and thus making them unclickable.
From the screenshot you’ve shared, I don’t see…[Read more]
-
Boone Gorges replied to the topic Divide buddypress register form in multi steps fields in the forum Installing BuddyPress 8 years, 6 months ago
If you’re fetching user data – like First Name and Last Name – from an external provider like LinkedIn, then you can use that data to concatenate a value for BP’s Name field. This could be done in JS (Name would perhaps be a hidden field, and filled in after the connection had been made to the LinkedIn API). Or it could happen on the server, based…[Read more]
-
Boone Gorges replied to the topic How to Integrate s2Members and BuddyPress Registration? in the forum Third Party Plugins 8 years, 6 months ago
Hi @willallen83 – I’m afraid I haven’t integrated with s2member in many years, so I can’t provide exact advice. But briefly, it appears that the code above is meant to sync the
$s2member_fieldsfields – which I assume are defined somewhere in s2member – to the corresponding members of the$xprofile_fieldsarray. The latter fields are created in…[Read more] -
Boone Gorges replied to the topic Buddypress does not work right anymore in the forum How-to & Troubleshooting 8 years, 6 months ago
To follow up on @shanebp‘s advice: It sounds like you’re experiencing problems with AJAX requests. AJAX requests are sent to wp-admin/admin-ajax.php, so your IP-based whitelist must exclude this URL. If your whitelist is built in PHP, something along the lines of the advice above will work. If it’s built in Apache or at the webserver level, be…[Read more]
-
Boone Gorges replied to the topic How to turn off Mentions notifications? in the forum How-to & Troubleshooting 8 years, 6 months ago
Hi @ikipac – Do you mean you want to turn them off here on BuddyPress.org? Or on your specific BuddyPress installation? And by ‘notifications’ do you mean the email notifications, or the messages shown under the blue number near the top-right of the screen?
Email preferences are on the Settings panel of a BP profile. Here on buddypress.org,…[Read more]
-
Boone Gorges replied to the topic Help Needed in the forum Ideas 8 years, 6 months ago
Hi @chhayaparikh1963 – Thanks for the post!
I agree that the ability to post from the front end would be a good improvement for BuddyPress. It’s a bit complex to think about how it might be developed for BP itself, since it’s likely that many BP sites will want the feature implemented in different ways: limiting permissions to specific kinds of…[Read more]
-
Boone Gorges replied to the topic Problem in mobile appearance with the toolbar line in the forum Installing BuddyPress 8 years, 6 months ago
Hello @xkotos – Thanks for the post!
I’m afraid it’s a bit difficult to debug this, as users here do not have login credentials for your site.
In any case, it sounds like this is probably an issue with your theme. It appears that you’re running the maxmuseum theme from Themeforest. I suggest reaching out to theme support, as they’re more likely…[Read more]
-
David Cavins replied to the topic Show number of posts per member in the forum How-to & Troubleshooting 8 years, 6 months ago
WordPress has a built-in function for getting the number posts published by a user:
https://codex.wordpress.org/Function_Reference/count_user_postsIf you’ve been able to figure out how to display profile data, use the same approach here, and you should be in good shape.
-
David Cavins replied to the topic Moderation for buddypress activity in the forum How-to & Troubleshooting 8 years, 6 months ago
This plugin doesn’t add a pending queue for approval, but it does allow users to flag inappropriate posts for moderation:
https://github.com/hwdsbcommons/BP-Moderation/ - Load More