Search Results for 'buddypress'
-
Search Results
-
Topic: Extra fields not displayed
Hello everyone! 🙂
I have a site in Joomla that I would like to switch to WordPress. On this site, the Community Builder plugin is installed and I read that the WordPress correspondent is BuddyPress.I tried (with local sites, to do the tests) to migrate users from Joomla to WordPress wanting to keep the fields in CB. I tried to export from CB to CSV and import them into BuddyPress, using the “Import users from CSV with meta” plugin, and adding, on the BP side, the profile fields that are CB side and modifying the CSV to match.
Am I having a useless job or is this a good way? Are there any alternatives?
Thank you all!
Topic: create menues
Topic: create a register link
Hello everyone.
I just installed Buddypress on my site, however, my “activity” page isn’t working. The page is blank and doesn’t have an option for users to post updates. User activity doesn’t show up on it.
On Buddypress page settings, the correct page is selected for activity streams so I can’t figure out the problem. Any help is appreciated. I’ve been stuck for days.
Switching to 2019 theme didn’t help.
Hello everyone, I hope you are well.
I come to you because I have a problem with a sql query.To put you in context, I’m trying to make a custom members loop based on the values ​​of the extended profile fields of the members.
For that I used the codex and in this one they show how to create a function “my_custom_ids” which allows to recover the ids of all the users who put the same value in ONE field.
I decided to modify this function to be able to retrieve the ids of the users having SEVERAL values ​​of fields in common.
Here is the SQL query present in the basic function “my_custom_ids” :
$query = “SELECT user_id FROM ” . $wpdb->prefix . “bp_xprofile_data WHERE field_id = ” . $field_id;
$query .= ” AND value = ‘” . $field_value . “‘”;Here is my SQL query in my custom “my_custom_ids” function :
$query = ‘SELECT user_id FROM ‘ . $wpdb->prefix . ‘bp_xprofile_data WHERE (field_id = ‘ . $users_gender_form_id. ‘ AND value = “Female”) AND (field_id = ‘ . $users_hair_color_form_id. ‘ AND value = “Blonde”)’;I do not know if it’s clear but I’m trying to retrieve the ids of users who select the “female” value in the extended profile field “gender” and the value “blonde” in the extended prodile field “hair color “.
But of course it does not work ! haha
When I separate my sql query in two:
$query = ‘SELECT user_id FROM ‘ . $wpdb->prefix . ‘bp_xprofile_data WHERE (field_id = ‘ . $users_gender_form_id. ‘ AND value = “Female”)’;or :
$query = ‘SELECT user_id FROM ‘ . $wpdb->prefix . ‘bp_xprofile_data WHERE (field_id = ‘ . $users_hair_color_form_id. ‘ AND value = “Blonde”)’;
it works. I do not know why when I combine the two it does not work… If you have any leads to give me I would be greatly grateful !
Thank you very much, have a good day !
(I use WordPress 5.2.2 and Buddypress 4.4.0)
Hi folks,
(sorry only noticed yesterday this went into wrong forum section – would edit but clicking that option put me back on the home page?)
Could someone tell me if there is a delay or check system in posts to groups within Buddypress or what would cause intermittent delays.Scenario:
Posted group updates for the past hour from 3 accounts intermittently. For the first hour the only posts visible on each users group activity view was their own posts (and any historical from last month).Then after 45- 60 minutes all posts became visible (i.e. expected behaviour) and all new posts posted after that point were visible.
—–
I can’t see how there would be a delay and then no delay, the activity feed I used was the base code with all customizations removed. I’m at a loss to figure it out and it’s so strange I’m doubting myself but this isn’t the first time this has happened (hence the testing that revealed this anomoly).Hello,
I am trying to implement the Reftagger plugin ( https://wordpress.org/plugins/reftagger/ ) on my BuddyPress site, and it works great except for on BuddyPress activity posts, in which it is not working at all.
I’ve tried doing the Reftagger javascript manually ( https://faithlife.com/products/reftagger/customize ) running site-wide like this but same results:
<script> var refTagger = { settings: { bibleVersion: "NKJV", dropShadow: false, roundCorners: true, socialSharing: [], tooltipStyle: "dark", customStyle : { heading: { backgroundColor : "#185d70" } } } }; (function(d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = "//api.reftagger.com/v2/RefTagger.js"; s.parentNode.insertBefore(g, s); }(document, "script")); </script>Can anyone please help me understand why it’s not working for BP activity posts?
By the way, I am using the BuddyBoss theme.
Hello,
I know there are quite a few topics already on excluding people from the Members Loop, but this one is a bit different.
I’m trying to exclude people who do not have MemberPress Memberships. I’ve seen several based on user role and extending the directory via a custom query (https://buddypress.org/support/topic/extend-bp_members-custom-query/), but nothing related to MemberPress. I’m really hoping I will not need to do as this custom query guy did it and ping my database for every member to see if a membership exists.Here is how I’m attempting to do it without luck (within members-loop.php which is located in wp-content/themes/THEME/buddypress/members):
<?php while ( bp_members() ) : bp_the_member(); ?> <?php if(user_can(bp_get_member_user_id(), 'mepr-active', 'memberships: 36, 37, 38, 189, 198, 325, 1141, 1142, 1143, 1127, 1130, 1138')): ?>Hello. My website puzzleprime.com does not send out activation emails. I am using WP Mail SMTP. I found THIS SOLUTION but I don’t think the BP code on my website needs fixing:
'core-user-registration' => array( /* translators: do not remove {} brackets or translate its contents. */ 'post_title' => __( '[{{{site.name}}}] Activate your account', 'buddypress' ), /* translators: do not remove {} brackets or translate its contents. */ 'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the <strong>Activate</strong> button:\n<a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>\n\nIf the 'Activation Key' field is empty, copy and paste the following into the field - {{key}}", 'buddypress' ), /* translators: do not remove {} brackets or translate its contents. */ 'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the 'Activate' button: {{{activate.url}}}\n\nIf the 'Activation Key' field is empty, copy and paste the following into the field - {{key}}", 'buddypress' ) ), 'core-user-registration-with-blog' => array( /* translators: do not remove {} brackets or translate its contents. */ 'post_title' => __( '[{{{site.name}}}] Activate {{{user-site.url}}}', 'buddypress' ), /* translators: do not remove {} brackets or translate its contents. */ 'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account and site, go to the following link: <a href=\"{{{activate-site.url}}}\">{{{activate-site.url}}}</a>.\n\nAfter you activate, you can visit your site at <a href=\"{{{user-site.url}}}\">{{{user-site.url}}}</a>.", 'buddypress' ), /* translators: do not remove {} brackets or translate its contents. */ 'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account and site, go to the following link: {{{activate-site.url}}}\n\nAfter you activate, you can visit your site at {{{user-site.url}}}.", 'buddypress' ), // 'args' => array( // 'multisite' => true, // ), ),Any idea how to fix the issue? Test emails work fine so that issue must be with BuddyPress.
I have Learnpress LMS (v3.2.6.3) and buddypress (v4.4.0), and a Learnpress-buddypress integration plugin (v3.0.5). My problem is no avatar is showing on the buddypress profile. there is also no change avatar option showing. I have all the settings checked – allowed users to upload avatar, etc.
also, since i read somewhere to check this, if I go to my-site.com/[member]/[username]/[profile]/change-avatar, its a 404 page.
Requesting assistance on this. Thank you!
my website is: http://www.proceedph.com
I was contacted by a user that said they could not register for my forum. They said the activation link took them to a 404 page. I looked, and sure enough there is no activation page. I certainly do not remember deleting it – but it is in fact gone.
How to do I get BuddyPress to remake the page? Can I make it myself? If so, what should be on it?
Odd… 🙂
Topic: Settings default subtab
I would like to remove Settings > General subtab and set Settings > Notifications as default.
I tried the code on my Gist https://github.com/eloyruiz/general/blob/master/buddypress-default-nav with different parameters but was unable to achieve it.
Can somebody help me with that?
Thanks in advance!Hi!
I can’t dismiss notice notification message! I’m getting a JS error:
TypeError: jq(...).attr(...) is undefinedbuddypress.js:1433:31 <anonymous> ../wp-content/themes/wplms/assets/js/old_files/buddypress.js?ver=3.9.5:1433 jQuery 2 dispatch handleWhen I click on the error it takes me here:
/* Close site wide notices in the sidebar */ jq("#close-notice").on( 'click', function() { jq(this).addClass('loading'); jq('#sidebar div.error').remove(); jq.post( ajaxurl, { action: 'messages_close_notice', 'notice_id': jq('.notice').attr('rel').substr( 2, jq('.notice').attr('rel').length ) }, function(response) { jq("#close-notice").removeClass('loading'); if ( response[0] + response[1] == '-1' ) { jq('.notice').prepend( response.substr( 2, response.length ) ); jq( '#sidebar div.error').hide().fadeIn( 200 ); } else { jq('.notice').slideUp( 100 );Can Anyone help me with this?
Hello,
I recently installed the BuddyPress plugin, which is version buddypress.4.4.0 and users can click on edit profile, but they can only edit their name. I also disabled the feature that is through WordPress and lets users edit their profile there because it doesn’t show up on users’ profile page on my social site that BuddyPress manages. Users should be able to edit their profile in the edit option of their profile on my site that BuddyPress manages because the feature is there to do so, but it only allows users to edit what is called “Base Name” under edit profile and they can’t add their bio or anything else. Is there another plugin I have to use with Buddy Press to make it to where users can edit their profile in the edit profile section of their profile on my site that BuddyPress manages? Any help is appreciated. Thanks!
Respectfully,
-Mysticsofthenight


