Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

  • dswright
    Participant

    @dswd

    we are in fact using 1.8.3


    dswright
    Participant

    @dswd

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


    dswright
    Participant

    @dswd

    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?


    dswright
    Participant

    @dswd

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

    not in the wordpress dashbboard


    dswright
    Participant

    @dswd

    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?


    dswright
    Participant

    @dswd

    how can we remove the oEmbed from the activity stream


    dswright
    Participant

    @dswd

    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  );
    

    dswright
    Participant

    @dswd

    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


    dswright
    Participant

    @dswd

    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?


    dswright
    Participant

    @dswd

    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' );
    }
    ?>

    dswright
    Participant

    @dswd

    thank you for checking

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


    dswright
    Participant

    @dswd

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


    dswright
    Participant

    @dswd

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


    dswright
    Participant

    @dswd

    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