Skip to:
Content

BuddyPress.org

Changes between Version 2 and Version 3 of Ticket #6619, comment 3


Ignore:
Timestamp:
09/12/2015 03:52:24 PM (11 years ago)
Author:
Tafmakura
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6619, comment 3

    v2 v3  
    1 Yes but without the badge settings and options as that adds bulk and complexity to bp backend , the badge display and settings can always be a plugin thing or a bp-custom.php addition that hooks to the wordpress avatar and links to an image added by the users that need the front end display. The main idea is to have one core usermeta field, admin toggle and conditional functions  that handle verification which users, themes and plugins can build on. Also users who need this critical feature will be one code snippet/codex article away from implementing it out of the box
     1Yes but without the badge settings and options as that adds bulk and complexity to bp backend , the badge display and settings can always be a plugin thing or a bp-custom.php addition added by the users that need the front end display. The main idea is to have one core usermeta field, admin toggle and conditional functions  that handle verification which users, themes and plugins can build on. Also users who need this critical feature will be one code snippet/codex article away from implementing it out of the box