Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,376 through 4,400 (of 73,985 total)
  • Author
    Search Results
  • #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… 🙁

    #311496
    onfleekresources
    Participant

    BuddyPress – Olympus Theme – Youzer.

    I am creating a profile that coordinates with my business member type. When they register, I would love to have a standard set of groups automatically be set up for them with them as Authors on those. I know that I can make it so a user is automatically assigned to a group that exists. What I want is for a business to have standard groups that are created with them as authors upon registration.

    Make sense? Can this be done? Or would I need a developer to write it up for me?

    #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

    lordmatt
    Participant

    I would like to create some member only spaces on blogs in a network where the base site runs BuddyPress. Specifically, I would like the network blog to enable me to create a walled garden where members can interact with each other, vote in polls, and (most importantly) edit and control their list membership(s) so I can email them.

    I am happy enough to do some coding if need be, so I don’t necessarily need a pure plugin solution but as non-technical users own blogs in the network, I need the solution to be something they could use too. All while not in any way tripping up the core blog’s BuddyPress which runs with CBOX Classic.

    What do I need to look out for? What is available to me? And can I make BBPress work on subsites without breaking anything?

    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.

    siddjain
    Participant

    We are trying to build a site like kaggle.com using the wordpress platform.

    We want people to be able to create competitions.

    Associated with a competition would be:
    – teams participating in it. A user can be part of only one team.
    – a discussion board. Thus there is a separate board per competition.

    A user can participate concurrently in multiple competitions.

    E.g., Shyam might be part of team RoadWarriors for a competition to predict the next president and simultaneously he can part of team ReformedGamblers for the competition to predict winner of next world cup.

    What Shyam cannot do is participate in two teams for the same competition.

    Does the BuddyPress plugin support such features?

    #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?

    #311455
    riggie11
    Participant

    Hi guys,

    I migrated my site to another domain a while ago. Now I am getting blank pages when I visit the member and activity pages in Buddypress.

    I deleted all the BuddyPress WordPress Tables and did a fresh install of Buddypress.
    Still get blank pages.

    The server error message is:
    WordPress database error Table ‘members_healwithdiet.wp_cw_widgets_options’ doesn’t exist for query SELECT * FROM wp_cw_widgets_options WHERE `widget
    You can check the error logs your self from the hosting panel, here’s an article to guide you:
    https://wpxhosting.com/knowledgebase/article/110/how-to-access-your-error-logs/

    The members_healwithdiet is my old site and my new site is at members.riggie.com.

    Would appreciate it if someone can tell me how I can fix the above problem.
    As I have an existing membership site, I can’t simply do a brand new install.

    Thanks,
    Riggie

    #311449
    Mathieu Viet
    Moderator

    Hello,

    Thanks in advance for your tests 😉

    BuddyPress 6.0.0 Release Candidate 2

Viewing 25 results - 4,376 through 4,400 (of 73,985 total)
Skip to toolbar