Skip to main content

Home/ buddypress/ Group items tagged template

Rss Feed Group items tagged

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

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

Creating a custom email template for your BuddyPress emails | BP-Tricks - 0 views

  •  
    "With BuddyPress your users get loads of emails for all the notifications they receive. Creating a good looking email template does wonders for the feel of your network, and really gives it a more unique feel."
anonymous

WordPress Templates - Reaping The Most Out Of Technology - 0 views

  •  
    Ever since color has come to beautify the big screen, the craving among the common eye for colorful pictures and displays has been on the increase. We all love to see rosy pictures and beautiful sights. Similarly, all of us love convenience.
Vernon Fowler

Template Tag Reference · BuddyPress Codex - 0 views

  • bp_get_the_site_member_avatar
  • bp_loggedin_user_id
  • bp_loggedin_user_avatar() bp_get_loggedin_user_avatar()
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

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

Version 3.5 now available, introducing Live Notifications | Achievements - 0 views

  • users will now see the notifications as soon as they unlock an achievement
  • If you’ve customised the notifications template from previous versions of Achievements, don’t worry. Achievements will detect that and switch back to the old-style notifications until you’re ready to update your template.
Vernon Fowler

BuddyPress Courseware v0.9.7 is out. This will lik - 0 views

BuddyPress Courseware v0.9.7 is out. This will likely stay legacy release, next should be compatible with @buddypress new templating system.

BuddyPress education courseware

started by Vernon Fowler on 14 Oct 12 no follow-up yet
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

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

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

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.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.
1 - 20 of 20
Showing 20 items per page