By default Buddypress opens the comments form when clicking a new tab (All members, My friends, My favorites, …).
Is it someone could tell me how not to display this form please ? Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This requires editing a core Buddypress file.
If anyone know how to do this via theme files, please post.
In
wp-content/plugins/buddypress/bp-themes/bp-default/_inc/global.js, you’ll find a function calledbp_activity_requestaround line 1143.Modify the
jq('div.activity').fadeOut()callback thusly:Before:
After: