[buddypress-trac] [BuddyPress Trac] #6290: Avatars, an extensible UI
buddypress-trac
noreply at wordpress.org
Thu Apr 16 21:58:27 UTC 2015
#6290: Avatars, an extensible UI
------------------------------------+-----------------------
Reporter: imath | Owner: imath
Type: idea | Status: assigned
Priority: normal | Milestone: 2.3
Component: API - Avatars | Version:
Severity: normal | Resolution:
Keywords: has-patch dev-feedback |
------------------------------------+-----------------------
Comment (by imath):
In [changeset:"9754"]:
{{{
#!CommitTicketReference repository="" revision="9754"
Avatar UI: Add specific stylesheet and javascript files and register
WordPress styles and scripts
- Edit `bp_core_register_common_scripts()` in order to be able to enqueue
scripts into the footer.
- `bp-plupload.js` (handle: bp-plupload) is depending on `plupload` and
`wp-backbone` and is the BuddyPress adaptation of `wp-plupload.js`. When a
file is uploaded it builds some BackBone collections and views to manage
the user feedbacks, the back and front end Upload UI.
- `avatar.js` (handle: bp-avatar) is depending on `jcrop` and is
responsible of building the extensible Avatar UI navigation tabs and the
Crop view.
- `webcam.js` (handle: bp-webcam) is depending on `bp-avatar` and is
responsible of building the Camera view after checking the bowser supports
`getUserMedia` to capture the video stream.
- `avatar.css` (handle: bp-avatar) is depending on `jcrop` and is building
the styles for the complete Avatar UI.
Props hnla.
See #6290
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6290#comment:51>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list