Skip to main content

Home/ buddypress/ Group items tagged Topics

Rss Feed Group items tagged

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

Topic: BuddyPress 1.6.3 released · BuddyPress.org - 0 views

  • If custom theme has a folder _inc replace the javascript files and ajax.php replace them with same file in bp-default
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

WordPress › Support » How-To: Achievement Categories - 0 views

  •  
    "Mike, I have been lurking the site you have created and want to create something similar such as your badges, icons, achievement page and leaderboard. Did you do the graphics yourself? I think I can follow your instructions for the leaderboard, and I will need to get someone else to create my graphics. How did you put together this template/page http://challengebeta.mypcls.org/achievements/a-tale-for-every-tail/"
Vernon Fowler

WordPress › Support » [Plugin: BP BookMarklet] Window size - 0 views

  •  
    "Plugin main file (bp-bookmarklet.php) line 144, edit this width=550,height=230to what you need. Once done, you'll need to delete the bookmarklet from your browser and drag and drop it again."
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

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

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

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

Solved.. How to hide other Directory Members posts on the admin pages « WPMU ... - 0 views

  •  
    Single blog BuddyPress can make good use of this.
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()
1 - 16 of 16
Showing 20 items per page