Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • we are in fact using 1.8.3

    would you go with the most current version of jQuery?
    That would be my assumption

    I haven’t done anything in the way of disabling plugins
    I just switched the theme and cannot replicate this (yet) in IE9

    What could be causing the issue?
    Is there something that we are missing in our functions file?

    This is in the front end of the site on the BP side
    eg.
    /members/dwright/profile/change-avatar/

    not in the wordpress dashbboard

    Hi @mercime, thank you for the speedy reply

    For arguments sake, let’s say that the project is just a BP site.
    Does this make sense?

    how can we remove the oEmbed from the activity stream

    I have tried this and it did not work

    
    /** 
    . * Disabled oEmbed from WordPress 3.5 
    */ 
    remove_filter (  'the_content' ,  array (  $GLOBALS [ 'wp_embed' ],  'autoembed'  ),  8  );
    

    WP: 3.5.1
    BP: 1.7.2

    BP-Album
    BuddyPress Activity Plus
    Events Manager
    External Links
    GD Star Rating
    MediaElement.js – HTML5 Audio and Video
    Simple Fields
    TinyMCE Advanced
    WP-Paginate
    WP-Polls

    Hi,

    Thank you for the reply.

    I am still a bit confused

    Each event listed below will trigger notification alerts in the site (bubble in WP Toolbar) and by email by default.

    A member replies to an update or comment you’ve posted

    I made a comment on somebodies update.
    I then logged in as them and checked.
    I received an e-mail, but NO bubble notification.

    Thoughts?

    I did this instead and is functioning as expected

    <?php
    if ( bp_ajax_querystring( 'members' ) =="")
    {
    $queryString = "type=alphabetical&action=alphabetical&page=1";
    }
    else {
    $queryString = bp_ajax_querystring( 'members' );
    }
    ?>

    thank you for checking

    is there a way to get them to show up for an editor or is this out of the question?

    @modemlooper
    Are there specific capabilities to display the activity and groups
    I am looking for this to be available for the editor role.

    Currently The admin to the site has this capability.
    I am looking for the specific capabilities to add to the editor role.

    Hi
    Thank you @ubernaut. I apologize as I was rather tired when I wrote this.
    I need the Editor role to have the ability to manage the groups and activity of buddypress.
    Sorry for the confusion.

Viewing 14 replies - 1 through 14 (of 14 total)
Skip to toolbar