Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,826 through 3,850 (of 68,970 total)
  • Author
    Search Results
  • #310627
    Mangesh Nadekar
    Participant

    Thanks for your reply.

    I have done all the suggested following things

    => Did you try deactivating s2Member Pro and see if the issue persists on reg? ====> Yes, issue persists

    => Did you try deactivating BuddyPress Xprofile Custom Field Types and see if the issue persists? ====> Yes, issue persists

    => Did you try switching to a different theme and see if the issue persists?====> Yes, issue persists

    I have debugged all the possible things for current issue in my current setup but still i am facing same issue.

    I have contacted with S2member pro support team as well, they are saying issue is not from their end.

    It may be buddypress issue because Name field under (Extended Field => Basic Details) is created as you installed buddypress plugin.

    I thing, BuddyPress Xprofile Custom Field Types plugin should not be responsible for this issue.

    #310626
    faizel93
    Participant

    I have a problème regarding the upload of an image on the profile page.
    The image does not appear fully and I cannot crop it.
    See the image attached : https://ibb.co/7RZHFjL

    Any help ?

    I’m using Buddypress 5.1.2
    My Template : Sweedate

    matwin23
    Participant

    yes, i use this code…

    // ADD SHORTCODE TO SINGLE PRODUCT – PM link
    add_action( ‘woocommerce_share’, ‘enfold_customization_extra_product_content’, 15 );
    function enfold_customization_extra_product_content() {
    echo do_shortcode(“[bp-pm-button]”);
    }

    //////////////////////////////////////////////////////////////////
    // BuddyPress send private message button
    //////////////////////////////////////////////////////////////////

    /**
    * Get a link to send PM to the given User.
    *
    * @param int $user_id user id.
    *
    * @return string
    */
    function buddydev_get_send_private_message_to_user_url( $user_id ) {
    return wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . ‘/compose/?r=’ . bp_core_get_username( $user_id ) );
    }

    /**
    * Shortcode [bp-pm-button username=optional_some_user_name]
    *
    * @param array $atts shortcode attributes.
    * @param string $content content.
    *
    * @return string
    */
    function buddydev_private_message_button_shortcode( $atts, $content = ” ) {
    // User is not logged in.
    if ( ! is_user_logged_in() ) {
    return ”;
    }

    $atts = shortcode_atts( array(
    ‘user_id’ => ”,
    ‘username’ => ”,
    ‘label’ => ‘Send this Member a Message’,
    ), $atts );

    $user_id = absint( $atts[‘user_id’] );
    $user_login = $atts[‘username’];

    // if the username is given, override the user id.
    if ( $user_login ) {
    $user = get_user_by( ‘login’, $user_login );
    if ( ! $user ) {
    return ”;
    }
    $user_id = $user->ID;
    }

    if ( ! $user_id ) {
    if ( ! in_the_loop() ) {
    return ”;
    }

    $user_id = get_the_author_meta(‘ID’ );
    }
    // do not show the PM button for the user, if it is aimed at them.
    if ( bp_loggedin_user_id() === $user_id ) {
    return ”;
    }

    // if we are here, generate the button.
    $button = sprintf(‘%2$s‘, buddydev_get_send_private_message_to_user_url( $user_id ), $atts[‘label’] );

    return $button . $content;
    }

    add_shortcode( ‘bp-pm-button’, ‘buddydev_private_message_button_shortcode’ );

    spacerust
    Participant

    Hi, I purchased a premium them via themforest.net Its called “Centum”. I would like to make buddypress seamless looking with this theme.

    What files can I edit or .CSS files etc can I edit to do this? Where are these files located?

    Thanks in advance.

    #310614
    mattiejas
    Participant

    I have precisely the same problem on my website. Running bbPress 2.6.4 and BuddyPress 5.1.2, with customizr theme 4.2.0 (site: https://www.ethicalretinue.com/).

    Issue was also reported at the bbpress forums: https://bbpress.org/forums/topic/bbpress-notifications-not-clearing-up/ There’s a fix suggested there, which unfortunately does not work for me.

    #310603
    werny
    Participant

    My pages uses too many plugins.
    I cannot install another one.
    Is ther a way to integrate that into Buddypress?
    I think this blocker would be helpful for all Buddypress-developer.

    carrieontheweb
    Participant

    I have added a custom field to the member profile to show a URL to their Facebook profile and this is what it looks like when looking at a BuddyPress profile.

    	
    <a href="https://www.facebook.com/carrierawks&quot; rel="nofollow">www.facebook.com/carrierawks</a>

    So it’s something in the Extended Profiles part of BuddyPress and I have been wracking my brain trying to find out where this error is coming from. Any help?

    #310583
    iamthewebb
    Participant

    The Members directory of BuddyPress is public by default, if Paid Membership Pro hides this from public view you would need to contact them to resolve.
    Have you tried disabling this plugin to see if the page becomes public?

    ken1100
    Participant

    Hi everyone when i access to https://vidtubeworld.com/members/test/ ,i get this message as following

    Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /var/www/wordpress/wp-content/themes/moview/members/single/home.php:85 Stack trace: #0 /var/www/wordpress/wp-includes/template.php(724): require() #1 /var/www/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template(‘/var/www/wordpr…’, false) #2 /var/www/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false) #3 /var/www/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part(‘members/single/…’, NULL) #4 /var/www/wordpress/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part(‘members/single/…’, NULL, false) #5 /var/www/wordpress/wp-includes/class-wp-hook.php(288): BP_Members_Theme_Compat->single_dummy_content(”) #6 /var/www/wordpress/wp-includes/plugin.php(206): WP_Hook->apply_filters(”, Array) #7 /var/www/wordpress/wp-content/plu in /var/www/wordpress/wp-content/themes/moview/members/single/home.php on line 85
    There has been a critical error on your website.

    In addition when i signup new account then i login to account success,only homepage still show Guest Login, i access to another page then i can see the loged-in user and avatar on the page header(you can check it by register accounr on my site
    How can i resolve this problem. Thanks you

    #310577
    dewildemuis
    Participant

    How can I change the salutation of the BuddyPress E-mails?
    I can change the content, subject and design, but not the salutation.
    For instance, I would like to change the ‘Hello’ Mr. Doe to ‘Dear’ Mr. Doe.

    #310564
    tommysvr
    Participant

    Hello,

    I want to delete my Buddypress.org account. Please let me know how I can do this?

    #310558
    brunov99
    Participant

    Hi there,
    May be you can use a plugin that uses shortcodes to display BuddyPress page elements in elemntor Pro.
    This is the way I was doing for bbPress pages in elementor.

    https://wordpress.org/plugins/bp-profile-shortcodes-extra/

    philtalk
    Participant

    Hi infodale,

    No we weren’t able to. We ended up dropping buddypress and migrating our members to a different software solution that met our needs. Try peepso. It works well.

    #310556
    shanebp
    Moderator

    Did you try some basic debugging? Checking error logs etc?
    https://codex.wordpress.org/WP_DEBUG

    Did you try deactivating s2Member Pro and see if the issue persists on reg?
    Did you try deactivating BuddyPress Xprofile Custom Field Types and see if the issue persists?
    Did you try switching to a different theme and see if the issue persists?

    Your issue is almost certainly due to your setup or some combination of plugins and/or theme.
    It is highly unlikely that it is due to BP.

    #310552
    Mangesh Nadekar
    Participant

    Hi Team,

    Also I am using s2Member Pro(version 200301) plugin for user registration.

    After registration through s2Member Pro form and setting up password, user profile view tab is not displaying profile details(i.e. blank page) unless user saves profile details once after logging-in.

    In admin section, Name field under (Extended Field => Basic Details) of BuddyPress Xprofile Custom Field Types plugin is empty after user registration.

    #310532
    vaishnavi0sibz
    Participant

    Hello Sir,
    I try both, disabling other plugins except BuddyPress and switch to default theme, but the same problem occure.

    #310528
    davood1975
    Participant

    Hello,

    I have the following problem, i use Buddypress and the plugin youzer to manage members.
    I have crate myself all members untill now but I would like to activate the registration on my website.
    Unfortunately, when a user complete the register from and click on register , we arrive directly to the home page and no email to acticate the account is send. The re is also nothing on my user registration.

    All pages are created and mentionned in the sectio pages in Buddypress setting-

    You can check it on my website – www. web-devis-ch
    it s in french, the link is “LOGIN AGENCE – S’ENREGISTRER

    If someone can help me would be great 🙂

    pickleit
    Participant

    WordPress version: 5.3.2
    BuddyPress version: 5.1.2
    web server: nginx
    Also I am running wordpress in multisite mode.

    I am having problems creating buddypress groups:

    In wp-admin i can click on “Groups” on the menu. The “Groups” page shows no groups, which is correct. I can click on the “Add New” button which redirects me to “/groups/create/step/group-details/”.

    I can fill in step 1 ok, but when i click on the “Create Group and Continue”, it just results in a 404 error. The url doesn’t change either.

    If I enable WP_DEBUG, I get the following errors on the following urls:

    1) /wp-admin/admin.php?page=bp-groups
    Notice: wpdb::escape is deprecated since version 3.6.0! Use wpdb::prepare() or esc_sql() instead. in /var/www/wordpress/public/wp-includes/functions.php on line 4655

    Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986

    Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986

    Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986

    Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986

    Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/wordpress/public/wp-includes/functions.php on line 4986

    2) /groups/create/step/group-details/
    Notice: wpdb::escape is deprecated since version 3.6.0! Use wpdb::prepare() or esc_sql() instead. in /var/www/wordpress/public/wp-includes/functions.php on line 4655

    Please help.

    #310523
    olivier83
    Participant

    Hello,
    I’m using a plugin to create forms and registration forms on my WordPress website.
    It’s WP Fluent Form Pro.
    I want to fill the extended profile fields of buddypress from the registration forms I create with the plugin.
    The support of the plugin says that I can use the user meta for passing other inputs to BuddyPress fields. They don’t want to help me more claiming that I have to find the solution by myself…

    My issue is that I don’t find any User Meta in the extend profiles of buddypress. Where can I find them?

    Thank you for your help.

    a3132
    Participant

    I’m new to WordPress so I’m sure this is a basic thing. How can I see and manage all pictures that have been uploaded to my site, including those members upload from the front end? If I go to “media” on the WordPress dashboard it only show pictures that I uploaded from the back end.
    Also If a member adds a picture in a message by pasting a link to another site is that picture taking up space on my host’s server or is it just a link?
    I haven’t added any extra photo plugins – just BuddyPress.

    #310476
    diri96
    Participant

    I have a forum created with buddypress. When I press register link i got a pop up window “sign in for me site domain and I must supply a username and a password. I suppose this is due to the fact that my registration form tries to access a script on my wp-admin folder:
    …… wp-admin/js/password-strength-meter.min.js?ver=5.3.2
    How to avoid this?

    #310473
    writersabroad
    Participant

    Writers Abroad
    Wordpress version 5.3.2–en_GB

    Is there an option to archive sub forums, topics and replies in buddypress? Say posts older than three months and done automatically?
    Many thanks in advance…
    Jo

    #310461
    thirdpotato
    Participant

    Solved: It won’t let me change my account by clicking my name and going to “edit profile” right under my username, but I have to hover through the menu to get to Profile: edit profile.

    Also broken is the “edit” button at the bottom of this thread that just jumps to the buddypress main page.

    thirdpotato
    Participant

    I recently have had a lot of my passwords compromised. I’m trying to get rid of my account here or change my password here on Buddypress.org. I click my profile and it says I don’t have access to it.

    Unfortunately since there’s no way to contact support about my ACCOUNT here, I guess I have to just post it here in the forums :-/ Can someone contact me and help me delete my buddypress.org account??

Viewing 25 results - 3,826 through 3,850 (of 68,970 total)
Skip to toolbar