Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,726 through 2,750 (of 69,061 total)
  • Author
    Search Results
  • djintelbe
    Participant

    Hello,

    Some mathematical objects written in mathjax/latex use backslash (\). For example, one use \sqrt{} for the square root function, \mathbb{} for the set of numbers. In bbpress forums, these objects work perfectly but when the forums are displayed in buddypress activities streams, the backslash disappears and therefore the mathematical symbols are not rendered and make the texts difficult to read. If the texts are typed directly in buddypress side, things are also alright. So, the problem seems to be in the transition from forum to the buddypress activities.

    I tried some solutions but nothing work. So I am asking for help; how can I do to solve the problem

    Thank you in advance

    Wordpress 5.6.1
    Buddypress 7.1.0

    Regards

    Nestor

    sytou34
    Participant

    Hi,

    I have a website in 2 languages (FR and EN).
    When I set in one language the created pages corresponding to the Members / Activity feeds / Groups pages, I lose the setting in the other language.

    However the FR page has been translated into EN (the 2 pages are linked). So when I consult for example the Members page in FR it’s OK: if I want to change language, it’s KO.

    Is it a bug (I will create a ticket for that) ?

    How to make it work.

    Thanks for your help.

    WP Version : 5.6.1
    BuddyPress : 7.1.0

    #317116

    In reply to: Add payment method

    clickallco
    Participant

    Sure, with the right code. It’s not in the Buddypress core though – so you’d have to code it yourself or rely on any free plugin doing it for you.

    mydayhealth
    Participant

    I was wondering if there was a small snippet of code I could use to disable the friends part of buddypress all together for everyone but admins as I don’t want users to add friends. I would like to do this as I want to allow users to make their profiles private however their accounts are not accessible by admins if the friends feature is not enabled.

    Thanks in advance!

    #317084
    Venutius
    Moderator

    Buddypress just uses wp_mail, so one way would be to use on of it’s filters to exclude emails to specific users with say specific wording in the subject line. Shouldn’t be too hard to do.

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

    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.

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

    #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

Viewing 25 results - 2,726 through 2,750 (of 69,061 total)
Skip to toolbar