Skip to main content

Home/ buddypress/ Group items tagged directory

Rss Feed Group items tagged

Jerry Chavez

Sure Way To Make One's Business Popular - 1 views

started by Jerry Chavez on 05 Oct 12 no follow-up yet
Vernon Fowler

How to Create A Custom BuddyPress Members Directory - WPMU.org - 0 views

  •  
    "One of main reasons that BuddyPress communities fail is because members don't connect and interact with each other. One way to improve that is through design that keeps members interested."
Vernon Fowler

Template Hierarchy · BuddyPress Codex - 0 views

  • The base templates that BP looks for in order of priority are: plugin-buddypress.php buddypress.php community.php generic.php page.php single.php index.php
  • If you are on a single group page, BuddyPress will use the following template hierarchy:
  • If you are on a single member page, BuddyPress will use the following template hierarchy:
  • ...6 more annotations...
  • If you are on an activity permalink page, BuddyPress will use the following template hierarchy:
  • If you are on the activity directory page, BuddyPress will use the following template hierarchy:
  • If you are on the members directory page, BuddyPress will use the following template hierarchy:
  • If you are on the group creation page, BuddyPress will use the following template hierarchy:
  • If you are on the groups directory page, BuddyPress will use the following template hierarchy:
  • If you are on the registration page, BuddyPress will use the following template hierarchy:
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

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

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

Function Reference/add theme support « WordPress Codex - 0 views

  • HTML5 This feature allows the use of HTML5 markup for the comment forms, search forms and comment lists. add_theme_support( 'html5', array( 'comment-list', 'comment-form', 'search-form' ) );
    • Vernon Fowler
       
      How to get this working in a BuddyPress theme? For example, the groups search form in the groups directory.
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 - 8 of 8
Showing 20 items per page