Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,201 through 4,225 (of 73,985 total)
  • Author
    Search Results
  • #312151

    In reply to: Remove @Mentions

    shonty
    Participant

    hey Clickallco!

    That css code was EXACTLY what I wanted. Thank you so so much! This issue is resolved.

    If you have the time could you consider looking at another ticket I have open?. Now that I can have Groups again. The issue there is I have duplicate “Topics” and “Replies” showing in my Groups Activity Filter.

    That ticket is here

    Duplicate Topics and Replies

    #312150
    shonty
    Participant

    Hi Nik,

    No solution found, although I would love one. My duplicates are in Buddypress Groups Activity, so I’ve disabled groups unless a solution comes along.

    #312149
    David Cavins
    Keymaster

    I think this Codex page will answer your questions:

    Emails

    If you want to change the template used, check out “customize email template.”

    #312142
    David Cavins
    Keymaster

    You can hide it using CSS, like:

    .buddypress-wrap .subnav-filters .feed {
        margin-right: 0;
        display: none;
    }
    #312141
    David Cavins
    Keymaster

    BuddyPress uses the WP “forgot password” system, so I’d start by looking to see if MemberPress attempts to handle that function.

    To start with, try flushing your permalinks. To do so, visit the permalinks settings screen and hit “save.”

    It does sound like a complicated setup, frankly. Could you get the result you need by just using MP and bbPress?

    #312139
    maghaseman
    Participant

    I’m using Memberpress for login form and BuddyPress for accounts with a bbpress forum. I’m not sure what’s not talking to each other properly but when I try to use the “forgot password link” it turn up a does no exist page. Does anyone know where I should start investigating the problem?

    #312138
    Nik
    Participant

    Hi there… I’m experiencing the same problem ie. bbPress Topics and Replies are showing twice in the Activity filters.

    Just a hunch but I’ve just upgraded from considerably older versions of BuddyPress and bbPress so wondering if there was some kind of data conversion in an interim version which I’ve missed.

    OP did you ever find a fix/solution?

    #312137
    Soufiane Bahjaoui
    Participant

    I would like to do the same thing on last version buddypress.
    I would like two members directory without member type

    welsh10
    Participant

    Hi,

    Does anyone know if there is a way of adding a Custom Group Privacy option?

    Thanks

    #312131
    werny
    Participant

    Member List, after updating to the latest buddy-press version:
    There are some strange brackets ()

    All Members (XXX)
    My Friends (XXX)

    It is related with the german translation of BuddyPress.

    This parenthesis cannot be seen in English or French.
    However, those do appear in German, even if the standard WP theme is turned on.
    See screenshots:
    https://www.werny.it/screenshots.zip

    How can I aviod them?

    #312128

    In reply to: Styling buddypress

    benhutchenspearson
    Participant

    Hi, I’ve managed to fix this now. It is due to deprecated functions with move to buddypress 6.0

    I’d recommend if anyone is using Youzer with BP 6.0 to check out deprecated functions:
    https://bpdevel.wordpress.com/category/development-notes/6-0/

    Had to change: xprofile_avatar_upload_dir() to bp_members_avatar_upload_dir()

    Works a treat.

    #312121

    Topic: Mediapress

    in group forum Installing BuddyPress
    vandehee
    Participant

    Hello,

    I hope you can help me,
    I have installed buddypress and mediapress. Mediapress show the button ”galery’
    I want change the name galery in another name.. Do you now how this is possible in buddypress?

    Kind regards vd Hee

    #312116
    benhutchenspearson
    Participant

    I’m not sure if this helps but I think there is a conflict between what Youzer is trying to do:

    // Get Avatars Path.
    $avatars_path = xprofile_avatar_upload_dir();

    And what Buddypress calls:

    xprofile_template_change_avatar

    iamthewebb
    Participant

    Hi,

    Check this thread with explanation and a possible solution https://buddypress.org/support/topic/members-do-not-appear-in-the-page-members/

    chivasong
    Participant

    I was wonder that when I created a user in wp-admin, it doesn’t display with Buddypress page.
    Otherwise, when I registered a user on front page, it displays with BuddyPress members page.

    Please help,

    Thanks

    #312104
    tomclaarke
    Participant

    Hi all,

    Thanks for taking the time to read this.

    I’m pretty new to WordPress, after using Shopify for many years.

    I have BuddyPress installed on my website, but I do not like the emails that are sent to people when they sign up to my website.

    I know there is a customiser in WP, but it only lets me change very basic features.

    I built my own email template using HTML. When I go in to the email template (e.g. Activate Account), and paste my HTML in to the text editor, Update and Preview Changes, it just pastes my email over the existing template that I can not delete.

    Is there a way to completely delete all of the BP emails, and then have my own custom HTML ones?

    Long story short, I want my own HTML-based BP emails, and I do not want the templates to exist on my site.

    Many thanks for your help,

    Tom

    #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
    }
    #312091
    jak3739
    Participant

    I am setting up Buddypress for a client. The pages have autopopulated and been published. They are all set up in setting. However, they are not live if I click on the link. Also, when I try to add a group, it just says “page not found” and brings me to the main website.

    The membership is on a subdomain. What am I doing wrong? I’ve spent hours checking and rechecking everything. Thanks.

    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.

    #312086
    sweetsammie
    Participant

    Hi
    Is there any possibility to enable media even like youtube links and image upload into the buddypress comments?

    Thanks!

    Buddypress version 6.00
    https://ppgfans.com

    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

    #312067
    manni65929
    Participant

    Not sure if that’s already been requested or even if a tool like this is available. I would like to have some tool or plugin that would make it possible to export and import / append field names and content of those fields from and to a buddypress installation. Right now, I am working on adding a list of countries for which there appears to be no easy way to fill a drop-down select box with data.

Viewing 25 results - 4,201 through 4,225 (of 73,985 total)
Skip to toolbar