Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 8,951 through 8,975 (of 69,133 total)
  • Author
    Search Results
  • #260809
    Henry Wright
    Moderator

    Great plugin; but the online status only display on the blog site

    Thanks! As I mentioned it’s a WordPress plugin so you will need to adapt it for use with BuddyPress. It shouldn’t be too difficult to do because BuddyPress members and WordPress users are the same.

    #260808
    danbp
    Participant

    HI,

    BP use the same pagination system as WordPress. Here a tutorial to get this to work for WP

    And here a list of “pagination” related functions:
    http://hookr.io/plugins/buddypress/#index=a&search=pagination

    #260806
    danbp
    Participant

    Hi,

    you have to try with a twenty theme, to ensure that it is not the theme who generate an issue.
    And if it still occurs, you have to ask for help on mycred support. We can’t help you much with third party plugin or themes “who need BuddyPress”.

    In this particular case, is your theme updated for BP 2.7 ?
    Check first yourself and ask evtl. on the theme support

    Template Updates 2.7

    #260805
    swiftblack
    Participant

    Great plugin; but the online status only display on the blog site… but what i want, is to have have it displayed on both blog and buddypress or better still buddypress only….

    Thanks for your help …really appreciated …

    Hope you can share more ideas @henrywright

    #260802
    r-a-y
    Keymaster

    @adjunkten – The defer%20onload is a sign that you might be using a plugin to do something to all WordPress javascript enqueued files.

    Because if you remove the defer line, the JS file is valid:
    http://historielaerer.dk/wp-content/plugins/buddypress/bp-core/js/vendor/moment-js/locale/da.min.js

    Are you using such a plugin? If so, disable it and see if that fixes your problem.

    #260797
    Henry Wright
    Moderator

    Hi @swiftblack

    Take a look at my plugin Here: https://github.com/henrywright/here

    I use the WordPress Transients API to output a user’s online status. You could easily adapt it for use with BuddyPress.

    #260777
    Jo Waltham
    Participant
    #260776
    Jo Waltham
    Participant

    Thank you Henry, I’ve changed that.

    I’ve put my full code on github
    https://github.com/calliaweb/Moderate-Buddypress-xProfile-Changes/
    but I’ll start another thread here asking for feedback on that.

    #260771
    Lars Henriksen
    Participant

    I noticed this message when inspecting css :

    http://historielaerer.dk/wp-content/plugins/buddypress/bp-core/js/vendor/moment-js/locale/da.min.js’%20defer%20onload=’?ver=2.7.2
    Failed to load resource: the server responded with a status of 404 (Not Found)

    #260763
    @mercime
    Participant

    @wasanajones Thank you for the report ๐Ÿ™‚ We will be removing that information from our readme.txt https://buddypress.trac.wordpress.org/ticket/7328

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

Viewing 25 results - 8,951 through 8,975 (of 69,133 total)
Skip to toolbar