Forums

Register Plus Custom Fields in Admin? (6 posts)

  1. fr33lanc3
    Member
    Posted 1 year ago #

    I have created some custom fields to be collected when registering. They appear properly when I have registered as a user.

    I want to be able to see this data from the admin end though. Should it be displaying in user-edit?

    Thank you.

  2. af3
    Member
    Posted 1 year ago #

    i face the same issue on wp2.6

    i created custom field as birthday; it appears ok on registration; also appears in the profile section with empty value.

    any idea how to fix this? thanks

  3. lgcassab
    Member
    Posted 1 year ago #

    Same problem with me.

  4. af3
    Member
    Posted 1 year ago #

    in addition to empty custom field data shown in user profile in admin section, i've also found out that the register plus is somehow having conflict with user-photos plugin too (or vice versa)

    when a user upload a photo in the admin section, the custom entry (in my case, bithdate) in the usermeta in the mysql is wiped out and become NULL ..

    can someone pls help.

  5. af3
    Member
    Posted 1 year ago #

    i looked at the register-plus php; and found that fieldtype "date" is not shown somewhere in line 1574, so added this as a temp measure (treating it like a text input):

    switch( $v['fieldtype'] ){
    case "date" :
    $outfield = '<input type="text" name="' . $id . '" id="' . $id . '" value="' . $value . '"  />';
    break;
  6. 4et
    Member
    Posted 1 year ago #

    thanks

Topic Closed

This topic has been closed to new replies.

About this Topic