-
@mercime replied to the forum topic Moving default sidebar widget in the group How-To and Troubleshooting 12 years, 7 months ago
@words2us I only see the facebook connect widget in your sidebar. So assume you want to move login below that:
– Copy over sidebar.php from bp-default theme into your bp-default child theme folder.
– Open up […] -
@mercime replied to the forum topic Text under comment box on BuddyPress Default theme in the group How-To and Troubleshooting 12 years, 7 months ago
@words2us strikethrough the text did give the impression that you wanted to delete the HTML tags. If you want to change the text, add the following instead to your theme’s functions.php file
`add_filter( […]
-
@mercime replied to the forum topic Text under comment box on BuddyPress Default theme in the group How-To and Troubleshooting 12 years, 7 months ago
@words2us add the following to your child theme’s functions.php file
`add_filter( ‘comment_form_defaults’, ‘mme_remove_default_html’);
function mme_remove_default_html ( $default ) { […]
@words2us
Not recently active