Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/16/2021 05:32:04 AM (5 years ago)
Author:
imath
Message:

Use drag and drop into the xProfile Admin UI to to set signup fields

  • Create a new "Signup Fields" tab to list signup fields. By default this tab will include the primary field (Name).
  • The install process has been adapted to make sure this is the case.
  • An upgrade task is migrating fields into the primary group as signup fields.
  • Make it possible to drag fields from any group into the "Signup Fields" one.
  • Make it possible to use drag and drop to reorder signup fields from the corresponding tab.
  • Include a link on each field entry (except the primary one) to remove the field from this "Signup Fields" field group.

Props johnjamesjacoby, boonebgorges, DJPaul, Offereins

See #6347

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-cssjs.php

    r12868 r12886  
    5858            'hide_required_metabox'                => array(),
    5959            'hide_member_types_metabox'            => array(),
     60            'hide_signup_position_metabox'         => array(),
    6061            'text'                                 => array(
    6162                'defaultValue' => __( 'Default Value', 'buddypress' ),
    6263                'deleteLabel'  => __( 'Delete', 'buddypress' ),
    6364            ),
     65            'signup_info'                          => _x( '(Sign-up)', 'xProfile Group Admin Screen Signup field information', 'buddypress' ),
    6466        );
    6567
Note: See TracChangeset for help on using the changeset viewer.