Skip to main content

Home/ buddypress/ Group items tagged docs

Rss Feed Group items tagged

Vernon Fowler

BuddyPress.org → Docs → Changing Internal Configuration Settings - 0 views

  •  
    There are many internal configuration settings that can be changed by adding a configuration definition line to your wp-config.php file. Here's a list of the current setting that can be changed:
Vernon Fowler

BuddyPress.org → Docs → bp-custom.php - 0 views

  •  
    Developers may modify the functions of BuddyPress through the file bp-custom.php, placed in the directory wp-content/plugins/bp-custom.php. Please note: the bp-custom.php file is not included by default but must be manually created.
Vernon Fowler

BuddyPress.org → Docs → How to Set up Your Main Site Navigation Using the Bui... - 0 views

  •  
    The latest BuddyPress 1.5 default theme now includes the standard WordPress menus that you can easily set with drag-and-drop capabilities. You also have quite a bit more control over where your BuddyPress components are now displayed. Here are the basic steps to setting up your main site navigation after BuddyPress is installed. (*Please note that this only applies to BP 1.5+)
Vernon Fowler

BuddyPress.org → Docs → 1.5 plugin compatibility - 0 views

  •  
    Pass, Fail, and Unknown BP1.5 plugins with link to info on how to fix the failures.
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.
mesbah095

Guest Post Online - 0 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
Vernon Fowler

BuddyPress.org → Docs → Theme Dev: Building a BuddyPress Child Theme - 0 views

  • This guide is for building themes for BuddyPress 1.2 and above.
  • The default BuddyPress theme is not located in the usual /wp-content/themes/ directory. It is stored in the BuddyPress plugin folder
  • Note the “Template:” entry, which tells WordPress that we want to use the BuddyPress default theme (bp-default) as the parent theme
  • ...6 more annotations...
  • your own theme is in /wp-content/themes/
  • and the tag “buddypress”
  • to inherit the CSS, in BP 1.5+, you don’t have to do anything!  Just start writing your new styles in style.css and skip to section 3
  • copy this file and paste it directly into your child theme’s folder (the same place as your style.css file)
  • if you want to override a template file that is in a sub folder, you must also recreate the sub folder in your child theme
  • There is one exception to the template override rule — functions.php.
1 - 18 of 18
Showing 20 items per page