@ethane
Not recently active
-
danbpfr replied to the topic Add dynamic links to default theme sidebar login in the forum How-to & Troubleshooting 11 years, 7 months ago
can be done in buddypress/themes/bp-default/sidebar.php
Make a copy of this file into your child theme.Add between line 17 & 18
<?php if ( is_user_logged_in() ): ?><div>your stuff here</div>
<?php endif; ?>