Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,576 through 2,600 (of 73,573 total)
  • Author
    Search Results
  • #320786
    tccdeveloper05
    Participant

    Wordpress Version: 5.8
    Buddypress Version: 9.1.1

    Is there a way for me to include/create a gradebook within the navigation links inside a group? basically when i click on it, all of the members will be displayed in a table-like format and next to their names will be textfields or dropdowns where the teacher can input/select their grades and save it. Any form of advice will help!

    tccdeveloper05
    Participant

    Wordpress Version: 5.8
    Buddypress Version: 9.1.1
    Link: no link because this is only from localhost.

    So i have these lines of code which displays all exisiting groups from the website and if i select one, it will link/integrate it to a course i selected (LMS).

    <?php
    $groups = groups_get_groups(array(‘show_hidden’ => true));
    $attached_group = (array) \TUTOR_BP\BuddyPressGroups::get_group_ids_by_course(get_the_ID());

    ?>
    <div class=”tutor-option-field-row”>
    <div class=”tutor-option-field-label”>
    <label for=””>
    <?php _e(‘BuddyPress Groups’, ‘tutor-pro’); ?>
    </label>
    </div>
    <div class=”tutor-option-field tutor-field-number”>
    <select name=”_tutor_bp_course_attached_groups[]” class=”tutor_select2″ multiple=”multiple”>
    <?php
    foreach ($groups[‘groups’] as $group){
    $selected = in_array($group->id, $attached_group) ? ‘selected=”selected”‘ : ”;
    echo “<option value='{$group->id}’ {$selected} > {$group->name} </option>”;
    }
    ?>
    </select>
    <p class=”desc”><?php _e(‘Assign this course to BuddyPress Groups’, ‘tutor-pro’); ?></p>
    </div>
    </div>

    However from the <select> options i only want to display the groups i have created. how to do this? any help will be appreciated!

    #320757
    mohamettarik
    Participant

    Hello,

    yes i looked at. not found

    View post on imgur.com

    what i do now is going to plugin page and open settings next to Buddypress.

    But still missing other control pages.

    #320756
    mohamettarik
    Participant

    Hello,

    My site have many types of visitors, I assigned new registrations as “X” user role type and would like only those users to be shown in members directory, also only them can participate in activities and posting.

    I have read on how to hide other member through a code. this to me is exclusion and it is hard to code because i have many user roles to exclude.

    I need direct solution, and appreciating your support.

    #320739
    gamicord
    Participant

    The BuddyPress Welcome Email doesn’t have a way for us to include Password in the message sent to the Registered user.

    I also noticed that all the BuddyPress Email Tokens doesn’t have any token for password, so we are not able to send password in the Welcome Message to the Registered User.

    You know of any way we can achieve this?

    Regards

    #320732

    In reply to: Hide Invitations in

    shanebp
    Moderator

    Have you tried turning off invitations?
    wp-admin > Settings > BuddyPress then click Options
    and deselect ‘Invitations’ Allow registered members to invite people to join this network

    #320721
    avonrivercs
    Participant

    Wordpress version 5.8, Buddypress version 9.0. Theme is Sweetdate.
    URL https://ecupid.com.au
    I have an issue when a user signs up to create an account. When they select the dropdowns for the day, month and year of their birthday, the year options start from 2031 maximum and go to 1961 minimum. I have set the minimum age to join at 18 and I would like the maximum age to be 80 which is what I have set. I would have thought that the minimum date that could be entered via the dropdown would be the current year minus 18 to the maximum age of the current year minus 80. I can’t find anywhere I can adjust this apart from the minimum and maximum age setti8ngs which are not working. I would really appreciate it if you could point me in the right direction to resolve this.

    #320715
    jvberger
    Participant

    Yes, it does.

    But I don´t know how to make it right. I don´t know how it is created, I use standard buddypress setup.

    Anyways: invites are part of the notifications. Is there a possiblity to remove the invitations link from the object-nav?

    Thank you a lot for your help!

    #320712
    shanebp
    Moderator

    Try going to wp-admin > Tools > BuddyPress and selecting the last option:
    Create the database table for Invitations and migrate existing group invitations if needed.

    #320709
    jvberger
    Participant

    Hi,

    on my buddypress website the link for invitations is not working. It always leads me back to front page if I click it. The URL is correct (in my opinion): https://url.eu/members/jberger/invitations/
    Any idea why this would happen?

    Best,
    Jessica

    cleangist
    Participant

    @vapvarun

    I use a child Theme of Reign Theme. Now, I don’t want to use any additional plugins because I already have 36 plugins on my website.

    The text of Gravatar calls, has hard-coded links as seen here:

    <p class="bp-feedback info">
    		<span class="bp-icon" aria-hidden="true"></span>
    		<span class="bp-help-text">
    			<?php
    			/* Translators: %s is used to output the link to the Gravatar site */
    			printf( esc_html__( 'Your profile photo will be used on your profile and throughout the site. If there is a %s associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' ),
    				/* Translators: Url to the Gravatar site, you can use the one for your country eg: https://fr.gravatar.com for French translation */
    				'<a href="' . esc_url( __( 'https://gravatar.com', 'buddypress' ) ) . '">Gravatar</a>'
    			); ?>
    		</span>
    	</p>

    I will like to edit all these texts directly and remove the Gravatar link without breaking things.

    How do I do that?
    Regards

    #320696
    flimm
    Participant

    Users upload photos of themselves. I would like BuddyPress to remove private EXIF metadata from these photos, in particular, GPS locations. I believe this matches the expectation of the users, as many other websites do this:

    • Facebook
    • Twitter
    • Imgur
    • Instagram
    • Slack
    • etc.

    The one exception to this is that the orientation EXIF metadata needs to be preserved, in order to display photos the right way up.

    WordPress does not strip EXIF metadata. Even in the strip_meta function in the file class-wp-image-editor-imagick.php , it has code that deliberately keeps the EXIF metadata in the file.

    The fact that BuddyPress and/or WordPress leaks the location of the user at the time that the photo was taken could be considered a security vulnerability.

    #320679
    xbladerunner
    Participant

    I have more than 10 subsites, with buddypress network activated. I recall at one point switching which site is considered the BP “main” site– such that the BP main site is one of the WordPress Multisite subsites. I was wondering if this was the historical event that created the duplication– that’s why I’m trying to figure out which db prefixes map to which subsites– I want to take a look at the original main site and the present main site. When I find these, what exactly am I looking for in the tables?

    #320651
    zustudios
    Participant

    I’m using Buddypress default data to test my site.
    When I’m on the buddypress profile tab I press change password.
    After changing the user’s password I log out.
    Then I try to log back I and I get this error:
    There was a problem with your username or password.

    #320649
    shanebp
    Moderator

    BuddyPress does not ‘protect’ pages.
    Did you try asking membership pro about your issue?

    #320647
    mohamettarik
    Participant

    BuddyPress not appears in WP admin dashboard. since first install problem shows, deleted and installed one more time to try fixing but not working.

    #320638
    markcummins
    Participant

    We ran into this problem as well, we have BP installed along with WPML and the BuddyPress Multilingual Plugin.

    The problem for us was that the url’s were different. In english, the url was ‘/community/groups/’ where in French it was ‘/fr/communaute/groupes/’.

    So the solution for us was to go to the backend and change the slugs of the pages so they are the same for all languages, (so english is ‘/community/groups/’ and french is ‘fr/community/groups/’.

    #320629
    shanebp
    Moderator

    BuddyPress does not include forums.
    If you are using bbPress, please post in their support forums.

    #320624

    In reply to: Edit Activity Stream

    lflier
    Participant

    For removing mentions, this documentation may be useful. It’s for BuddyBoss, which is a fork of BuddyPress, but it looks like it would work:

    Try copying this into your functions file: add_filter( ‘bp_activity_do_mentions’, ‘__return_false’ );

    bp_activity_do_mentions()

    #320620
    bikkes69
    Participant

    Hi there, im having a big problem with the default required field in xprofile, and i already search for a lot of people having things similar and is all about the same but no solution. The “extended” profile of buddypress has a required field that is the same as the username in wordpress, so it has problems because if you change the username but leave the “name” of the xprofile empty automatically has an error. Why dont you you remove that unique field from de xprofile and let everyone make the fields they want, that thing is causing problems in every theme. i hope you understand , i can make a site for anyone to check this.

    BP : Last
    WP: Last
    Nothing else.

    xbladerunner
    Participant

    I have three signup fields that look identical. This phenomenon is displayed on the registration page, as well as in the signup fields tab from the admin side (users/profile fields).
    I can reorder them and edit them, but not delete them. Please help.

    Buddypress version 9.1.1
    Wordpress 5.8 multisite configuration (all the sites are displaying the error, example linked below)

    Register

    #320609
    oysteradministrator
    Participant

    When I select “Members” all I get is Loading the members of your community. Please wait.

    I am using BuddyPress 9.1.1
    The information for the page is this:

    Can someone advise a new user

    Thanks

    crazydjp
    Participant

    How do I get both sidebars (left and right) on individual group pages (not groups directory)?

    E.g: I can set sidebars on https://something.something/groups/ on both sides from Appearance >> Customize >> Widgets >> Left Sidebar / Right Sidebar / Groups Directory Right Sidebar

    But I couldn’t set sidebars on https://something.something/groups/some-group/

    On the widgets section, I have an option of “Groups Single Group Sidebar”, but it shows only on the right side. I want on both sides.

    Website Link – https://www.whatarebonds.com/forum/
    Buddypress Version: 9.0.0
    Wordpress Version: 5.8

    #320583
    ramforth
    Participant

    Having the same issues.
    Fresh install on self hosted wordpress under Plesk.
    Version is 5.8, all components fresh and latest updates.
    Not able to get register or activate pages created.
    The pages Members, Activity and Groups are created, but doesn’t have any content – and thus does not work.
    Had high hopes for this plugin, but it turns out to be another dud.
    Sorry, there seems to be too much automation and no control over this to even bother with it.
    There are no good guides as to how one produces these pages manually after install.
    Buddypress just isn’t worth it.

    #320581
    sx1001
    Participant

    Hi all,

    is there a shortcode for the list of open incoming friend requests (usually located under the URL mydomain.com/members/memberX/friends/requests/)? Or how can I mimic it? I want to display the list somewhere else as a small widget.

    I found that the page is build somewhere around the template file buddypress\members\single\friends.php in which again the requests list is displayed:

    bp_get_template_part( 'members/single/friends/requests' );

    I just cant figure out where exactly the whole story starts and where things are setup (list of members to display etc)?

    Can you please hint me to it? Thanks!

Viewing 25 results - 2,576 through 2,600 (of 73,573 total)
Skip to toolbar