Skip to main content

Home/ buddypress/ Group items tagged Theme

Rss Feed Group items tagged

Vernon Fowler

Child Themes | TapTapPress - 0 views

  • Do not activate a mobile theme as your desktop theme. The mobile themes are listed here so we can take advantage of WordPress child theming.
  • Template: iphone
Vernon Fowler

Function Reference/get template part « WordPress Codex - 0 views

    • Vernon Fowler
       
      TIL buddypress theme compatibility only plays nicely if the theme has been going with references to get_template_part e.g. http://codex.wordpress.org/Function_Reference/get_template_part [28/05/2013 4:35:25 PM] Bronson Quick: we have a client who didn't have budget and wants to use an existing theme and i couldn't work out why theme compatibility wouldn't generate permalinks properly [28/05/2013 4:35:30 PM] Bronson Quick: turns out that was the reason 
  •  
    "Load a template part into a template (other than header, sidebar, footer). Makes it easy for a theme to reuse sections of code and an easy way for child themes to replace sections of their parent theme. Includes the named template part for a theme or if a name is specified then a specialized part will be included. If the theme contains no {slug}.php file then no template will be included. "
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.
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

BP Theme Authors: make sure your theme registers 'buddypress' support | BuddyPress Deve... - 0 views

  • Note that child themes of bp-default do not need to manually register ‘buddypress’ support; BP assumes it.
  •  
    Note that child themes of bp-default do not need to manually register 'buddypress' support; BP assumes it.
Vernon Fowler

WordPress › BuddyPress Groups Extras « WordPress Plugins - 0 views

  • create a folder called bpge in the root of your theme
  • copy required file (that you want to modify) from this plugin folder wp-content/plugins/buddypress-groups-extras/views/front to that created in a theme. That is it - now the plugin uses the template from your theme.
  •  
    "Starting from BPGE v3.6 you can now change the html that is used to display any content in front-end (in groups) right from your theme folder. This is useful if you want to change the way pages and fields are displayed, but it works for "Admin -> Extras" management pages as well. "
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

Custom Community | Themekraft - 0 views

  •  
    Beautiful Themes and Plugins for WordPress and BuddyPress.
Vernon Fowler

BuddyPress 1.7 Released: Now Compatible With ALL WordPress Themes - WPMU.org - 0 views

  •  
    #BuddyPress 1.7 Released: Now Compatible With ALL #WordPress Themes - http://t.co/C8RRy4vzRh by @pollyplummer
Vernon Fowler

bp-custom.php | BuddyPress Codex - 0 views

  • bp-custom.php is often compared to your theme’s functions.php file. However, there are two primary differences between bp-custom.php and your theme’s functions.php.
  • bp-custom.php runs from the /wp-content/plugins/ folder and is therefore independent from your theme. This is useful for adding code snippets that are BuddyPress-specific. Also, this code will always load regardless of what theme you are using.
  • bp-custom.php runs early in the BuddyPress-loading process. This allows you to override various settings in BuddyPress.
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 Showcase: 12 Unique and Inspirational Sites - WPMU.org - 0 views

  •  
    Want to see what designers and developers are doing with BuddyPress these days? Here's another installation of our BuddyPress eye candy series, featuring a few of the latest communities with uniquely customized themes. Newcomers to BuddyPress always have questions about how flexible the platform is for theming. If you're wondering what's possible with BuddyPress, just check out a few of these sites for a bit of inspiration.
Vernon Fowler

WordPress › Secure Invites « WordPress Plugins - 0 views

  • If your BuddyPress theme is the default theme (for BuddyPress version 1.2 or above), or a child of the default theme, or uses the same template hooks as the default theme, you can put the invitation form in the following places by just ticking the right box in your settings screen: Before any list of members After any list of members At the top of every page Before your site homepage After your site homepage At the top of the default sidebar At the bottom of the default sidebar The invitation form is hidden by default, and is shown by clicking an "Invite a friend" button which makes the form slide into view.
  • Preset settings If you want to quickly set up invitations without messing with lots of settings, there are now four presets you can use: Anyone can join with or without an invitation, and all users can invite as many people as they like Signup is just for invited people, and all users can invite as many people as they like Signup is just for invited people, and all users who have been registered for 30 days or more can invite as many people as they like Signup is just for invited people, and all users who have been registered for 30 days or more can invite up to 10 people Or you can use your own custom settings just as before.
  • Overriding of special users Sometimes you want particular users to be able to invite more friends than the default, or perhaps you want to stop a particular user from inviting anybody at all. Now you can, by searching for the user and changing their own individual settings. You san set whether they are allowed to send invitations at all, and of so how many (either a limited number or unlimited).
Vernon Fowler

BuddyPress - 0 views

  •  
    We're BuddyPress fanatics here at WPMU.org - stay tuned for all the BuddyPress news, plugins, themes and tutorials needs. Essential reading for anyone running, or thinking of running, a BuddyPress site.
Vernon Fowler

BuddyPress Eye Candy - 17 of the Best and Beautiful - WordPress MU and BuddyPress plugi... - 5 views

  •  
    Check out this mini-gallery for a little bit of inspiration to take your BuddyPress design way beyond the default theme!
John Smith

Dictate - Business, Fashion, Medical, Spa WP Theme - 0 views

  •  
    Dictate, the 6-in-one premium Wordpress theme, brings you modern design and neat & clean outlook. Touching the heights of artistic perfection, this multi-purpose web building tool can be used for six different niches, Medical, Fashion, Spa, Saloon, Business and Blog. Nevertheless, it is suitable for every single website, as you can utilize 72 built-in elements and advanced Visual Composer (save $ 25) page builder to modify it to any required shape and functionality. The greatest appeal lies in its versatility of features and ease of customization, so that you may launch a fully featured website with little or no basic knowledge, effort and time.
1 - 20 of 71 Next › Last »
Showing 20 items per page