Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,776 through 3,800 (of 69,120 total)
  • Author
    Search Results
  • #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??

    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

Viewing 25 results - 3,776 through 3,800 (of 69,120 total)
Skip to toolbar