Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,476 through 3,500 (of 68,967 total)
  • Author
    Search Results
  • #312097
    duckyduck88
    Participant

    Hi guys,

    I run a site that already has a member feature and users already have their own profile pages, these are located at /author/johndoe.

    When I install buddypress these are automatically redirected to /members/johndoe.

    How do I disable this please? I’d like to keep my author pages.

    Many thanks,
    Spencer

    #312092

    In reply to: Remove @Mentions

    clickallco
    Participant

    I’ve tried a fresh install of Buddypress with a standard wordpress theme and can’t replicate your issue.

    The following code still works for both the bp legacy and bp nouveau templates.

    add_filter( 'bp_activity_do_mentions', '__return_false' );

    Perhaps you have something else bugging it somewhere in your theme or plugins.

    Otherwise it might be best just hiding it through plain css for the time being, e.g.

    .buddypress #activity-mentions-personal-li,
    .buddypress #activity-mentions,
    .buddypress .user-nicename {
    	display:none!important
    }
    csidb
    Participant

    Hello, I have a user database with existing members on my site. I have recently installed BuddyPress and am wondering if the users I had before I installed BuddyPress will automatically have profiles created. If so, how would I send out a password reset email blast to these members so they can access their profile. Thank you in advance.

    aditideo
    Participant

    Hello,
    I am using buddyboss theme and buddypress plugin and I can not see toolbar or notification bar on the frontend of the site.
    which settings do I need to check and which steps I need to follow. please guide asap.

    #312076
    #312074
    Varun Dubey
    Participant

    A similar concept in development cycle https://buddypress.trac.wordpress.org/ticket/8279

    #312065

    In reply to: dark mode

    clickallco
    Participant

    You’d have to ask your theme developer, Buddypress doesn’t have dark mode nor slideshow images.

    #312063
    clickallco
    Participant

    Perhaps there’s something your theme hiding it or maybe you haven’t created the pages for the components yet?

    Register and Activation Pages

    #312062
    clickallco
    Participant

    The template you made overrides the current Buddypress one, this means whenever there’s an update to the buddypress template – best practice is to update yours accordingly as well.

    That being said, there’s usually not that many changes made to the templates to keep it stringent.

    #312059
    Kookidooki
    Participant

    I got recurrent problems with cropping images. First it worked normally amd all of a sudden when – for example when I replace an existing avatar with a new one – the cropping fails and keeps failing.

    Status:
    Using latest WP and Buddypress.
    Did not make changes or installed new plugins, etc.
    Upload is normal. Cropping fails.
    GD Library is installed and orking normal.
    Lazy loading is not installed or active.

    Is there a permanent fix. I’ve been searching for this since a couple of days and still to no avail.

    Thx

    jackieleebrownjr
    Participant

    My “register” link is not working on the login page. When I click it it just refreshes the page. I deactivated all my plugins one by one to find the culprit. Ironically when I deactivated Buddypress then my registration page came back. Any ideas?

    #312053
    conversingcare
    Participant

    Hi,

    I am unable to activate new components on the BuddyPress Settings page because there is no save button. Why is this?

    The theme is Phlox Pro and the main plugins we are runnings are Contact Form 7 and Yoast SEO.

    Any help would be very much appreciated as we are a charitable organisation with very limited resources.

    Website address if needed: http://www.conversingcare.org

    #312051

    In reply to: Members Page

    clickallco
    Participant

    That’s just how Buddypress works.

    There’s conditions as to what is viewable whether or not if you’re logged in, or if its the user’s profile or not, due to security and privacy.

    You’d most likely have to dig into bp_nouveau_get_nav_link() and see how you can filter it (if you’re on the Nouveau BP templates)

    #312049

    In reply to: Remove @Mentions

    clickallco
    Participant

    Do a quick search on the forum and you’ll find many other topics on this. Here’s an example

    https://buddypress.org/support/topic/disabling-mentions/

    #312048
    clickallco
    Participant
    #312047
    clickallco
    Participant

    You can either find where the sidebar is being called in your theme, override the buddypress group templates to not have the sidebar or just hide it through plain css.

    .buddypress.sd .sd-sidebar {
        display:none
    }
    .buddypress.sd .entry-content.sidebar-active {
        width: 100%;
    }
    Garrett Hyder
    Participant

    I assume you’re talking about the group listing when referring to ‘clicking the group’. In that case I believe you’d want to customize the groups/groups-loop.php template by copying it into your own theme and conditionally remove the links if the current user isn’t a member.
    Here’s docs on the template hierarchy in Buddypress – https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/

    That should allow you to control that list of groups and suppress links depending on role.
    As to the request access form if for some off chance they make it to that screen, if you want to suppress the form with a blocking message when they’re a member you can use the same template replacement concept to replace groups/single/home.php

    Or potentially this plugin by @imath may be more appropriate as you could just make the groups private/hidden;
    https://github.com/imath/altctrl-public-group

    disvaper
    Participant

    Hello.

    Is it possible to translate on buddypress time and date format?
    Like seconds, minutes, days..

    #312025
    shonty
    Participant

    Hi guys,

    I’d like to use Activity Streams but not with @mentions. My users find it confusing having a display name and then their login name shows under their profile pic for @mention purposes. Trying to explain it to them is annoying. It also looks confusing.

    I see that when I use the @mention I can find them by their display name anyway and their login name (@mention name) is beside it. If there are duplicate display names I just scroll down the list until I find the right one. So, it doesnt really need to show their login name as the @mention does it?

    Anyway. I cannot find a way to remove @mentions unless I turn off Activity Streams.

    If I turn off Activity Streams I also lose the ability to comment on a photo with a photo, with RT Media. Because they require Activity Streams to be activated for that to work. Again, very annoying.

    Buddypress Groups is also useless without Activity Streams.

    So is Friends.

    At the moment it is easier to have Activity Streams turned off, than deal with the confusion but what a shame I cant use Activity Streams without it. Then I could use friends and groups and NOT confuse my users with @mentions.

    Any help would be awesome. I did find a plugin called “No @mention” and it crashed my site.

    Thank you all

    dxyseer
    Participant

    Heya dear bp team.

    I am having a problem with buddypress, i am personally a huge fan of it, but i cant seem to install it on my website..

    It would say this

    Installing Plugin from uploaded file: buddypress.6.0.0.zip
    Unpacking the package…

    There has been a critical error on your website. Please check your site admin email inbox for instructions.

    Learn more about debugging in WordPress.

    Could you please help?
    Thanks!

    #312010
    Brajesh Singh
    Participant

    Please Login to your Dashboard and visit Appearance->Customize-> BuddyPress Nouveau -> Member Front Page.

    Uncheck the option “Enable default front page for member profiles.” and publish. The home tab will be removed.

    Regards
    Brajesh

    jedweb
    Participant

    Should the code on this page still work?
    How to Add Members to a Group via WP Users Screen

    How to Add Members to a Group via WP Users Screen

    I get the ‘Add to BP Group’ option in the Bulk Actions drop down. I’m prompted for the group Id. However, after clicking ‘OK’, the selected user or users are not added to the specified group.

    PHP version: 7.3
    BP version: 6.0.0

    Thanks for any insight.

    J

    #312005
    adio93
    Participant

    Hello, I am using WCFM and Buddypress. They are fully compatible with what WCFM wrote, but not all endpoints are displayed …

    bluesweet
    Participant

    Found my solution –
    Activity Plus Reloaded for BuddyPress plugin

    #311991
    westcan
    Participant

    Hi there, I am using BuddyPress as part of the Socialize theme and it works great! Within BuddyPress > Components > I have “Account Settings” enabled. However if a user elects to change their password they are prompted with the standard WordPress forgot password page https://prnt.sc/snqe36 and not the forget password page of the theme. Is there a way to enforce it to use the forget password page from the Socialize theme? https://prnt.sc/snqff6

    Also, just curious if anyone knows what theme this BuddyPress forum site is built on?

    Thanks

Viewing 25 results - 3,476 through 3,500 (of 68,967 total)
Skip to toolbar