Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,126 through 3,150 (of 72,733 total)
  • Author
    Search Results
  • tjerkfeitsma
    Participant

    I would like to add the option for users, when they send each other private messages, to also be able to send each other a ice-breaker question, that can be responded to by te receiver of the message.

    I was able to add a icebreaker question in the compose area of the sender, but I was not able to have sent the actual answer of the question received by the receiver of the message when he/she answered. Where in Buddypress can I enable that an added questions answer, is also received by the receiver of the message, in that private message? “please advice!” even suggestions to which is the right file, helps me at this stage. Thank you for your effort to support me!

    #317075
    Venutius
    Moderator

    The BuddyPress Follow plugin already comes with personal activity page for followers and following. so you’d just need to remove the other menu options and make the followed page the default for the user profile.

    #317073

    In reply to: BuddyPress 7.1.0

    Mathieu Viet
    Moderator

    Hi @djsteveb

    I understand you might be disappointed to have troubles with the avatar feature, but this trouble is not a generic one, it’s specific to your WordPress configuration. Saying the following is very wrong:

    The edit avatar / upload profile pic is still broken for new installs.

    I can confirm everything works as expected.

    Since BuddyPress 6.0, users can manage their local avatars (hosted on the community website) whether or not the xProfile component is active. See this developer note for more information about the changes we made in 6.0.

    Below is a screenshot I just made having the xProfile component active :

    avatar-xProfile on

    Below is another screenshot I just made having the xProfile component inactive :

    avatar-xProfile off

    To control whether or not to allow users to manage their avatars from their profile page, as you said you can use the BP option about “Profile Photo Uploads”. Below is a screenshot of the BuddyPress options screen (Settings > BuddyPress).

    BP Options screen

    If you uncheck “Profile Photo Uploads”, then users can’t manage their locally hosted avatars.

    And there’s also a WordPress setting you need to pay attention to. If you decide that Avatars shouldn’t be shown globally on your WordPress site, then users cannot manage their local avatars from the front end. This WordPress setting is available from the Discussion settings screen (Settings > Discussion). See the screenshot below :

    WP Discusion settings

    For instance, if you uncheck the “Avatar display” WP setting, then the page to manage avatars is not available even if “the Profile Photo Uploads” BP Option is checked. Here’s a screenshot below showing how a user’s profile page looks like when you globally disable Avatars in WordPress.

    Avatars globally disabled

    The page to manage user’s avatar is not available and the user’s profile header does not include the avatar.

    Again, I confirm everything works as expected in BuddyPress, the issue you’re mentioning is specific to the way you configured WordPress &/or BuddyPress.

    #317061
    iamthewebb
    Participant

    Hi, These are the forums for BuddyPress and that very much sounds like an Events Manager issue, although as I use the plugin I’d recommend you check Events – Settings – Formatting – Default event list format

    #317060
    Venutius
    Moderator

    What you could do as a temp measure is you couldstop the redirect happening by removing this elseif clause in buddypress/bp-code/bp-core-catchuri.php line 900:

    } elseif ( bp_is_register_page() && 'register' == $front_page_component && is_user_logged_in() ) {
    
    			/**
    			 * Filters the logged in register page redirect URL.
    			 *
    			 * @since 1.5.1
    			 *
    			 * @param string $value URL to redirect logged in members to.
    			 */
    			$bp->canonical_stack['canonical_url'] = apply_filters( 'bp_loggedin_register_page_redirect_to', bp_get_members_directory_permalink() );
    		}
    

    Obviously this will be over-written when the plugin gets updated next.

    #317057
    simon_a6
    Participant

    We have a problem where we are designing the website, but we want to ‘hold back’ the site until it live, but this creates and issue with the Registration page.

    I’ve seen this:
    https://buddypress.org/support/topic/registration-link-redirects-to-home-page/

    But this means we have to sign out… then go through all the code *while signed out*, and site enabled, to design it or do coding.

    Is this correct, or is there a way to enable Register page, when logged in??

    Simon

    gnu2k
    Participant

    Hello,

    I have a section in the BuddyPress user profile where all the events (from “Events Manager”) a user provides are listed.
    Unfortunately there are this placeholders “#_LOCATIONLINK – #_LOCATIONADDRESS, #_LOCATIONTOWN” listed as a bullet point directly under the event.
    Does anyone know how to get this out, and actually how to edit the displayed “My Events” section?

    Thank you and best regards

    #317050
    Julia
    Participant

    1. Which version of WordPress are you running?
    ⇒WordPress 5.6.1

    2. Did you install WordPress as a directory or subdomain install?
    ⇒As a directory

    3. If a directory install, is it in root or in a subdirectory?
    ⇒subdirectory? full pass /home/users/1/〇〇〇〇〇〇/web 

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    ⇒Yes. WordPress 5.5.3 
    But it is the first try to see wrong display in buddypress.
    I am beginner.

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    ⇒Yes properly.

    6. Which version of BP are you running?
    ⇒Version 7.1.0

    7. Did you upgraded from a previous version of BP? If so, from which version?
    ⇒Probably No.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    ⇒bbpress Version 2.6.6
    Other plugins are unactive in the test.

    9. Are you using a standard WordPress theme or customized theme?
    ⇒a standard WordPress theme

    10. Which theme do you use ?
    ⇒Generatepress Version 3.0.2

    11. Have you modified the core files in any way?
    ⇒No

    12. Do you have any custom functions in bp-custom.php?
    ⇒No

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    ⇒bbpress Version 2.6.6
    copy ⇒Unknown

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress

    ⇒The code is adding.

    
     // WP_DEBUG debug mode
    define( 'WP_DEBUG', true );
    
    // /wp-content/debug.log 
    define( 'WP_DEBUG_LOG', true );
    

    ⇒No error message!
    ⇒No log file generated. In short, no bug?

    15. Which company provides your hosting?
    ⇒lolipop.jp[Japan]

    16. Is your server running Windows, or if Linux; Apache, nginx or something else?
    ⇒Linux(CentOS)
    ⇒ Apache

    17. Which BP Theme are you using?
    ⇒Buddypress Nouveau

    18. Have you overloaded any BuddyPress template files.
    ⇒Unknow

    19. Any other site customisations that might have a bearing on the issue?
    ⇒No.  After remove customisations code in bbpress, I checked it.

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page.
    ⇒Buddypress Nouveau

    Basic Trouble Shooting:

    1. Identifying whether you have a theme issue:
    ⇒I tried other two themes[ Onepress and Twenty Twenty-One],
    but the icon[×] trouble occurred in buddypress profile page.(Nothing happens)

    2. Plugins:
    ⇒In the bbpress is activated only, the icon[×] works completely.(The topic deleted!!)
    In the bbpress and buddypress set, the icon[×] trouble occurred in buddypress profile page.(Nothing happens)
    Both test, the other plugins are invalid(not active).

    3. BP Themes:
    Both Buddypress Nouveau and Legacy, same wrong display.(Nothing happens)

    I think it is something wrong with the icon[×] button? on forum section in buddypress.
    Nothing happens when that [x] is clicked.

    #317044
    Julia
    Participant

    I have problem about delete of favorite topic about Forum tab in buddypress profile page.
    Buddypress(7.1.0)+bbpress (2.6.6) installed.
    In the bbpress only, I can remove favorite topics using an icon [x] implying that I can unsubscribe/unfavorite that item in bbpress profile page.
    But in the set bbpress and buddypress, I can not remove the favorite topics using an icon[x] in buddypress profile page.

    After remove buddypress, I can check the delete of favorite topics in bbpress profile page.
    In short, the display of favorites topics does not work in the buddypress profile page.

    Is it bug?

    #317041
    giorgossin
    Participant

    Hi!
    I am using WordPress 5.6.1 and Buddypress 7.1.0.
    Suddenly the RSS displayed on the Activity, and all the activity of all the users as well, whatever they do it is visible, for everyone, without having any connection between them at all.
    What should I do to make the RSS invisible?
    What should I do to to hide the activity of all the users if they do not have any connection between them?
    I am asking you kindly, please someone help me, because I have a problem with this.
    Thanks a lot.

    #317039
    Julia
    Participant

    There is also an icon [x] implying that I can unsubscribe/unfavorite that item.
    However, nothing happens when that [x] is clicked. (your comment)

    I have same problem, too. Buddypress(7.1.0)+bbpress (2.6.6) installed.
    It seems that buddypress do not support bbpress favorite.
    Adding the favorite topic works, but Removing the favorite topic does not work.
    After [x] is clicked, buddypress is invalidated thereafter.
    I could check the [x] topic removed. In short it is the display bug in the buddypress.

    I have no answer to resolve display bug in buddypress.

    #317027
    mrplunk
    Participant

    I solved it. To remove it you need to edit general.php file in wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/settings

    mrplunk
    Participant

    Hi,

    I am trying to customize buddypress pages. I found inside the user profile – settings – general the link to Forgot passwrod:
    screen1

    Please, could you help me to remove the link? I don’t find which file edit for it.

    Thanks.

    #317025
    clickallco
    Participant

    Try giving some of the things in here a shot: https://buddypress.org/support/topic/member-count-4/ – otherwise, try disabling your cache plugin and open the site in a new browser to see what it does.

    #317017
    cruzmiester
    Participant

    At the risk of asking a really dumb question (but…. better look dumb once rather than be permanently ignorant), I have several totally seperate sites (not multi-site) but I would like to have 1 community buddypress for all. Is there any standard or creative non official way to sync all the sites to have the same posts, groups, etc. ?

    Thank for your input and advice!

    #317013

    In reply to: Member Nav Issue

    unst3rblich
    Participant

    Yes, but I was able to find a temporary work-around by disabling the Activity page in the Buddypress page settings. This makes the default profile tab the one that I want (Profile) but it still doesn’t quite correct the issue where the nav bar can’t be rearranged properly.

    #317012
    clickallco
    Participant

    Try using the Buddypress Tools to repair it. It’s in your wordpress dashboard > tools > buddypress

    #317005
    wbcomdesigns
    Participant

    @ilprofes will suggest checking with BuddyPress Live Notification support

    #317004
    csellington
    Participant

    I have a topic that I set as super sticky. Once I’ve set it as super sticky, the topic only appears in forums that don’t have a buddypress group assigned (regardless of the public/private/hidden nature). This seems to negate the super sticky notion of showing up in all groups. Is this a bug or behavior as it is supposed to be?

    Wordpress version is 5.6.1; Buddypress is 7.1.0, bbPress is v2.6.6. Site is wtf.chiaribridges.org ; see the behavior at https://wtf.chiaribridges.org/forums (you can look at each forum and see the ones with and without the super sticky).

    I’ve also posted on the bbPress site for help.

    saraelba
    Participant

    Hello!
    Im trying to get out the buddypress menu from the wordpress toolbar and put it on a another menu on my website.

    My theme it shows a “login in” button on the top right corner, and there is a menu button too but this button dissapears slowly (with some javascript I supposed) and only shows the admin toolbar if a user is logged in.

    I want to change that.
    I want the admin toolbar out.
    (I had change the theme. Same results, except the javascript thing).

    Also, I want to edit the links in the menu too and add other links not related to buddypress.

    Thanks a lot!!!

    #316983

    Topic: Member Nav Issue

    in group forum Installing BuddyPress
    unst3rblich
    Participant

    Hello,

    When attempting to rearrange the member navigation for profile pages, the changes never update to reflect the order the options are aligned.

    I have included a screenshot for reference.

    WordPress: 5.6
    BuddyPress: 7.1.0
    Site Link: http://andrewt33.sg-host.com/members/unst3rblich/

    Please advise,

    – Unster

    #316982

    In reply to: Widget verbergen

    Venutius
    Moderator

    My favourite for this is https://seo-gold.com/display-widgets-plus-plugin/ his version seems a bit dated, I keep my version indipendently updated. This adds a hefty dialogue box in your widget settings where you can control just about any page scenario to control visibility. You’ll find the BuddyPress pages under Content Types.

    myshanai
    Participant

    I am having problem in my Buddypress Group where group admins cannot send invites.
    Group admin can enter the Invite Members page, select members to invite, then clicked on Send Invites link with number of members to invite. Then a form appears to enter optional messages. Upon clicking the Send button there, a red alert shows that “Invitation failed for (number) users”. On buddypress version 6, the message was “You are not allowed to send invitations for this group”.

    This happens on multilingual installation of WordPress (using WPML) and not selecting the default (English) language. If I choose English, the problem does not happen. I do translate some of the words there for non english version, but could it be the source of the problem?

    Upon debugging into function bp_nouveau_ajax_send_group_invites(), it seems that function bp_get_current_group_id() and $_POST[group_id] both returns group_id = 0

    Any idea on how i could fix this?

    current version:
    wordpress: 5.6
    buddypress: 7.1.0

    #316978
    Yambub
    Participant

    Hi I have been setting up a social site (clickforcharity.net) using buddypress and youzer theme etc, all going fine except that I set up a group (only testing at this stage) and could se it all fine as admin, then I set up normal users to test, and it allows them to join groups but then instead of showing all the activity it says “Sorry, there was no activity found. Please try a different filter” even though no filter is applied.

    I found some very old references to this message but following the advice found there did not change anything. (e.g. here).

    Eventually I found that if I gave the users admin privileges the problem wen away. Despite making me happy that I had managed to do some troubleshooting, I’m now stuck. Any ideas appreciated, specially if you’ve come across this before and know what I did wrong!

    Cheers.

    WP set-up details are in pastebin rather than cluttering up here.

    myssyh
    Participant

    Hello the community,
    I installed Buddypress with the plugin Paid Membership Pro and when I try to change the role of a member in a group (from Member to Administrator), I have an error message saying something like “Cookie nonce is in invalid”

    Is someone know how I can fix this?

    Thanks in advance for your help 🙂

Viewing 25 results - 3,126 through 3,150 (of 72,733 total)
Skip to toolbar