BuddyDev

Search

[Resolved] Buddypress Anonymous Activity Plugin

  • Participant
    Level: Initiated
    Posts: 15
    Kerem Erdal on #18543

    Hi,

    I am using Buddypress Anonymous Activity. I want to disable commenting in general activity page. I am doing this with css like #whats-new-form {display:none} but when i added this custom css the div section (post as: Anonymous username selectbox) remains. I want to disable anonymous plugin post as selectbox only in general activity page(not in a buddypress group). How can i do that?

    Thanks,
    Kerem

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #18556

    Hi Kerem,
    Thank you for using the plugin.

    For me

    
    #whats-new-form { display:none;}
    

    Disabled it everywhere and It hid the anonymous options too. It is possible that it may be due to a theme conflict.

    In that case using

    
    .directory .activity-anonymous-options { display:none;}
    
    

    Will do it.

    Please let me know if it works for you or not?

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 15
    Kerem Erdal on #18562

    Hi Brajesh,

    The second code that you provided worked perfectly. Thanks a lot. You can mark this topic as resolved.

    Thanks,
    Kerem

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #18566

    Thank you for confirming.

    Regards
    Brajesh

The topic ‘ [Resolved] Buddypress Anonymous Activity Plugin’ is closed to new replies.

This topic is: resolved