Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7665, comment 11


Ignore:
Timestamp:
01/25/2018 09:46:00 AM (7 years ago)
Author:
hnla
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7665, comment 11

    initial v1  
    1 <digressing-rambling> However an issue I have always had with thse edit fields is the manner in which they have been separated into class functions so changes need to be made across multiple files, then when it comes to  working in the template as we loop things I have access to only one instance of `$field_type->edit_field_html( array( 'show_label' => true ) );` so have a problem identifying what field I want to target. It has always felt like xprofile was written for the convenience of the backend not frontend.
     1<digressing-rambling> However an issue I have always had with these edit fields is the manner in which they have been separated into class functions so changes need to be made across multiple files, then when it comes to  working in the template as we loop things I have access to only one instance of `$field_type->edit_field_html( array( 'show_label' => true ) );` so have a problem identifying what field I want to target. It has always felt like xprofile was written for the convenience of the backend not frontend.