Skip to main content

Home/ buddypress/ Group items tagged forums

Rss Feed Group items tagged

Vernon Fowler

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

  • Group Forums (Legacy)
    • Vernon Fowler
       
      Says something else but still works.
  •  
    "So you've been using BuddyPress' built-in group forums since BuddyPress 1.5, but would like to use the new bbPress plugin to power your forums instead. Gotcha.  You'll need to migrate your existing group forum content over to bbPress as well.  Don't worry!  This is what this article is all about. Let's get started!"
Vernon Fowler

Using bbPress 2.0 : WPMayor - 0 views

  •  
    "bbPress 2.0 comes with Akismet and BuddyPress functionalities baked-in, so if you're already using either plugin, no additional configuration is required. It is the official WordPress forum plugin, however documentation is very sparse. While implementing the forum on one of our clients' sites, I came across a number of resources and tips that I will share with you today."
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

BuddyPress.org → Docs → Version 1.5 - Features and fixes - 0 views

  • BP-Default is now a responsive theme
  • Looks great on mobile browsers
  • New forums tab on the member profile page navigation, giving you quick access to the topics you’ve started and replied to.
  • ...11 more annotations...
  • oEmbed support – It’s now super easy to embed videos, images, and other content into the Activity Stream, Forums, and Private Messages.
  • Fix group auto-join when posting in public groups’ forums
  • Add Forums tab to user account area to show topics the user has started, and topics that the user has replied to. This includes additional template files to support this new functionality.
  • Remove root components and replace them with actual WordPress Pages
  • Add bp_is_multiblog_mode
  • Add bp_use_wp_admin_bar()
  • Add oEmbed support
  • Add the topic’s tags to the edit topic screen
  • Add new widget areas; there are now five (one in the sidebar, four in the footer).
  • Add a new forums tab on the member profile page nav; gives you quick access to the topics you’ve started and replied to
  • Update the main header ‘s background to use a CSS3 gradient instead of an image.
Vernon Fowler

bbPress User Roles and Capabilities · bbPress Codex - 0 views

  • Moderator – can create and edit forums. Can create, edit and delete other users’ topics and replies. Can manage Tags, and moderate a forum with the moderation tools.
  • edit_others_forums delete_forums delete_others_forums
  • delete other users’ forums, topics and replies
  •  
    "bbPress comes built in with user Roles that give the website owner the ability to tailor user access to their website. This page details the bbPress capabilities that each role has. "
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

BuddyPress Global/Sitewide Unified search update for BuddyPress 1.5+ | Buddy Dev - 0 views

  • This post is all about making unifiead search work with BuddyPress 1.5+. It is a long post, so please  have a cup of coffee and let us get started. List of things we will cover below:- Installing Global Unified search Plugin Basic setup for the theme Showing search results for:- Members search Groups search Activity search Blog Posts search Blog search Group Forum search(BBPress 1.0 which you use for group forums) BBPress 2.0 based forums topic search
Vernon Fowler

Linda Peng » Blog Archive » 10 Lessons I Learned from Designing an Online Com... - 0 views

  • I recommend giving people single sign-on options using Twitter, Linkedin, OpenID, Livejournal, etc. as well as Facebook.
  • The rest of your target market still needs to be convinced to care about your community enough to join.
  • Make your homepage interesting enough to visit twice.
  • ...8 more annotations...
  • There’s probably a reason Quora, Stackoverflow and most Ning networks all have news feeds on their front pages.
  • Clearly define your niche.
  • clearly define your site’s niche so that users will have an easier time understanding how your site adds value to their lives. For example, Quora is the social network where one gets their questions answered; Stackoverflow is a Q&A network for programmers; Linkedin is a specific network for jobhunting professionals. What specific need does your social network cater to?
  • Beware of outdated plugins and themes.
  • Look at the description closely and check to see if it’s been tested up to the WordPress version you’ve installed. If you’re unsure, search for the plugin forums (every WordPress plugin should have one) and see the latest praises or issues people are discussing on the threads.
  • If a new theme or plugin crashes your site, rename or delete it.
  • I recommend giving people single sign-on options using Twitter, Linkedin, OpenID, Livejournal, etc. as well as Facebook.
  • Your site needs an FAQ. No, really. It does. Although you personally might think that the activity feeds and groups and profile editing links are in the most obvious locations in the world, your users will not. They’re used to their own oft-frequented social networks (cough, Facebook), and  they’ll ask you why clicking on their avatar doesn’t automatically bring them to a “change your profile picture” page or if logging into your site using Facebook Connect will mean that everything they post will automatically get cross-posted to their Facebook wall. In addition, users want to know about your site features.
  •  
    I re-discovered my fascination with online community building around the time I subscribed to a shared hosting service, installed WordPress, discovered the Buddypress plugin, and stumbled upon open-source forums where people were amazingly helpfully about sharing troubleshooting tips and code.   This was last December. The discovery turned into an independent study I dubbed "Volunteerism in a Web 2.0 World," which turned into the development of a website and lots of meetings and several pages of an annotated bibliography - all of which I submitted to my Research in Practice Program (RIPP) advisor at the end of the semester.Over the course of my meetings with "stakeholders" (Duke students and administrators) to asses the value of the "website" (an online social network for Duke civic engagement), I learned a few things about designing an online community using WordPress and Buddypress.
Vernon Fowler

U BuddyPress Forum Attachment - 0 views

  •  
    This plugin allows visitors to upload files. Several options are provided, such as max file size, blacklist extensions, count per post, etc."
Vernon Fowler

BuddyPress Links | Forum | Update from the Author | BuddyPress.org - 0 views

  • replacing the is_site_admin() function with is_super_admin()
  •  
    Update plugins for BuddyPress 1.5 by replacing is_site_admin() with is_super_admin()
Vernon Fowler

Getting Started with bbPress 2.0 | ServerPress.com - 0 views

  • First, bbPress will look for bbpress.php, and if it can’t be found it will progress through the complete list that follows: bbpress.php forum.php page.php single.php index.php
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

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

WordPress › BuddyPress Courseware « WordPress Plugins - 0 views

  •  
    A Learning Management System for BuddyPress
Vernon Fowler

WordPress › BP Group Hierarchy « WordPress Plugins - 0 views

  • Every group and subgroup is a normal BuddyPress group and can have members and a forum, use group extensions, etc.
1 - 20 of 21 Next ›
Showing 20 items per page