Profile Information not showing on Profile edit

Discussion in 'Customization & add-ons' started by happydancer48, Dec 25, 2007.

  1. happydancer48

    happydancer48 New Member

    Joined:
    Nov 7, 2007
    Messages:
    10
    I have added some fields to both my signup form and affiliate signup form. I would like to show this information on the member's and affiliate's "edit profile" page. I have selected the "display and allow edit" option but it only shows a blank form field. I would like it to show the stored information for the user. For instance, for state, I would like it to show the user's state as the one selected, and for address, I would like it to show the user'f address in the form field.

    How do I do that?

    I have tried this in the value="" field:

    {$smarty.session._amember_user.url} for an affiliate's website url

    and this:

    {$user.url|escape}

    Neither has worked.

    Thank you
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    What type your fields have common or sql?
  3. happydancer48

    happydancer48 New Member

    Joined:
    Nov 7, 2007
    Messages:
    10
    Common

    They have common... I tried to switch it to sql but when I did it gave me a phpbb error:

    Couldn't add field - mysql error: Table 'xxxxx_phpb2.amember_members' doesn't exist
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    For common fields you can use {$smarty.session._amember_user.data.url}

Share This Page