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,
KeremHi 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
BrajeshHi Brajesh,
The second code that you provided worked perfectly. Thanks a lot. You can mark this topic as resolved.
Thanks,
Kerem
The topic ‘ [Resolved] Buddypress Anonymous Activity Plugin’ is closed to new replies.