Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,601 through 3,625 (of 69,016 total)
  • Author
    Search Results
  • #311528
    Varun Dubey
    Participant
    eleconte
    Participant

    Hi, I have a WP site with users already registered in. After installing BuddyPress I can only access to the user created with BuddyPress. How can I link BuddyPress to my WP users that was created before the installation of BuddyPress ?

    King Ding
    Participant

    Hello!

    I have created a plugin that moves the user email preferences to the woocommerce ‘my account’ menu. Everything looks great, but when I select options between the “yes/no” and then click save, nothing changes/nothing is saved?

    Perhaps I’m missing something? Could anyone shed some light on which file remembers and stores the selection after hitting submit?

    The form in question can be located here:
    buddypress/members/single/settings/notifications.php

    Thanks!
    – D

    #311518
    shanebp
    Moderator

    From the codex:

    Group Types

    #311516
    shanebp
    Moderator

    Use this hook which is available right after they join.
    do_action( 'groups_join_group', $group_id, $user_id );

    Try this in your theme/functions.php or in bp-custom.php:

    function schene_promote_group_member( $group_id, $user_id ) {
        $group_member = new BP_Groups_Member( $user_id, $group_id );
        $group_member->promote( 'admin' );
    }
    add_action( 'groups_join_group', 'schene_promote_group_member', 10, 2 );
    #311509
    @mercime
    Participant

    @izzethan You can disable the admin toolbar for anyone who is not logged in simply by going to Settings > BuddyPress > Options tab, then make sure that “Toolbar – Show the Toolbar for logged out users” is not checked.

    #311507
    sandaap
    Participant

    Ok, I’ve found out: BuddyPress is not a forum – my mistake, I’m sorry.

    Additional I’ve found out, there is something wrong in my wp_options table, which does not show the content of the BuddyPress pages to me.

    So right now, for me is my problem solved. Thank you for your help!

    #311505
    Bigue Nique
    Participant

    Here is the solution for forcing BP uploads form every MULTIBLOG-enable network sites to be stored on (and fetched from) the main site : https://buddypress.trac.wordpress.org/ticket/6931#comment:1

    To put it simple, simply create a file wp-content/plugins/bp-custom.php and paste in the code from this gist: https://gist.github.com/imath/91d56292673e6de61597

    The code speaks for itself.

    #311504
    Varun Dubey
    Participant

    @sandaap
    Try to map your pages with setting >> BuddyPress >> Pages
    For topics and forums install bbPress.

    #311503
    sandaap
    Participant

    Ok, I installed a fresh WordPress file system with a fresh database. Just install and activate BuddyPress, no other changes. Right now, I see content on the default pages of PB.

    But I still don’t understand, where or how I can create topics…

    #311502
    Bigue Nique
    Participant

    I haven’t figured out for profile header image yet, but you will find solutions for centralizing avatar storage on MULTIBLOG-enabled BP networks here: https://buddypress.org/support/topic/multiblogmultisite-avatar-missing/

    Basically, if you want to use avatars from the main site, you can just add this to your wp-config.php:

    
    define( 'BP_AVATAR_UPLOAD_PATH', dirname(__FILE__).'/wp-content/uploads' );                         define( 'BP_AVATAR_URL', '//'.$_SERVER['HTTP_HOST'].'/wp-content/uploads' );
    

    If you want to use avatars from another site, you will likely need to add the site’s upload path (eg. ‘/sites/2’) to both paths.

    #311501
    iamthewebb
    Participant

    Hey,

    I’m assuming you’ve enabled groups in Components and have you tried going to http://yoursite/groups ? There should be a link from Dashboard -> Settings -> BuddyPress -> Pages
    I’ve just tested a fresh install of WP, BP 6 and Hueman and all was working.

    sandaap
    Participant

    Today, I tried to install BuddyPress the first time. But I still too stupid to get to running.

    First, I tried the actual stable version 5.2.0 without luck. After this, I tried it with 6.0.0RC2 with the same result.

    My problem is: I don’t find out, how to create new topics or manage groups.

    Is there any special URL doing this?

    WordPress: 4.9.13
    PHP: 7.3.x
    Database: MariaDB 10.4.11
    Theme: Hueman 3.5.3

    In BuddyPress 5.2, the pages for Members, Activity, Activation and Registering were created automatically. In BP 6 not and the Repair Tool does not create them automatically.

    All of these pages are empty for me.

    But inside the AdminBar, I see the “0” and I can use the several private pages.

    How can I configure the groups, where I can open topics and how do I do this?

    Sorry, but it seems I’m too stupid for BP… 🙁

    #311494
    shanebp
    Moderator

    Which settings page are you referring to?
    You cannot create a group from the BuddyPress settings page.
    If you are the site admin, you should see a ‘Create’ button on this page:

    Groups

    carosch
    Participant

    Hi,
    thank you for your answer.
    However, I found this solution :

    <p class="plist">Pour me tagguer dans un message, veuillez saisir : <strong>@<?php echo bp_member_user_nicename(); ?></strong><br />
    <strong>Je suis : </strong><?php echo bp_member_profile_data( 'field=Présentation personnelle' ); ?><br />
    <strong>Je représente :  </strong><?php echo bp_member_profile_data( 'field=Nom de la structure que je représente et ville pour les bibliothèques et les établissements scolaires' ); ?></p> 

    And I’ve put that in both members-loop.php from
    plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/members-loop.php
    and
    /plugins/buddypress/bp-templates/bp-nouveau/buddypress/groups/single/members-loop.php

    and that works just fine.

    thank you for your answer.
    I just wonder, I haven’t understand what xprofile is.

    Caroline

    #311479
    shonty
    Participant

    Hi there Mercime.

    My site is more than six months old. So it is not new. My theme is the same age. I have not imported any forums.

    Please try to supply answers to the following questions.

    Wordpress Version – 5.4.1
    Buddypress Version – 5.1.2
    bbPress Version – 2.6.4
    Host – Wordplus

    I dont know how long the problem has been there as I never noticed it.

    As mentioned above I can give access to a staging site for you to see. Even if anyone knows how to hide the duplicates I would be grateful.

    Thank you

    #311478
    @mercime
    Participant

    @shonty Is this a new installation or is this an old install where you changed from another theme or imported forums from e.g. phpbb to bbPress, etc.?

    Just like shanebp, I cannot replicate the issue as well.
    Do provide more info about your installation – https://buddypress.org/support/topic/when-asking-for-support-2/

    #311477
    @mercime
    Participant

    @rootcr8r Could be caused by a variety of reasons. Have you tried changing your theme to the Twenty Nineteen theme to see if issue is resolved? If not, then have you tried disabling all plugins except BuddyPress while on the Twenty Nineteen theme?

    #311476
    @mercime
    Participant

    @n33d See WordPress 4-year old ticket re updating to jQuery 3+ will cause breaking changes https://core.trac.wordpress.org/ticket/37110
    When WP core upgrades, so will BuddyPress. In the meantime, we have to use what’s in WP core.

    #311475
    onfleekresources
    Participant

    BuddyPress Community – Olympus Theme – Youzer

    This is three questions in one, looking for 1-3 plugins that work together to accomplish these things? I can insert code if I’m told exactly how/where to put it, but I’m very much not a coder so I’d prefer to use plugins if I can. lol

    1. Can I have multiple Users assigned to one profile (like a business, the owner and an admin person). For example a Business owner sets up a business profile but allows the manager or supervisor access to post jobs or advertising through it?

    2. Can I create two different profiles (that have different profile fields upon registration) like a person vs a business under the same site?

    3. Can there be profile parents like if a company has 3 locations – a main company profile and 3 child profiles – one for each location so the managers can logon and manage their own accounts with job ads and advertising? And the parent can do the same for the headquarters?

    #311474
    @mercime
    Participant

    Hi @cmsplay,

    You can change the bottom margin of the paragraphs by adding the following style in your theme/child theme:

    .activity-list .activity-item .activity-content p {
        margin-bottom: 24px;  /* Or whatever size you want */
    }

    As for the forums, bbPress is compatible with BuddyPress. See https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/

    evohans
    Participant

    I’ve taken the files from bp-default, placed them in my child theme in a folder called “buddypress”.

    (screenshot from cpanel of folder configurations, dalaran is my theme name https://i.imgur.com/UiFSEln.png)

    Things to note:
    – Child theme is activated
    – bbpress works, as well as my edits to the bbpress HTML
    – I’ve tried to reinstall buddypress, and the child template

    I’ve followed the guides, although severely outdated, made a working Frankenstein’s monster from it.

    Can you visually see anything I could be missing?

    #311467
    clickallco
    Participant

    Install https://wordpress.org/plugins/buddypress-edit-activity/ and you and your users will be able to.

    #311460
    shanebp
    Moderator

    Have you assigned the pages under BP settings?
    Refreshed your permalinks after making sure they are set correctly?
    Check your error logs and browser inspector console.
    Have you read: https://codex.buddypress.org/getting-started/troubleshooting/blank-pages/

    #311459
    riggie11
    Participant

    All the BuddyPress tables are restored & can’t detect any BP entries in WP Options Table.

    Am I missing something?

Viewing 25 results - 3,601 through 3,625 (of 69,016 total)
Skip to toolbar