Skip to main content

Home/ buddypress/ Group items tagged codex

Rss Feed Group items tagged

Vernon Fowler

Version 1.9 · BuddyPress Codex - 0 views

  • new Notifications component, which adds a Notifications menu to user profiles
  • Fixed bug in login forms preventing initial login attempts from working correctly (#5219)
  • Disable the bp-default theme from the "Themes" page if it is not currently enabled on the site (the beginning of the end!) (#5223)
Vernon Fowler

BP Theme Compatibility and the WordPress Default Themes · BuddyPress Codex - 0 views

  • BuddyPress is compatible with all of the WordPress Default Themes. This section will provide you with step-by-step tutorials to make all your BuddyPress pages conform with the layout you want using child themes.
Vernon Fowler

Function Reference/wp is mobile « WordPress Codex - 0 views

  • This Conditional Tag checks if the user is visiting using a mobile device. This is a boolean function, meaning it returns either TRUE or FALSE.
  •  
    Nice to use in bp-custom.php rather than functions.php - especially when using the BuddyMobile plugin from @modemlooper
Vernon Fowler

Members Navigation Menus · BuddyPress Codex - 0 views

  • Using this function really is pretty straightforward however there are a number of aspects that need to be considered and dealt with by the developer.
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.
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.
‹ Previous 21 - 36 of 36
Showing 20 items per page