Skip to main content

Home/ buddypress/ Group items tagged community

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

Migrating from old forums to bbPress 2.2+ · BuddyPress Codex - 0 views

  • Uncheck “Discussion Forums” and save.
  • Under “Group Forums Parent“, ensure “Group Forums” is selected.
Vernon Fowler

Getting Started with bbPress · bbPress Codex - 0 views

  • You can add tags for organizing your Topics, and you can make the post Sticky or Super Sticky. Sticky posts will stick to top of the Forum which it is in. Super Sticky posts will stick to the top of all Forums.
Vernon Fowler

Status : A theme for BuddyPress by buddypress-themers - 0 views

  • This theme doesn't work properly in IE 7 or as well in 8 so if using IE please use IE 9
Vernon Fowler

Creating a custom email template for your BuddyPress emails | BP-Tricks - 0 views

  •  
    "With BuddyPress your users get loads of emails for all the notifications they receive. Creating a good looking email template does wonders for the feel of your network, and really gives it a more unique feel."
Vernon Fowler

Ning vs Buddypress: Where are the differences? Should I switch? - JenSocial: Social Net... - 0 views

  • because Wordpress and Buddypress is all stored on a server that you have access to, then you have complete control over your member's information.
  • Did we mention that Wordpress and Buddypress are run on a GPL license as well? That's a fancy way of saying "it's free."
  • there are other parts of Ning that Buddypress doesn't have right out of the box, namely events, photo and video sharing.
  • ...1 more annotation...
  • you're in charge of handling hosting. And unless you have a cousin who works at a hosting website that'll hook you up, well, that's going to cost some money too.
Vernon Fowler

Slides from Designing For Humans with BuddyPress Presentation - 0 views

  •  
    Slides from Designing For Humans with #BuddyPress Presentation http://t.co/OlaH2HA5 via @wpmuorg
Vernon Fowler

Achievements | Forum | Change Displayed Description Length? | BuddyPress.org - 0 views

  • By default, bp_create_excerpt (found in /bp-core/bp-core-template.php) sets a default length of 225. The Achievements plugin calls it in achievements-templatetags.php, causing descriptions longer than 225 characters to be truncated. As a temp fix, I copied bp_create_excerpt over to bp-custom.php, increased the $length, renamed it my_bp_create_excerpt, and then renamed it within the Achievements plugin as well. (I’m sure there’s a better way to change the $length, but this works for now)
Vernon Fowler

WordPress › TDLC Birthdays « WordPress Plugins - 0 views

  •  
    A simple BuddyPress plugin displaying the birthday of members in a sidebar Widget. 9 languages, many options available.
Vernon Fowler

BuddyPress Followers | Forum | BP Followers v1.1 is out! | BuddyPress.org - 0 views

  •  
    BuddyPress Followers is now compatible with BP 1.5. Tell your buddy! :) http://t.co/vHiMMZf5
Vernon Fowler

BuddyPress Twitter | Home |BuddyPress.org - 0 views

  •  
    Let your #Buddypress members and groups add their twitter follow button to their profiles http://t.co/PtuXsyVh via @itsCharlKruger
‹ Previous 21 - 40 of 79 Next › Last »
Showing 20 items per page