Helping you Build Your Own Social Network!

Faster, better and easier!

OUT of THE BOX - URGENT QUESTION

(6 posts) (2 voices)
  • Started 1 year ago by franksenftleben
  • Latest reply from franksenftleben

Tags:

No tags yet.


  1. I think it´s simple, but i don´t find it in the deep internet, i google now since 3!!! Hours - make´s me ill !!

    My Problem ist:

    I use Buddypress and MAG in a single Word-Press-Installation

    I WOULD LIKE HIDE THE NEW POST AND THE COMMENT FROM POST in THE ACTIVITY-Stream

    DON´T SHOW in the ACTIVITY !!!! in no time, never !

    Where and how can i do this, i think i can do this with filter-function into the bb.activity.php but i don´t know how

    Please help me !!!!!!!!!

    This is very URGENT for me !

    Posted 1 year ago #
  2. Hi Frank,
    Please go to Dashboar->BuddyPress and disable blog tracking in component setup. Also, enable the "Disable activity stream commenting on blog and forum posts?:" option in the general settings.

    That should be it.

    Posted 1 year ago #
  3. ??? There is NO Disable blog tracking in comonent setuo ????

    I use the 1.2.7 Version of BuddyPress

    There are 6 Differnt Options Fields, but not the disable blog tracking.

    The disable activty stream commentung on blog and forum post in the general settings of word press i still found.

    I still have the problem that i see the comments and the making of new post´s in the blog on the activity page... I don´t whant this !

    Please help me !

    Thank you !

    Posted 1 year ago #
  4. Brajesh, please remember , i use a single wordpress installation NOT a WPMU !! is this the problem ??

    PLEASE HELP ME !

    Posted 1 year ago #
  5. Hi Frank,
    this is a problem with buddypress not the theme.

    You can disable it by putting following in the functions.php of your theme/child theme

    remove_action( 'save_post', 'bp_blogs_record_post', 10, 2 );
    remove_action( 'comment_post', 'bp_blogs_record_comment', 10, 2 );

    Hope that helps.

    Posted 1 year ago #
  6. Brajesh - again , you are perfect !

    I look 3 hours in the deep world of google and nothing found right about this, and ...

    NOW - it´s working fine !

    THANK YOU !

    is it possible to make this ONLY for one or two categories ?

    how ?

    Posted 1 year ago #

Reply

You must log in to post.