Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 8,876 through 8,900 (of 69,046 total)
  • Author
    Search Results
  • #260758

    In reply to: Profile Page

    Earl_D
    Participant

    The look of your pages including the profile will be determined in large part by the theme you are using. Not sure if the image you referenced is the default buddypress theme with modifications or another WordPress theme. Pretty much any well designed WordPress theme should work but those made compatible with BP work best. You may want to try searching the WP theme directory with Buddypress as a keyword. There are also premium themes designed for BP which create their own look and feel for your site.
    Hope that helps

    #260742
    d6collab
    Participant

    Okay, I deactivated every plugin I have, except for BuddyPress and rtMedia. It did not resolve the problem. I can still only upload media from my own activity stream but not from the sitewide activity stream.

    I’m at a loss here. I really need to be able to resolve this. I even activated the Twenty Sixteen default theme to make sure it wasn’t a conflict with my theme and no dice.

    Why can’t media be uploaded from the sitewide activity stream? Anybody have any ideas?

    Please, I’m getting a little desperate here, as I don’t know what else I can do other than deactivate all the other plugins and activate one of the default WordPress themes, which I’ve already done with no resolution. Thanks for any insight you can give!

    #260738
    livingflame
    Participant

    Disable all plugins except BuddyPress and rtMedia, and try Again.
    And, remember update.

    I try right now from Activity Stream and work nice! So, check very well your Config., etc.

    #260734
    livingflame
    Participant

    For upload Media install: rtMedia plugin.

    #260732
    MatrixMedia
    Participant

    sorry, I have not explained well, the second point, I Repeat:

    I also tried to customize the Post Types default ‘post’, following this guide: https://codex.buddypress.org/plugindev/post-types-activities/

    this is my function:

    add_post_type_support( 'post', 'buddypress-activity' );
    function customize_page_tracking_args() {
        // Check if the Activity component is active before using it.
        if ( ! bp_is_active( 'activity' ) ) {
            return;
        }
        bp_activity_set_post_type_tracking_args( 'post', array(
            'component_id'             => buddypress()->blogs->id,
            'action_id'                => 'new_blog_post', // or 'new_post'
            'bp_activity_admin_filter' => __( 'Published a new post', 'emt-buddypress' ),
            'bp_activity_front_filter' => __( 'Posts', 'emt-buddypress' ),
            'contexts'                 => array( 'activity', 'member' ),
            'activity_comment'         => true,
            'bp_activity_new_post'     => __( '%1$s shared a new <a href="%2$s">post</a>', 'emt-textbuddypress' ),
            'bp_activity_new_post_ms'  => __( '%1$s sahred a new <a href="%2$s">post</a>, on the site %3$s', 'emt-textbuddypress' ),
            'position'                 => 100,
        ) );
    }
    add_action( 'bp_init', 'customize_page_tracking_args' );

    but when I publish a post on activity stream, is not displayed. If I remove the function or use a new custom_post_type, in this function, it works.

    #260724
    Venutius
    Moderator

    In MediaPress there is a BuddyPress Setting which allows for media uploads to be entered into the activity stream.

    #260721
    d6collab
    Participant

    Just updated to BuddyPress 2.7.1, but still having the same problem. I can upload media from my own activity stream, but not from the sitewide activity stream, and I can’t find a reason why anywhere.

    Any ideas?

    I really need help to get this working the way it’s supposed to please. Any insight is greatly appreciated! Thanks!

    #260717
    Venutius
    Moderator

    Yes this has been identified, a fix is going to be released today, in the meantime you will need to downgrade to 2.7. To do this you will need to download 2.7 from the “Developers” section of https://wordpress.org/plugins/buddypress/developers/, Delete BuddyPress 2.7.1 and then upload 2.7

    #260715
    attercop
    Participant

    I’ve already tried Better Emails but it’s not compatible with BuddyPress since it uses wp_mail()

    #260701

    In reply to: CAN BE DELETED

    jayront
    Participant

    $defaults = array(
    ‘id’ => ‘transfer_offer’,
    ‘component’ => ‘xprofile’,
    ‘must_be_logged_in’ => true,
    ‘block_self’ => true,
    ‘wrapper_class’ => ‘transfer-button ‘,
    ‘wrapper_id’ => ‘transferbutton-‘,
    ‘link_href’ => I DONT KNOW WHAT TO PUT HERE

    ‘link_text’ => __( ‘Transfer Verzoek’, ‘buddypress’ ),
    ‘link_class’ => ‘profile-button transfer-verzoek’,
    );

    I switched the debug mode and used :

    function jay_check_transfer_click() {
    	 echo bp_current_action(); home <--- results
    	 echo bp_current_item(); // sfc-ajax <--- results
    	 echo bp_current_component(); groups <--- results
    	
    }		
    add_action( 'bp_actions', 'jay_check_transfer_click' );

    Then i tried them all in the function but so far it only worked when i clicked on “Profile” in the X-profile of the user, but this is not what i want. When i clicked the button it didn’t call the function. Hope anyone has the solution to this because its driving me nuts lol

    #260681

    In reply to: Actions not taken

    Slava Abakumov
    Moderator

    One more thought aloud: I see in WordPress core code that this text also displays when nonce check (security) fails. See wp_nonce_ays() if you are interested. This function is used in check_admin_referer() which is used everywhere in BuddyPress. That’s the only hint that I can give you right now. Try investigate in this direction further. In general – this is something with your site/server and not BuddyPress itself.

    To cleanup – you will need to reinstall everything from scratch (I mean create a new database and use it). Those plugins do not provide cleanup on uninstall functionality.

    Slava Abakumov
    Moderator

    You don’t need a BuddyPress theme, any WordPress theme will work just fine.
    You can create a child theme for your current theme and modify BuddyPress behaviour through it. Copy /plugins/buddypress/bp-templates/bp-legacy/buddypress/ to your theme (in root).

    Remove everything that you don’t need, and leave only /your-theme/buddypress/members/single directory. In that dir you should work with home.php files and others, that are relevant to you.

    But now I see that redefining BuddyPress template only won’t work as expected. You also need to create page-members.php file, where members – is the slug of you Members Directory page. It should be modified with

    if ( bp_is_user() ) {
        get_header('slim');
    } else {
        get_header();
    }

    and same for get_footer('slim') instead of the default usage. You will need to create header-slim.php and footer-slim.php files as well, and THERE you should remove all your navigation and all markup you don’t want that pages to have.

    So yeah, quite a work, but doable once you dive into that. Hopefully I gave you the direction and general idea.

    #260672

    In reply to: MemberType Tutorials?

    Venutius
    Moderator

    One resource I can suggest is my own site that I’ve been setting up for the last month, it tries to focus on using BuddyPress an at the moment covers some of the basics and reviews a lot of the plugins. Does not answer your specific questions right now though – http://buddyuser.com/

    #260647
    casttime
    Participant

    Hello Venutius,
    thank you for the fast reply. Now I use “Mass Messaging in BuddyPress” and it worked fine.
    Unfortunately, most Users have the problem that the emails end up in their spam folder.

    #260645
    Venutius
    Moderator

    Not for a sitewide notice, but you can pick from two plugins that give you the ability to sent an email to all users, these are Mass Messaging in BuddyPress and Mass Messaging for BuddyPress by Alkaweb.

    #260635

    In reply to: Actions not taken

    Mark elayan
    Participant

    @slaffik i already disabled every plugin but bbpress and buddypress, but still same, .htaccess nothing modified but the expires and also tried without’em.

    changed to many themes, but also still the same.

    Maybe its something in the DB?
    how can i clear all BB and BP from the DB?

    #260630
    Slava Abakumov
    Moderator

    That’s mainly a styling thing.
    You should be comfortable using Firefox or Chrome and their developer consoles, where you are able to preview changes.

    These links will be help you as well:

    Add BuddyPress Styles to a Theme


    https://buddypress.org/support/topic/custom-css-changes/

    Don’t forget to either include your styles via external file in your plugin or use your child themes, not to lose changes on parent theme update.

    #260628
    Slava Abakumov
    Moderator

    The best way – to allow access to specific pages for logged in users only. As GoogleBot is logged out – it will lose access and eventually remove indexed content. You can remove manually from Google Web Developer Console for this site as well.
    There are quite a lot of topics like these here on the forum. Just google it.

    https://wordpress.org/plugins/buddypress-members-only/
    etc

    Slava Abakumov
    Moderator

    You can’t do that in PHP. Well, actually you can – but you will break all the styling, as you will filter our header/footer.php files include. So basically it’s not a good idea.

    The best idea – to use a child theme. You can than even switch to that child theme for specific pages on your site. One of the ways to do that: https://premium.wpmudev.org/blog/wordpress-different-themes-for-pages/

    Another idea – do some magic with BuddyPress templates. It’s totally possible, but you will quite heavily modify them (that will complicate future maintainability).

    Also it would be easier to help you if you provided a URL to your site.

    #260608
    danbp
    Participant
    #260602

    In reply to: Actions not taken

    Mark elayan
    Participant

    @danbp nop, I don’t use any caching plugin, neither cdn caching, also as I already mentioned I did disable all plugins, change to twelvesixteen theme wth nothing but bbpress and buddypress active, also took all extra CSS and Js and ang files out of the loop, but still same thing.

    The jq is working like when deleting and activity (am talking all frontend) the activity disappears until refreshed it comes again, same with the accept /reject friend request.

    And there is no errors in the terminal side nor in wp debug logs.

    #260600
    danbp
    Participant

    If it doesn’t work in your child theme functions.php, use bp-custom.php

    Standalone because bbP is used separetely and not as group forum, which is a popular config when BuddyPress is activated. FYI (in case of):

    Installing Group and Sitewide Forums

    #260598
    davehakkens
    Participant

    What do you mean with standalone version @danbp? I use a bbpress and buddypress plugin. I figured this is more for Buddypress since it has to do with buddpress profile fields.

    Anyway thanks for the code, looks good! But it doesn’t seem to work after adding it into the functions.php. I haven’t got experience using filters so can’t seem to find the problem..

    #260591

    In reply to: [Resolved] Last activy

    shanebp
    Moderator

    Create a template over-load of this file:
    buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.php

    In the overload, remove the span that shows the last_activity blurb.

    #260578

    In reply to: Oembed for actives

    Paul Wong-Gibbs
    Keymaster
Viewing 25 results - 8,876 through 8,900 (of 69,046 total)
Skip to toolbar