-
Karen Sullivan's profile was updated 8 years, 2 months ago
-
Julian replied to the topic Font Awesome 5 in the forum Miscellaneous 8 years, 2 months ago
Hello @vapvarun,
Thank you very much for your help.
I contacted my theme developer, and they mentioned that they changed the theme to version 5 but forgot to update the BuddyPress profile page template.
Everything is fixed now, so thank you for your help 🙂
-
yespoker88 com's profile was updated 8 years, 2 months ago
-
David Cavins replied to the topic Groups – Create Not Working Properly in the forum How-to & Troubleshooting 8 years, 2 months ago
Hi @franciscofgb, if you’re having a caching issue, you’ll have to solve it from the caching end. If that’s not the issue, try deactivating your other plugins one at a time to see if the issue resolves itself. In a vanilla BP install, I’ve never run into the problem you’re describing.
-
David Cavins replied to the topic deny access to subscriber profile in the forum How-to & Troubleshooting 8 years, 2 months ago
Here’s some untested code that should prevent anyone from visiting the profile of a subscriber user. Roles are not a BP construct, so you’ve got to look to WordPress for that info.
add_action( 'wp', function() {
if ( bp_is_profile() ) {
$user_meta = get_userdata( bp_displayed_user_id() );if ( in_array( 'subscriber', $user_meta->roles; ) )…[Read more]
-
David Cavins replied to the topic add link to Skype account to user profile in the forum Installing BuddyPress 8 years, 2 months ago
Boone wrote something that might be helpful: https://github.com/boonebgorges/bp-social-media-profiles/
It automatically converts some social site links in extended profile fields into the right kind of link.
-
David Cavins replied to the topic Set textfield max characters in the forum Creating & Extending 8 years, 2 months ago
That depends on where you’re using it. You could use a
bp_signup_validatefilter to check that a username has certain characteristics. But for profile fields or other places, you’d have to enforce it some other way.Here’s an example of how you might disalloe long usernames:
[Read more]
add_action('bp_signup_validate', function() {
if ( isset( $_POST[… -
David Cavins replied to the topic Prevent group forums to show up in root forum update stream in the forum How-to & Troubleshooting 8 years, 2 months ago
Forums created in association with private or hidden groups are created as private forums. (They’ll only show up in the big forums list if you can see them.) Forums associated with public groups are not private–anyone can visit your-group/forum. They will show up in the big list. Visit
/wp-admin/edit.php?post_type=forumto verify that private…[Read more] -
David Cavins replied to the topic Group user list doesn't work correctly in the forum How-to & Troubleshooting 8 years, 2 months ago
Here’s another report of this with a suggested fix: https://buddypress.trac.wordpress.org/ticket/7704
-
David Cavins replied to the topic Error in notification buddypress in the forum How-to & Troubleshooting 8 years, 2 months ago
You might looks at adding an email using the BuddyPress email system: https://codex.buddypress.org/emails/custom-emails/
-
David Cavins replied to the topic User Tag in Profile in the forum Creating & Extending 8 years, 2 months ago
Maybe you could use friend relationships for this. If the “friend” terminology doesn’t make sense for your use, there is a plugin that creates one-way relationships called “follows” https://wordpress.org/plugins/buddypress-followers/
-
David Cavins replied to the topic Allow Moderators to see private messages? in the forum How-to & Troubleshooting 8 years, 2 months ago
Hi James, I guess it depends on what a moderator is. (I can only think of Group Mods in BP, not sure what would count as a site-wide moderator.)
The ability to see private messages is controlled by the check
bp_current_user_can( 'bp_moderate' )which is true for site or network admins.You could probably filter that value for some other role,…[Read more]
-
David Cavins replied to the topic Let users react to forum posts? in the forum Installing BuddyPress 8 years, 2 months ago
The forum functionality is provided by bbPress. I’m not aware of any plugins that add the feature you’re requesting, but the bbPress forums are probably a better place to ask:
https://bbpress.org/forums/ -
David Cavins replied to the topic email verification in the forum How-to & Troubleshooting 8 years, 2 months ago
If you are asking about bbPress, try the bbPress forum.
If you’re asking about removing the BuddyPress email verification step for new accounts, there are several plugins that do that:
-
David Cavins replied to the topic Duplicate Description in user field in the forum Miscellaneous 8 years, 2 months ago
It looks like your
buddypress/members/register.phpfile is based on an old version of the template (that had the field description hardcoded in the template). You’ll need to remove this line:
<p class="description"><?php bp_the_profile_field_description(); ?></p>in that file.
-
David Cavins replied to the topic BuddyPress and Custom HTML emails in the forum Creating & Extending 8 years, 2 months ago
There is an issue with hotmail/outlook rejecting activation emails (See the fix here: https://buddypress.trac.wordpress.org/changeset/11862).
Otherwise, the best way to customize your emails is explained here: https://codex.buddypress.org/emails/
-
David Cavins replied to the topic BuddyPress is not sending emails but test emails are sending. in the forum How-to & Troubleshooting 8 years, 2 months ago
There’s a known issue with hotmail/outlook addresses that will be addressed in the next minor update. You can see the fix here:
https://buddypress.trac.wordpress.org/changeset/11862That may be your issue. If not, please provide more information.
-
DigitalMarketingAgency's profile was updated 8 years, 2 months ago
-
I Coupon Blog's profile was updated 8 years, 2 months ago
-
Angie Moorman's profile was updated 8 years, 2 months ago
- Load More