Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,451 through 3,475 (of 69,016 total)
  • Author
    Search Results
  • #312185

    In reply to: Remove @Mentions

    shonty
    Participant

    @clickallco

    Thank you for also providing a temporary fix for the above. I have one more open topic here if you get bored. I could really use the answer for this too and I’ll be on my way:)

    Buddypress Filters – On hover: background color

    bluesweet
    Participant

    Is there a way to cut and paste images to the buddypress activity stream??

    #312172
    iamthewebb
    Participant

    BuddyPress just uses standard WordPress comments so you could try https://wordpress.stackexchange.com/questions/105942/embedding-youtube-video-on-comments

    #312166
    clickallco
    Participant

    You could probably just hide it using CSS like so

    .buddypress #activity-filter-by option:nth-last-child(-n+2){
        display:none;
    }

    Though I’d recommend finding the flaw and correcting it rather than just hiding it.

    #312162
    shonty
    Participant

    Nice one Nik. My theme won’t let me change from Buddypress Legacy. I select Nouveau, click Save Settings and Legacy is still there. I’ll do some digging around to. Thanks for sharing:)

    #312161
    Nik
    Participant

    OK I’ve done a little further investigation and this seems to be an issue with Buddypress Legacy only.

    If your theme allows you to switch to Buddypress Nouveau (go to Settings – Buddypress – Options) this should fix the problem.

    If for some reason you can’t switch to Nouveau, the clue is in the difference between the two versions but I’ll need to do some further investigation to see exactly what’s happening and/or how to make the filter work as expected in Buddypress Legacy.

    #312160

    In reply to: Mediapress

    vandehee
    Participant

    Thank you verry much ! its succeeded.

    I have my own admin account in buddypress but if I want to advertise for all my members, how can I set that up? in my activity? but it dont show automatic in all activity from members..

    I hope you can help me

    Thank you
    Kind regards vdHee

    shonty
    Participant

    Hi guys,

    Somehow my BuddyPress filter – menu list – background -on hover – changed colors and acquired an outline, when testing a theme and returning to my original theme.

    I have attached a screenshot of the filter. You will see the highlighted menu item is blue with a thick black outline when hovered over. I have tried to show as much info as possible in the hope someone can provide a css, for when hovering over a menu item to remove the black outline (on hover), and change the background color (on hover) to #21759b, and the text color (on hover) to #ffffff to suit my theme.

    This problem has happened to a few of my filters but I’m sure I can fix those if I can get the css for this one.

    URL to screenshot in my dropbox
    https://www.dropbox.com/s/q9dvxqlhi23j41k/Filter%20-%20on%20hover%20background%20color.PNG?dl=0

    Thank you

    Wordpress Version 5.4.1
    Buddypress Version 6.0.0

    #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

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

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

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

Viewing 25 results - 3,451 through 3,475 (of 69,016 total)
Skip to toolbar