Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/16/2015 10:36:38 PM (10 years ago)
Author:
imath
Message:

Avatar UI: Add Backbone templates and adapt the legacy avatar templates.

The Backone templates will be in a new "assets" sub directory of bp-templates\bp-legacy\buddypress. For the introduction of the feature we are advising you *to not override* these specific templates from your theme. The underscore in each sub folder names of this "assets" directory is informing we wish to restrict the content of the sub folder to Core use only.

We are introducing a new template tag to load these Backbone templates : bp_avatar_get_templates(). We recommand that you update the avatar templates of your theme if you are overriding groups/create, groups/single/admin or members/single/profile/change-avatar once 2.3 will be released. If this new template tag is not into the template, then bp_avatar_template_check() will try to load them using template hooks.

Props johnjamesjacoby, hnla, r-a-y.

See #6290

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/admin.php

    r9604 r9757  
    140140
    141141            <?php endif; ?>
     142
     143            <?php
     144            /**
     145             * Load the Avatar UI templates
     146             *
     147             * @since  BuddyPress (2.3.0)
     148             */
     149            bp_avatar_get_templates(); ?>
    142150
    143151            <?php wp_nonce_field( 'bp_avatar_upload' ); ?>
Note: See TracChangeset for help on using the changeset viewer.