Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,126 through 5,150 (of 68,987 total)
  • Author
    Search Results
  • aoiu
    Participant

    I have the same problem.

    I have created different groups (video game, manga, anime, book…). But when I want to filter one group, all the groups are displayed every time in each category.
    In short, the group filter does not work.

    (i use group type buddypress plugin)

    #303760

    In reply to: Bug in private message

    aoiu
    Participant

    No solution ?

    Ifnot, would it be possible to delete the object in private messages from buddypress ?

    #303756
    Venutius
    Moderator

    All I can suggest is that you raise a new feature request on https://buddypress.trac.wordpress.org/

    #303755
    superp777
    Participant

    Yes, I’m using this plugin as well and it’s great. The issue, however, is that I’m looking for a way to display a specific menu to the community (BuddyPress) members. One that’s different to the primary website menu.

    #303751
    Rahul Solanki
    Participant

    Hey @venutius,

    Thanks for replying.
    Nope I do not have any other plugins active. This has started happening after the BuddyPress 4.2.0 update. Can you please check if you have updated BuddyPress plugin version?

    Regards

    #303746
    airsid
    Participant

    Also i did re-install the plugin buddypress but the password issue on the page still there.
    I just miss an interview on a national french radio because of this issue 🙁

    #303744
    airsid
    Participant

    “How about switching to the BP Legacy theme to see if that works?”

    That is the first action i did : i deactivated all plugins exept bbpress and buddypress and i installed TwentySixteen official wordpress theme.

    #303733
    Ricky Poon
    Participant

    not sure if you can see it but I want to do something like this, where the buddypress PM is on the bottom of the page and users can message the poster:

    Vehicle Vinyl Wraps – Pro Luxury Conceptz

    Screenshot:

    View post on imgur.com

    thanks in advance

    lordmatt
    Participant

    Bingo – sounds good!

    I was toying around with this and getting nowhere:

    if ( !function_exists( 'bp_core_load_template' ) ) { 
        require_once '/bp-core/bp-core-catchuri.php'; 
    }  
    $templates = array('bp_core_template_plugin', 'buddypress/activity/activity-loop'); 
    $result = bp_core_load_template($templates); 
    lordmatt
    Participant

    I’m guessing I could just include ./wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/activity/activity-loop.php?

    Venutius
    Moderator

    Ah sorry was assuming too much. In that case take a look at the BP Nouveau equivalent of that page in bp-templates/bp-nouveau/buddypress/activities/activity-loop.php. In nouveau the activity is generated mainly by js, you just have to recreate the right class and id structure in the page and nouveau will automatically implant the activity, no need for the loop. But this only works for the default activity settings, if you want to filter them I’m not certain how to go about doing that.

    Legacy represents that old way, with page loads and a php loop. Nouveau is highly js with js fetching the content without page loads.

    #303716
    Venutius
    Moderator

    There’s a thread which did not complete related to this, I wonder if the suggested fix would help you?

    UPLOADED AVATAR SIZE FROM MOBILE VIEW = POOR QUALITY

    #303713
    superp777
    Participant
    #303712
    superp777
    Participant

    Update: Found out that the reason is BuddyPress supporting Primary Nav menu only.
    Is there a way to add support for different menus as well? Thanks.

    Venutius
    Moderator

    If you were to go ahead with the idea of overloading the front page you’d need to use bp_has_activities() as part of the activity loop. You can check out how it’s used by looking at plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/activity-loop.php

    lordmatt
    Participant

    I see. I’m not fond of adding too many plugins. I know this could be done as part of the child theme. That’s what I feel would be the best approach – that would keep extra plugins away from the multisite blog owners.

    The thing is, I’m having a heck of a time getting my head around the BuddyPress template stack. I have worked out I’ll need two loops – WP and BP but that’s about it.

    #303697
    superp777
    Participant

    Hi,

    We are using Conditional menus to display a different nav menu to people inside the BuddyPress community. For some reason it does not appear on the BP Core pages and there is the Primary menu instead.

    What’s the best way to tweak it?

    Thanks

    #303696
    Venutius
    Moderator

    Regarding changing the messages BuddyPress shows, you can create your own local translation file using the PoEdit application, see this doc:

    Customizing Labels, Messages, and URLs

    If you really want to disable the activation emails, there’s an old plugin which I think still works:

    BP Disable Activation Reloaded

    If you have issues with it let me know.

    #303695
    cdtrue
    Participant

    Thank you! That gets me half way 🙂

    I still get the notification after registration about the activation link – and I do not think that the little old ladies using my site will get that they have to activate and then wait for approval (to much for them to take in).

    So I now are able to stop users with the extra My Private Site-plugin and the messages sent out from BP egistration works as a charm. There is only one (Account Approved Email) that actually is sent though – I can not figure out how to get the other ones to override the BuddyPress – activation-email. And if I de-activate that e-mail no e-mail is sent at all.

    Also when I click on the register-button in the registration form I get redirected to a page that says that my account needs to be activated and I have to check my e-mail to do so. I want to loose it or change the text.

    If they try to log in anyway they get the wordpress opt of re-sending the activation-link. Same thing here – preferably change the text.

    But where do I find the texts? I guess the re-direct page is automated from BP, the other one is from WP.

    Any tips?

    Venutius
    Moderator

    You could just overload the buddypress/groups/single/cover-image-header.php file for your bp theme to display the new fields you have added.

    #303690
    Venutius
    Moderator

    You can enable search for names by putting this code in your child themes functions.php:

    add_filter( 'bp_activity_get_include_user_search', 'venutius_add_name_to_search' );
    
    function venutius_add_name_to_search( $setting ) {
    	return true;
    }

    Unfortunately there’s not a similar filter for the title, you could raise a feature request for this on https://buddypress.trac.wordpress.org/

    #303685
    chris19731973
    Participant

    {RESOLVED} : How to REMOVE “This field can be seen by:” ?

    In the folder of the Theme, add the code below at the end of the file called style.css :
    For me in Localhost : C:\xampp\htdocs\buddypressdivi2\wp-content\themes\Divi\Style.css

    .field-visibility-settings-toggle{display:none!important;}

    In Users/Profile Fields of WP-Admin, set the fields like below :
    Visibility = Everyone
    and Allow members to override

    For information, the visibility of “This field can be seen by: All Members/Everyone/…” will be removed in both the Registration page & Edit Profile page … except for the fields (Required) Name …

    It’s my first time on this BP Forum, please how to add “RESOLVED” ?
    Thank you …

    #303683
    chris19731973
    Participant

    {RESOLVED} : How to REMOVE “This field can be seen by:” ?

    In the folder of the Theme, add the code below at the end of the file called style.css :
    For me in Localhost : C:\xampp\htdocs\buddypressdivi2\wp-content\themes\Divi\Style.css

    .field-visibility-settings-toggle{display:none!important;}

    For information, the visibility of “This field can be seen by: All Members/Everyone/…” will be removed in both the Registration page & Edit Profile page ….

    #303681
    chris19731973
    Participant

    In the site below, they copy the code to style.css file …

    https://buddypress.org/support/topic/how-to-remove-this-field-can-be-seen-by/
    You could download a plugin like this: https://wordpress.org/extend/plugins/safecss/ and add these lines of css to your style sheet, or If you have a created a child theme, you can just add these lines to your style.css file

    .field-visibility-settings-toggle {
    display:none;
    }
    .field-visibility-settings-notoggle {
    display:none;
    }

    I don’t have the style.css file in my Theme but these 2 files instead :
    editor-style.css
    theme-customizer-controls-styles

    Please do you know which CSS files need to be added or modified ?

    #303680
    chris19731973
    Participant

    From another site, they add the code below to CSS files (but I don’t know the names of these files) :

    https://alkaweb.ticksy.com/ticket/1389627/

    That’s coming from BuddyPress, CSS will do the job:

    .field-visibility-settings-toggle{display:none!important;}

    Please do you know the files (in buddypress or in the Theme folder?) ?

Viewing 25 results - 5,126 through 5,150 (of 68,987 total)
Skip to toolbar