profile.php and member_id

Discussion in 'Templates customization' started by kcarey, Mar 26, 2010.

  1. kcarey

    kcarey Member

    Joined:
    Dec 27, 2009
    Messages:
    42
    I need to display the member_id on the profile.php page. I have figured out how to display the member_id, but want to make it non-editable by the user. Any thoughts would be appreciated.

    Here is my current code within profile.html

    <input type="text" name="member_id" value="{$user.member_id|escape}" size="15" />


    thanks.

    kcarey
    ________
    Charles t. jeffery
  2. miso

    miso aMember Pro Customer

    Joined:
    Aug 22, 2006
    Messages:
    543
    add disabled="disabled" into that input line... ;)
  3. kcarey

    kcarey Member

    Joined:
    Dec 27, 2009
    Messages:
    42

Share This Page