Skip to main content

Home/ buddypress/ Group items tagged visibility

Rss Feed Group items tagged

Vernon Fowler

WordPress › Support » [Plugin: Private BuddyPress] Only exclude SOME pages (h... - 0 views

  • Simply modify the example code from the plugin FAQs in order to unblock a page by its ID number: // unblock a page by id function make_page_visible($visibility) { global $bp; if (is_page(26)) return false; return $visibility; } add_filter('pbp_login_required_check', 'make_page_visible');
    • Vernon Fowler
       
      This works by page ID as well as the array option including slug and Page Title - see highlight below.
  • is_page(array(42,'about-me','Contact'))
    • Vernon Fowler
       
      Works in combination with the above highlight in a theme's functions.php file.
  •  
    Only exclude SOME pages (how-to)
Vernon Fowler

BuddyPress 1.6 Beta 2 | BuddyPress.org - 0 views

  • The shiniest new features in BuddyPress 1.6 are: the new Activity Management panels in the Dashboard; Akismet integration for the Activity stream; improved SEO in the form of canonical redirects; full integration into the WordPress Toolbar; and Extended Profile field visibility.
1 - 2 of 2
Showing 20 items per page