Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,126 through 2,150 (of 69,127 total)
  • Author
    Search Results
  • #320908
    trapsen
    Participant

    Hey

    If I want to log in via the Buddypress login widget and I click the username or password field, the menu item closes

    Examplevideo: https://drive.google.com/file/d/1ORf1CjXCUQekypWX5D3U6Ja22MD183Cn/view?usp=sharing

    the error occurs on the iPhone with Google Chrome

    How can i fix this?

    Best regards
    Adrian

    #320906
    stijn18
    Participant

    Hey,
    Can anyone help me to change the activity title from “Blogs” to something else (for example: News).

    I use the buddypress plugin and whenever the Admin publishes a news article the activity steam titles this as “Blogs”.

    piperpeninfo
    Participant

    Hello everyone,
    I came across related discussions about this topic but didn’t find a real solution.

    I have a Multisite and I have Buddypres installed on my main site, which resposnsible to send a welocme emails and handling the users.

    The problem is that after new user registration – the user gets 2 welcome emails:
    1- is styled sent from Buddypress
    2 – unstyled default wordpress “Welcome User Email”

    I want to disable the default welcome email but only for the user (I still want to get notified about new users)

    Please don’t point me to install a plugin or link for irrelevant solutions (like I saw on other related discussions).

    Maybe it’s not Buddypress specific issue but i hoped someone can help with that, I need your help guys….

    Natalie
    Participant

    I’ve been trying to filter only the Activity Directory stream to show only a specific activity item type (in this case, it’s “new_product_page”, which I created with the help of the codex section on post types).

    I successfully managed to achieve this with the following code:

    function bpfr_filtering_activity( $retval ) {
    if ( bp_is_page( 'activity' ) ) {
    	// activities to filter on, comma separated
    	$retval['action'] = 'new_product_page, ';
    	$retval['max'] = '50';
    }		
    		return $retval;
    	}	
    add_filter( 'bp_before_has_activities_parse_args', 'bpfr_filtering_activity' );

    Although eventually I started to notice some errors where users were getting notification URLs (e.g. “John commented on one of your updates”) where the notification URLs weren’t appending the comment identifier at the end (e.g. /activity/p/762/?rid=310#acomment-780), instead ending prematurely with only the users referrer ID (e.g. /activity/p/762/?rid=310).

    This means the notification URLs would take you to the commented user’s profile, rather than the specific comment.

    After removing the above code from filtering the activity directory, suddenly all of the notification URLs issues went away and everything appeared to work flawlessly.

    I recall a wordpress developer once stating that is is advised NOT to block activity_comment and activity_update activities, because it will cause errors in BuddyPress.

    What I am wondering is if this is true? And, if there is a way to filter the Activity Directory to show only a specific post type (e.g. new_product_page) without it leading to errors elsewhere in BP? Is there a correct way to do it?

    #320870
    shanebp
    Moderator

    Use this filter hook and write a function:
    apply_filters( 'bp_attachments_get_max_upload_file_size', $fileupload_maxk, $type );
    From this file: buddypress\bp-core\classes\class-bp-attachment-cover-image.php

    #320867
    jbonlinea
    Participant

    Hi there

    I have a weird, and deep issue with buddy press.

    what am I doing and what I encounter :

    • create a bp group – ok
    • at the “invite member” page,
      • some users are listed (very few)
      • if i search for a username listed and visible as above, i get no results found
    • if i go to wp dashboard > group> click to edit my group > add user –> i’m typing in something, the whell spin, and nothing is loaded

    this happens on a pretty features wp install, so i tried to troubleshoot with only buddypres active and twentynineteen (everything else is off)

    the issue remains

    I’m on wp 5.8

    I really don’t get what happens
    if one of you can help i would greztly appreciate
    cheers

    #320866
    shanebp
    Moderator
    #320862

    In reply to: Feature Enquiry

    Paul Carter-Quayle
    Participant

    Thank you kindly for your prompt reply, I will look into finding a developer to extend BuddyPress for my clients feature request.

    #320856
    edieveder
    Participant

    Thanks @shanebp, I found out that the conflict is given by the “Member Swipe for BuddyPress” plugin and not Buddupress itself. Now I am seeing if I can get help to fix it.
    Greetings,
    Esteban.

    #320849
    Paul Carter-Quayle
    Participant

    Hi I am trying to ascertain whether BuddyPress has the following functionality for my clients needs. Here below is what my client is wanting to achive:
    “The purpose of what we want to create is: To maintain a lineage of facilitators by enabling the growing community to endorse one another based on assessment criteria.
    How we see this functioning is for people to be able to:
    – create simple profiles (picture, text description, tags: area of speciality/focus, location)
    – Find one another’s profiles based on the tags or other defining feature, e.g. name
    – Endorse one another’s capacity as a facilitator by: person (a) sending a request to person (b) and the endorsement only showing on person (a)’s profile when it is confirmed by person (b)
    – Leave testimonials
    We want the endorsements to show a lineage starting from the originator, so we can see who people have worked with/learned from.”
    Is BuddyPress capable of doing this?
    Thank you kindly in advance for your time and for your consideration.
    Paul

    #320838
    pm21
    Participant

    Hi!

    I have a question regarding the cooperation between BuddyPress ( https://pl.wordpress.org/plugins/buddypress/ ) and Events Manager ( https://pl.wordpress.org/plugins/events-manager/ ).
    From what I have checked, Events Manager does not have a function that allows a logged-in WordPress user to invite other logged-in WordPress users to an event. I assume that this event may or may not be created by the inviting user. Ideally, if someone could invite individual users from their BuddyPress circle of friends, or an entire circle of friends, as well as individual members of a BuddyPress group of which the inviting user is a member, or and entire this group.

    Do you know any ready-made solution that makes it possible?
    And if there isn’t, can you give me a hint, how I could do this with BuddyPress / Events Manager or another tools?

    I would be grateful for the information

    #320829
    doncomputing
    Participant

    I created BuddyPress subscription, but when i register and login as a client, I found that I am in another wpabstracts’ profile, why that happened? How to keep all separate on one website…

    seregur
    Participant

    Wordpress 5.8
    BuddyPress 9.1.1
    Theme BuddyX
    Youzify 1.1.0

    Greyhelm – A Fantasy LARP in SC

    This is a new site with very little content at the moment.
    When attempting to post in the activity stream, any text appears without issue, but not images.

    During post creation, it allows me to add an image and it shows uploading and then the preview.

    I can see that the images are in fact uploading as they are in the WP media library. They just don’t show up along with their post.

    I have tried this with and without text. If no text, the post is just blank, but it is there.

    Any suggestions will be greatly appreciated.
    Thanks

    #320813
    daniel2023
    Participant

    Hello,

    I’m running into an error when attempting to upload a profile image. It states on the screen “An error occurred. Please try again later.”. This message appears below the upload box. A user with the administrator role can upload, however, those users without the admin role cannot.

    I’ve tried de-activating and re-activating BuddyPress but the issue persists.

    Any help would be greatly appreciated.

    WordPress Version: 5.8
    BuddyPress Version: 9.1.1

    #320802
    dantravelsph
    Participant

    Hi, I downgraded my theme and it worked. So the problem with mine is on the side of the theme! This is only a temporary fix because I still prefer the updated version of my theme so I now contacted my theme support so they can fix this issue associated with BuddyPress.

    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.

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

    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

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

    #320649
    shanebp
    Moderator

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

    #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/’.

Viewing 25 results - 2,126 through 2,150 (of 69,127 total)
Skip to toolbar