Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,851 through 3,875 (of 68,970 total)
  • Author
    Search Results
  • stokim2012
    Participant

    Hi there.
    I have a question regarding Buddypress plugin.
    It seems that I can use Buddypress function such as bp_core_signup_user() without any declaration on other plugins. How does it possible?
    I’m newbie to WordPress so please help me to understand the basic concept.
    Thank you 🙂

    Mangesh Nadekar
    Participant

    Hi Team,

    I am using Buddypress(version 5.1.2),
    BuddyPress Xprofile Custom Field Types(version 1.1.5) and Avada child theme with Avada theme(version 6.2.1).

    On my website’s current buddypress setup, user profile view tab is not displaying profile details(i.e. blank) unless user saves profile details once after logging-in.

    Note : 1) No css issue

    Kindly provide possible solutions on above issue.

    #310454

    In reply to: Profile Menu Edit

    wpthemes
    Participant

    This is a javascript issue not connected to BuddyPress at all.

    #310445
    lelegaia
    Participant

    Hi I’m working for a company and was hired update their website. They want to install buddypress on their site but there’s database issues. I think they previously had the plugin years ago but deleted it.

    How do I fix this?

    WordPress database error Table ‘cti_bp_invitations’ already exists for query CREATE TABLE cti_bp_invitations (
    id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,
    user_id bigint(20) NOT NULL,
    inviter_id bigint(20) NOT NULL,
    invitee_email varchar(100) DEFAULT NULL,
    class varchar(120) NOT NULL,
    item_id bigint(20) NOT NULL,
    secondary_item_id bigint(20) DEFAULT NULL,
    type varchar(12) NOT NULL DEFAULT ‘invite’,
    content longtext DEFAULT ”,
    date_modified datetime NOT NULL,
    invite_sent tinyint(1) NOT NULL DEFAULT ‘0’,
    accepted tinyint(1) NOT NULL DEFAULT ‘0’,
    KEY user_id (user_id),
    KEY inviter_id (inviter_id),
    KEY invitee_email (invitee_email),
    KEY class (class),
    KEY item_id (item_id),
    KEY secondary_item_id (secondary_item_id),
    KEY type (type),
    KEY invite_sent (invite_sent),
    KEY accepted (accepted)
    ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_admin_init, do_action(‘bp_admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_setup_updater, bp_version_updater, bp_core_install_invitations, dbDelta

    #310441
    stokim2012
    Participant

    I think the priority of plugin load is problem.
    So buddypress()->members->table_name_signups is not defined.
    How can I load my plugin after buddypress()->members->table_name_signups ?
    Many thanks 🙂

    stokim2012
    Participant

    Hi there!
    I would like to use BP verification email system using bp_core_signup_user function on my sign-up widget plugin.
    It creates members on my db, but failed to add users on ‘signups’ table.
    I found the error log:

    Notice: Undefined property: BP_Members_Component::$table_name_signups in /wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php on line 323
    
    WordPress database error Incorrect table name '' for query SHOW FULL COLUMNS FROM <code></code> made by require('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, wsl_process_login, wsl_process_login_end, wsl_process_login_create_wp_user, bp_core_signup_user, BP_Signup::add

    I found the reason:
    1) bp_core_signup_user call the BP_Signup::add()
    2) BP_signup::add() call the buddypress()->members->table_name_signups for table name
    3) However, it cannot retrieve buddypress()->members->table_name_signups and shows error code like above.

    I’m sorry, but I’m newbie developer to WordPress and it’s kind of scope problem maybe. How can I solve this problem?

    Many thanks. Please help 🙂

    Sincerely,
    Jen

    wpthemes
    Participant

    BuddyPress is so much better than PMPRo, I have worked extensively on both Pmpro and BuddyPress. BuddyPress is hands down the best code written, better than WooCommerce and even WordPress itself. I litreally mean there is no competition here. I can show you code examples from BuddyPress vs other plugins to convincingly prove this as well.

    If you can share a link to your page, it would take 2 minutes to detect the issue.

    jineen
    Participant

    I noticed my BuddyPress registration form won’t submit when my Paid Membership Pro plugin is activated.
    Honestly, I’m tired of this Buddypress plugin with its every second problem, I don’t know the pain of coding but I think we that patronize it should benefit from it. PLEASE DO SOMETHING ABOUT THIS EVERYDAY ISSUE, WE NEED THE SATISFACTION WE DESERVE.

    a3132
    Participant

    I am new to BuddyPress and building websites in general. I have a couple questions about users’ uploads:

    1) Is there a way to limit the number of photos/media files each member is able to upload to BuddyPress?

    2) If not is there a way to prevent photos from being displayed until approved by a moderator?

    #310419
    Swiss-Cheese
    Participant

    Likewise I also have a similar problem. The website, specifically registration, has been working well for years. There were two recent BuddyPress updates, and at about the same time there were also two S2MemberPro updates. We use both at our website. Likewise, the new registered emails are now all of a sudden broken. The complaint I’m seeing others list is there is not any link in the email to click. The email comes with short code rather than a clickable link to verify the newly registered person’s email address. I don’t see a solution. Anyone find one?

    #310414
    redbird16
    Participant

    I have an issue with the Navigation Bar. There are buttons and links still there even though I don’t have a custom menu. I have no menus at all, and yet there is still a menu. I have attached a couple of screenshots below because I have no idea what is going on. I’m willing to do code edit. I just want to remove all buttons and make my own with my own custom menu. Any and all help is appreciated!

    I’m using the latest version of WordPress and BuddyPress.

    Thank you in advanced!
    Red Prez

    Screenshots

    #310409
    Jing
    Participant

    This appear to be a bug of the latest BuddyPress.

    We reverted the BuddyPress back to v 5.0.0 from v 5.1.2, now updating member roles work fine now:

    Jing

    #310408
    shanebp
    Moderator

    It’s just a notice, not an error. No need to worry.
    It’s a known issue and will be fixed in the 6.0 release of BP.
    More info: https://buddypress.trac.wordpress.org/ticket/8177

    coralbeauty
    Participant

    I’m experiencing this PHP error on my site: Trying to get property ‘show_avatars’ of non-object

    I am not a developer so I don’t have any idea on how to go about fixing anything. Can you advise how to fix it?

    WordPress version: 5.3.2
    BuddyPress version: 2.6.4

    My site is password protected and in maintenance mode so a link won’t help you see it.

    marbaque
    Participant

    Thanks, I haven’t found an easier solution. This is a very annoying missing function in Buddypress. To delete all messages by a user should be available due to increasing spam bots these days.

    I am also using plugins like reCaptcha, WPBruiser, and Aksimet, which stops spammers, but we still get one every now and then.

    meisinotti
    Participant

    Hi I’am using “buddypress” and the “BuddyPress Group Email Subscription” plugin to send emails to members whenever a group activity is done. Those emails are per default send to all members of the group (identified by their user id in the source code).

    Each underaged member has also a custom field with a separate email address for his father or mother. The parents are no users/members in the System.

    So, how can I achieve that group activity email will also be send to the email addresses stored in the costume filed?

    #310376
    bodhi1970
    Participant

    I wonder how the guys from Java managed it?

    Create BuddyPress Page With Elementor

    #310375
    bodhi1970
    Participant

    That would be awesome! I wonder how the guys from Java managed that?

    Create BuddyPress Page With Elementor

    #310374
    bodhi1970
    Participant

    I wonder how they guys from Java are doing it?

    Create BuddyPress Page With Elementor

    #310369

    In reply to: BuddyPress Profile

    Carlen
    Participant

    Yes, you can override buddypress files in your child theme. Just add the folder buddypress and any relevant sub-folders within that all the way to the file that you are overriding.

    You will probably use:

    buddypress -> members -> single -> member-header.php

    #310367

    In reply to: Custom Group Fields

    Carlen
    Participant

    I found this tutorial very helpful in doing this.

    How to Edit Group Meta Tutorial

    Carlen
    Participant

    I think the easiest way to do this would be to hide buddypress unless the user is in one of your courses.

    I would use a combination of:

    Memberpress (other membership plugins should work too)
    Learndash

    If Menu – Visibility control for Menu Items

    User Role Editor

    #310364
    julesgraham
    Participant

    Hi, I recently installed BuddyPress and I am unable to create groups from my user profile. The option to “Create a Group” is not visible. Can you help me with this please. Thank you

    #310359
    Carlen
    Participant

    I have buddypress BP xProfile Location and a custom api to connect to https://www.wpgmaps.com. Id be happy to share it.

    Not sure if this would accomplish what you need though.

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