-
bp-help replied to the topic How to hide member page from logout users? in the forum How-to & Troubleshooting 9 years, 9 months ago
@buddies
If after following Hugo’s advice does not resolve your issue then place the below snippet in bp-custom.php
function bphelp_members_page_private_redirect() {if ( bp_is_members_component() ) {
if(!is_user_logged_in()) {
bp_core_redirect( get_option('home') . '/register' );
}…[Read more] -
@mercime replied to the topic How to add extra sidebars outside the container? in the forum How-to & Troubleshooting 11 years, 11 months ago
@buddies we were supposed to continue the assistance in the WPorg forums because this is not BuddyPress-related at all. Posting in both forums is not only confusing but does not lead to a solution. I’m closing […]
-
@mercime replied to the topic [Resolved] How to make buddypress compatible with pinboard theme? in the forum How-to & Troubleshooting 11 years, 11 months ago
@buddies You forgot to add the link to create a group when you changed header tag. See rest of answer and code at http://pastebin.com/9Wd7cJGp
-
@mercime replied to the topic [Resolved] How to make buddypress compatible with pinboard theme? in the forum How-to & Troubleshooting 11 years, 11 months ago
-
@mercime replied to the topic Help with Step 3 – ClearVideo theme – BP Template Pack in the forum Installing BuddyPress 11 years, 11 months ago
@buddies I presume you’re referring to the Pinboard theme from WP Theme Repo? Please start a new topic for that theme.
@buddies
Active 3 years, 5 months ago