Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • @kirancaret

    Participant

    @candy2012, @pinhit , @VirtualityStudio , @abu_eldahab Did you find any plugin or solution to combine everything into one stream..

    Thanks

    @kirancaret

    Participant

    Hey all anyone who face this similiar problem, made a core change in buddypress to delete the activity comment as an admin.Which i know its not correct way deal with, but just a quick hack.

    File name : ajax.php
    Path: plugins\buddypress\bp-themes\bp-default\_inc\ajax.php
    Line number: 405
    Description: To give the capability to promoted admin of community, for deleting the activity comment.

    Original code
    ——————
    // Check access
    if ( ! bp_current_user_can( ‘bp_moderate’ ) && $comment->user_id != bp_loggedin_user_id() )
    exit( ‘-1’ );

    Change code
    ——————-

    // Check access
    /* if ( ! bp_current_user_can( ‘bp_moderate’ ) && $comment->user_id != bp_loggedin_user_id() )
    exit( ‘-1’ );
    */

    @kirancaret

    Participant

    Thanks @modemlooper, works great..:)

    @kirancaret

    Participant

    Hi @modemlooper thanks for the reply, bp-bookmarklet does not meet my need, how can we share my friend activity inside my buddypress as similiar to facebook share inside facebook activity.I dont want to share from external or i dont want share activity outside my buddypress. Please let me know how it can be done, any pointer for this will be helpful.Thanks in advance.

    @kirancaret

    Participant

    Hi @ashokgolusu, please let me if got any plugin for sharing posts inside buddypress.

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