add member field

Discussion in 'Customization & add-ons' started by brendon, Jan 30, 2004.

  1. brendon

    brendon Guest

    Hi

    I have amember pro version. I want to add the field telephone number to the signup page.

    I added this to the config.inc.php file:

    add_member_field('telephone', Telephone Number',

    'text', 'telephone number of member');

    I have also enabled Use Address Info in config/setup screen.

    However, it does not appear in the Admin screen. Is there something else I have to enable?

    Thanks
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    It should. Make sure you've added this code to
    amember/config.inc.php, not to
    amember/admin/config.inc.php
  3. brendon

    brendon Guest

    add member field to config.inc.php

    Hi Alex

    Thanks for the response...

    :confused: But I'm a bit confused now, because I don't have a config.inc.php file in the amember folder...there is only a config.inc.php file in the amember/admin folder...so that's where I tried adding the code.

    If it helps you, I bought/downloaded the PRO version on 02 Jan 2004.

    Appreciate your help,

    Brendon

    UPDATE: OK, I think I've figured it out now! For some reason in my version, the config.inc.php file is called member.inc.php. I added it there and it is now working. :D

    Brendon
  4. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    It is possible to add this info to
    member.inc.php, but your config.inc.php is exists for sure. May be it is just invisible for you via FTP.


    Ok, keep it as is if it works.

Share This Page