Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,251 through 5,275 (of 94,540 total)
  • Author
    Search Results
  • rossmilstein
    Participant

    Hello,
    I hope you can give me input on this scenario.
    Diane has a image. She wants to share it with a potential user outside of Buddypress, Jack.
    I need Diane to be able to send some sort of message to the Jack who is not a member. Jack would get the message, probably an email, and need to register on the BuddyPress site and join as a member to see this new image, blog post, etc. Then once inside the site. Jack can see the image and operate as a member, because then he has signed up.

    Can you tell me how I can get there from here?
    Very grateful. Ross

    #309047
    barbarza
    Participant

    Hi

    When I upload a profile picture it will upload the picture but will not allow me to crop it. The is a tiny black box in the top left corner which when hovered over gives the ‘change size’ arrows, but when clicked it gets even smaller and the arrows do not appear.

    I am using the latest versions of WordPress and Buddypress.

    I have tried the following:
    * Used default 2017 theme
    * Disabled all plugins except buddypress
    * Used different browsers: Firefox, Chrome, Edge, Safari

    When searching this forum I have seen that this is a known problem but have been unable to find any solution.

    Any assistance would be greatly appreciated.

    #309036
    webmasterfreya
    Participant

    WP 5.3
    Buddypress 5.0.0
    BP Legacy

    I think since the update to bp 5.0.0 the comments (group-request-membership-comments) when requesting a group membership are disappearing. The added text cannot be found in the database tables, and there are no sql errors. It simply isn’t stored anymore (it used to be in the comments column of bp_groups_members).

    Does anyone has the same problem?

    #309035
    manucomanuco
    Participant

    Hi, I’m trying to add a query in the registration process of a new user. I want to create a new usermeta value for the new user named user_type with value ‘registered’. The problem is that I don’t know where I have to include this query, on the buddypress register, on the wordpress register or on my functions.php? Hope you help me

    #309032
    zazvita
    Participant

    Bonjour à la communauté Buddypress,

    Je rencontre un problème avc le plugin, je l’ai installé via un thème appelé thrive. Il y a eu un problème apres l’installation du thème, lorsque j’essaie de créer un compte avec “Subway login”, la création du compte fonctionne mais lorsque l’on clique sur terminer l’inscription, le wordpreess indique que le site rencontre des difficultés et je recois par mail ce message :


    Bonjour !

    Depuis WordPress 5.2, une fonctionnalité native permet de détecter si une extension ou un thème cause une erreur fatale sur votre site, et vous notifie avec cet e-mail automatique.

    Ici, WordPress a trouvé une erreur avec l’une de vos extensions, « BuddyPress ».
    Détails de l’erreur
    ======================
    Une erreur de type E_ERROR a été causée dans la ligne 643 du fichier /home/iyohflr/lastna/wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php. Message d’erreur : Uncaught Error: Call to undefined function bp_xprofile_fullname_field_id() in /home/iyohflr/lastna/wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php:643
    Stack trace:
    #0 /home/iyohflr/lastna/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php(1567): BP_Signup::resend(Array)
    #1 /home/iyohflr/lastna/wp-includes/class-wp-hook.php(286): BP_Members_Admin->signups_admin_load(”)
    #2 /home/iyohflr/lastna/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
    #3 /home/iyohflr/lastna/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
    #4 /home/iyohflr/lastna/wp-admin/admin.php(231): do_action(‘load-users_page…’)
    #5 /home/iyohflr/lastna/wp-admin/users.php(11): require_once(‘/home/iyohflr/l…’)
    #6 {main}
    thrown

    J’ai essayé de désintaller et réinstaller le module mais rien n’y fait, il semble qu’il ne trouve pas les bons fichiers ou la bonne fonction.. Je n’aarrive pas à contaacter le thème il ne me repond pas sur leurs supports… Cela me bloque totalement, alors si l’un de vous peut m’apporter une solution je suis preneuse

    Merci par avance pour votre retour,

    Elsa

    #309029
    Nahum
    Participant
    #309028
    Nahum
    Participant

    You might just over load members/single/parts/item-nav.php and members/single/parts/item-subnav in your child theme and just remove all the navs or replace them with something of your own.

    you could keep searching forums for topics on removing tabs there are some “solutions” to removing tabs.

    https://buddypress.org/support/search/bp_core_remove_nav_item/

    #309027
    shanebp
    Moderator

    This is a known bug and a ticket & patch exist:
    https://buddypress.trac.wordpress.org/ticket/8163

    #309024
    Billy Wilcosky
    Participant

    I wish you had longer to edit posts here. My apologies for triple posting here, but I want to mention that what I put above actually may not stop the error logging. I thought it was working, but it is not. 🙂 Not with my hosting anyway. I’m sure the BuddyPress gods will fix this soon. May the force be with you all.

    #309023
    Billy Wilcosky
    Participant

    If you’re like me and you do not want these PHP warnings added to your error log every second, you could temporarily do the following until the BuddyPress developers fix this. I stress temporarily because knowing about PHP errors and warnings is a good thing. Add this to your wp-config.php file:

    ini_set('error_reporting', 0 );

    Again, don’t forget to remove this once you know this is fixed so you can catch the next warning/error your site has.

    I know this is slightly pointless… why not just let the warnings log for now… but it’s more of a mental appeasement. 🙂

    Or, to really ensure no warnings/errors show in logs or on your live site (once again only until this is fixed), remove the existing define('WP_DEBUG', false); line in wp-config.php, and replace it with all of the following:

    ini_set('display_errors','Off');
    ini_set('error_reporting', 0 );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);
    #309021
    spikketto
    Participant

    Hi, I have installed BuddyPress for a few days and I found a problem with my Newspaper theme. Unfortunately some writings (comments, biography and others) are not seen because they are of a color similar to the background of my theme … Furthermore, using Buddypress Nouveau, the user screen is predetermined with a white background that does not sit well with the rest of the site.

    Is it possible to change these colors?

    #309010
    maccas83
    Participant

    Same for me. A honking great string of errors that are showing at the top of the page to visitors on the front end.

    It’s still there, even when I disable BP (I don’t want to delete it and lose my settings). I’ve had to take my site offline for the past 24 hrs.

    Is BuddyPress releasing an update to fix this soon? Every other major app has since the latest version of WordPress.

    Please help guys!

    #309005
    kobrakai75
    Participant

    Yes it will! I have a WordPress install on a subdomain and BuddyPress works absolutely fine.

    #309004
    BleuPelikan
    Participant

    I have been reading the documentation and implementation guides and it says to not install BuddyPress in a subdirectory. Question, can I install BuddyPress in the root of a subdomain? If I have a site called MyDomain.com and a subdomain of buddypress.mydomain.com will BuddyPress work?

    I have NOT installed BuddyPress yet as I want to make sure it is a successful implementation first try.

    Thanks,
    Greg

    #309001
    bugun
    Participant

    `Warning: Declaration of BP_Walker_Nav_Menu::walk($elements, $max_depth) should be compatible with Walker::walk($elements, $max_depth, …$args) in /home/xxxx/public_html/wp-content/plugins/buddypress/bp-core/classes/class-bp-walker-nav-menu.php on line 0

    I am having the same problem after updating wordpress 5.3.

    Regards.

    #308997
    openthem
    Participant

    Warning: Declaration of BP_Walker_Nav_Menu::walk($elements, $max_depth) should be compatible with Walker::walk($elements, $max_depth, ...$args) in /home/xxxxxx/public_html/wp-content/plugins/buddypress/bp-core/classes/class-bp-walker-nav-menu.php on line 0

    Hi there I just updated WordPress to the newest version – WordPress 5.3 – and that message showed up right after.
    I always keep it updated so the previous version was the newest one.

    Any idea why?
    Thanks

    Neev07
    Participant

    Hello Team,
    Thank you for providing this amazing plugin ‘Buddypress’ to create own social platform. Actually I am facing a problem related to “Register” page.

    WordPress version – 5.2.4
    BuddyPress version – 5.0.0
    Website Link – Check Here

    I am using polylang plugin to create a multilingual website. When I deactivate this plugin everything works fine but when I activate this then the issue arises.

    Is there any way so that buddypress regsiter page can work. I don’t want a translation of it, i just want it works.

    Thanks
    Nitin

    #308979
    Anonymous User
    Inactive

    Yes, the easiest way is to activate the BP Legacy Template Pack from the BuddyPress Options screen into your WordPress Dashboard.

    Using the WordPress control for generating passwords is a BP Nouveau only feature. The benefits of it is to have the same control than WordPress (eg: when your member are resetting their passwords from the site.url/wp-login.php page).

    #308978
    Anonymous User
    Inactive

    > Buddypress: version 5.0 was added to the theme as a plugin

    What does it mean?

    BuddyPress is not installed from the Plugins Management screen?

    Please make sure to follow all suggested checks into this topic, in particular testing with only BuddyPress activated and a Twenty* WordPress bundled theme.

    #308975
    Anonymous User
    Inactive

    They can choose the password of their choice and use the checkbox to confirm the use of weak password if needed.

    Having a password to log in is required. Having a strong password is important for the safety of your site.

    Disabling this feature would be too bad imho. But you can always override the /members/register.php from a /buddypress/members/register.php template in your active theme (or better child theme).

    denishpatel
    Participant

    There is groups menu ( this is my groups page and not group listing ) in Main BuddyPress menu, I want to add group listing page in menu.

    We can access groups listing page by using site_url/groups/

    But menu for this does not exist in buddypress menu.

    Thanks.

    #308964
    shanebp
    Moderator

    Thanks for the screenshot of the error.
    Just before the word ‘Intervention’, there is an arrow. Click it and you should see the whole error message. Copy and paste it in a reply here.

    You may need to open a ticket.
    use the same login you use here. And include all the info you posted here.

    worlddude
    Participant

    Hello!
    (I use Youzer but it based on a BuddyPress and their support are useless.)
    I already restrict access for all users to a WP dashboard profile (only frontend are accessible). How also restrict users with lowest auto-set on registration role “Subscriber” to access their Youzer/BuddyPress profiles and groups pages etc? (Best of all at low-level via functions.php etc to avoid any hacking.) So user will able to access all WP frontend activity functionality like posts comments, in-post voting, WooC products purchase, etc, but without access to a dashboard and to Yz/BP profiles and social network activity.

    #308955
    buci
    Participant

    Hi buddy, have you found a solution? I’m stuck with a similar issue.
    I have been using a plugin to export buddypress members and xprofile fields and it is no longer working since 7 november. i cant find another plugin to export the members data.. anyone can help?

    #308953

    Topic: Exclude users

    in group forum Installing BuddyPress
    alejandroalbad
    Participant

    Hi, I’m new with Buddypress. I have a news site and I want to include Buddypress so that readers can register. Is there any way to exclude users from Buddypress? For example, I have authors who write on the site but I don’t want those authors to be part of Buddypress. With the plugin activated, all urls change to “mysite.com/members/username”. What I want is that the authors do not have Buddypress profiles and that their URLs do not change, that is, that they remain “mysite.com/author/username” and only the reading users are “mysite.com/members/username” . I have searched and found no solution. The closest I found is that the authors have a “mysite.com/members/author/username” type URL and the readers have a “mysite.com/members/subscribers/username” type URL, but I’m not looking for it exactly because I want to exclude to the authors of Buddypress and continue to maintain their url of current authors. I would be very grateful if you could help me with this.

Viewing 25 results - 5,251 through 5,275 (of 94,540 total)
Skip to toolbar