Addition fields in profile

Discussion in 'Customization & add-ons' started by ghost, Feb 28, 2004.

  1. ghost

    ghost New Member

    Joined:
    Oct 23, 2002
    Messages:
    23
    Is it possible to show the additional field in the user report? The value for the additional field is number, how can I corresponent the value and the display for the field?

    add_member_field('school', 'name of School Studying', 'select', 'name of school', '',
    array('options' => $items = array(
    0 => 'Non-applicable',
    1 => 'T.W.G.Hs. Chen Zao Men College',
    2 => 'T.W.G.Hs. Mrs. Wu York Yu Memorial College',
    3 => 'Yuen Long Public Secondary School'
    ))
    );
    $config['school_items'] = $items;

    How to show the school name in the report instead of the value of the school?
    Thanks
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    It is not yet possible, but we will fix it in future versions.
  3. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    please email support@cgi-central.net to get the update.
    you need latest file (from CVS) amember/admin/report/fields.inc.php

Share This Page