Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/10/2015 12:24:24 PM (9 years ago)
Author:
imath
Message:

Avatar UI : improve the camera feature

  • Change the name of the tab: "Camera" is now replaced by "Take Photo"
  • Improve the user feedback messages
  • Completely disable the feature for Internet Explorer and Safari as they do not support getUserMedia.

Props r-a-y, boonebgorges.

Fixes #6425

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/camera.php

    r9819 r9860  
    1414    <# if ( ! data.user_media ) { #>
    1515        <div id="bp-webcam-message">
    16             <p class="warning"><?php esc_html_e( 'Your browser does not support the camera feature', 'buddypress' );?></p>
     16            <p class="warning"><?php esc_html_e( 'Your browser does not support this feature.', 'buddypress' );?></p>
    1717        </div>
    1818    <# } else { #>
Note: See TracChangeset for help on using the changeset viewer.