Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,301 through 10,325 (of 73,985 total)
  • Author
    Search Results
  • #267988

    Well, you said that content needs to be fully public, so I guessed that full protection of BP’s content didn’t worry you.

    Apart from that, the only thing really missing from the Woo bundle is account area integration, but there is another plugin that deals with that:

    https://themekraft.com/products/woocommerce-buddypress-integration/

    It’s meant more for the shop side of WooCommerce, but it seems to do the trick.

    #267984
    Aslan Guseinov
    Participant

    Hi, thanks for the tip.
    But what did you roll back?
    I did roll back Buddypress via WP Rollback plugin, but that did not help.

    #267979
    FinlayDaG33k
    Participant

    UPDATE: reinstalling Buddypress completely fixed it.

    #267978
    FinlayDaG33k
    Participant

    Look at the pictures and thy shall see.
    Disabling Buddypress fixes the issue until we re-enable it.

    #267974
    aladinDr
    Participant

    it’s resolved after deleted buddypress and our themes … and reinstall theme , just our last developer he forget code !!!

    vecturn
    Participant

    So I’m having users signup to my site but for some reason Buddypress is not inserting the activation key, which is being emailed to the users, into MySQL. I don’t know why but it works completely fine but I’ve had to reset my site 4 times already because after a while this same problem happens.

    #267965
    Henry Wright
    Moderator

    Try posting your requirements on the BP Jobs Board. There might be a developer there who’ll help you.

    #267963
    zo1234
    Participant

    “Btw, I never learned Php and get along cuting and pasting my way through child-themes and even I can make it look good, so do not pretend to com plain about something you do not know how to use.
    CSS and a bit of rearranging of code can achieve miracles, you just need vision, the main ingredient that makes a well designed internet pie.”

    I’m sorry for ‘complaining’ about the #1 social plugin with hundreds of thousands of downloads, that has a UI from 2008. This is just long overdue, and someone needed to say it. I’d love to spend hours learning PHP, but I have to think about my entire site operations – business, getting investors, visual design, some coding, SEO, content writing, research, etc. It’s not always feasible. The User Profile page needs a complete overhaul! If I draw it out, can someone code the layout. I’ll pay you!! lol. Make some money off your BuddyPress PHP skills. User Management plugins (many) are lacking!

    #267962

    Actually, ‘Admin’, ‘Everyone (Admin Editable)’ and ‘Only Me (Admin Editable)’ are not part of BuddyPress and are added by the plugin.

    If you use the plugin and set the field visibility to ‘Only Me (Admin Editable)’ then the field will only be visible to the user and the Admin. You could also use the ‘Admin’ settings to, for example, add notes about the user that the user can’t see.

    The plugin initially sets the admin to be the main admin account, but it gives this code snippet in its FAQs to enable you to set the capability required, so editors can also see the field:

    function custom_profile_fields_visibility() {
          return ‘edit_others_posts’; // Editors
    }
    add_filter( ‘bp_admin_only_profile_fields_cap’, ‘custom_profile_fields_visibility’ );
    #267961
    Leezer
    Participant

    As I can see, they not supporting buddypress, right? Do you have a clue how to combine these plugins? Thanks!

    #267954
    Leezer
    Participant

    Hi,

    I can’t find any real solution to add a payment option in the registration form of Buddypress.
    1. Is this possible?
    2. What are other solutions?

    I’ve already have the paid pro version of the plugin Probile Builder Pro, but this is nog exaclty doing what I want it to do.

    Content and users lists needed to be full public, only registration (to add an profile on the buddypress site, must be paid)

    Thanks in advance!

    Bradley Stevens
    Participant

    Hello,

    I’m looking to have BuddyPress installed both in a members-only site, and on a public site. But I’d like the accounts to be connected, so that users of the members-only site can login, comment and edit their profiles from the public site as well. The two sites are separate installs of WordPress on separate domains.

    I do NOT want to use Multisite. That would be overkill for my situation and would cause problems.

    Is there a way to have BuddyPress accounts linked between two sites, and sharing their data?

    #267946
    mah184
    Participant

    Hello,

    My WordPress Version is Business Plan, here is a link to my site https://sportscuffle.com/

    So I wanted to reach out because I have recently purchased the business plan for my website through wordpress a few days ago. My main reason for doing this was to download the plug in BuddyPress. I had done some research and it seemed like from what I read that BuddyPress would allow for users to create accounts on my site and then would be able to log in to my site whenever they want. What I am seeing is that after they make their account and then try to log in it takes them to sign into wordpress and I feel it shoudn’t be doing this since I paid to upgrade to the Business Plan where the wordpress stuff was supposed to be all gone. Do you know how I can fix my issue?

    #267943
    r-a-y
    Keymaster

    Can you ensure that line 207 in bp-blogs/bp-blogs-functions.php matches the following?
    https://buddypress.trac.wordpress.org/browser/tags/2.9.1/src/bp-blogs/bp-blogs-functions.php#L207

    If it doesn’t, can you let me know what line 207 is on your version of BuddyPress?

    #267940
    jrcd92
    Participant

    Yeah I’ve had a go – that doesn’t seem to have fixed it. I’m now getting the below (couldn’t get the start as it was covered by the dashboard sidebar…

    ue encountered in /srv/users/serverpilot/apps/inj/public/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php on line 207

    Warning: Cannot modify header information – headers already sent by (output started at /srv/users/serverpilot/apps/inj/public/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php:207) in /srv/users/serverpilot/apps/inj/public/wp-includes/option.php on line 837

    Warning: Cannot modify header information – headers already sent by (output started at /srv/users/serverpilot/apps/inj/public/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php:207) in /srv/users/serverpilot/apps/inj/public/wp-includes/option.php on line 838

    #267935
    Robmcclel
    Participant

    Team BuddyPress,

    I have a lot of information contained in the wp_bp_group_meta table and it would be extremely beneficial to have that table included when searching buddypress. How can I achieve this?

    I can’t find very much information on extending search to include group meta, nor do any of the BP related search plugins seem to include this – custom posts, yes, meta data, no.

    Any ideas?

    Thanks,
    Rob Mc

    keshabee
    Participant

    Please i needed some one advice on how do i allow my budddypress profile display both my name and username on the profile page such as this:
    https://postimg.org/image/6twkkpmyd/

    Because the it only displays the @username
    Thank you

    #267931
    jrcd92
    Participant

    Hi there,

    I’m using Buddypress with Jupiter theme, and am getting a couple of errors both on the top of my dashboard, and also whenever I try to preview a page or post (I can’t see the preview unless I go back to the dashboard and try again).

    They’re a variation on a theme, and it’s generally one or more of the below:

    Warning: A non-numeric value encountered in /srv/users/serverpilot/apps/inj/public/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php on line 207

    Warning: Cannot modify header information – headers already sent by (output started at /srv/users/serverpilot/apps/inj/public/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php:207) in /srv/users/serverpilot/apps/inj/public/wp-admin/post.php on line 197

    Warning: Cannot modify header information – headers already sent by (output started at /srv/users/serverpilot/apps/inj/public/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php:207) in /srv/users/serverpilot/apps/inj/public/wp-includes/pluggable.php on line 1210

    Any ideas on a fix?

    Thanks in advance,

    Jack

    #267929
    ideee
    Participant

    Hello, i’m new to buddypress. I’m using it on the Rehub-theme
    Is it normal that the username-tag is not fitting in the username-border. See my screenshot please. I find it confusing because users may think they have to add something else in that border. Thank you for helping me out. Have a nice day!

    screenshot
    WP 4.8.1
    BP 2.9.1

    #267928
    sagraphics
    Participant

    The RSS feed we are using is a simple category feed from our “Featured” category. Which Buddypress plugins would be interacting with blog posts? I’m new to BP.

    #267925
    peter-hamilton
    Participant

    I absolutely love Buddypress and have no issues with layout as that is what I am responsible for as a designer/developer.

    Personally I would have all the crew who build Buddypress over for coffee and a curry, some salsa dancing and a Chuck Norris movie.

    Yes we would discuss layout and UI, but then we would end the long night with hugs and an understanding that we all need to learn to make our websites unique in our own time so the Buddycrew can keep the machine running as smooth as possible from the inside.

    Thanks guys for Buddypress
    XXXO

    #267923
    Siddharth
    Participant

    Hello @danbp

    Display name in buddypress activity stream is not showing once posting any activity.

    It was showing earlier but all of a sudden its not showing for newly registered users. Please check the screenshot below:-

    http://nimb.ws/ixjNcq

    B’coz of this the {username} field is not showing in email templates as well when someone is inviting others, group invitations etc. wherever involved.

    Any help will be very much appreciated. I’m using KLEO theme.

    Regards,
    Sidd

    #267922
    lagristinab
    Participant

    So the problem is not about Buddypress but about WordPress?

    #267921
    Siddharth
    Participant

    Hello all,

    Username in buddypress activity stream is not showing once posting any activity.

    It was showing earlier but all of a sudden gone for newly registered users. Please check the screenshot below:-

    http://nimb.ws/ixjNcq

    B’coz of this the {username} field is not showing in email templates as well when someone is inviting others, group invitations etc. wherever involved.

    Any help will be very much appreciated.

    Regards,
    Sidd

    #267919
    r-a-y
    Keymaster

    I don’t think this is a problem with BuddyPress.

    Does this happen when you disable BuddyPress and attempt to login with an incorrect password?

Viewing 25 results - 10,301 through 10,325 (of 73,985 total)
Skip to toolbar