Placing amember user info on html pages

Discussion in 'Integration' started by ericseidelman, Sep 8, 2009.

  1. ericseidelman

    ericseidelman New Member

    Joined:
    Jul 10, 2009
    Messages:
    3
    Could someone please explain the process to place amember user info (name, login etc.) on a regular html page.

    thank you
  2. vimalm

    vimalm Guest

    Joined:
    Aug 25, 2009
    Messages:
    42
  3. akanowicz

    akanowicz New Member

    Joined:
    Feb 19, 2007
    Messages:
    31
    What about in a template?

    Is the manual page suggesting that I change the member template to a .php file from a .html?
  4. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    No, do not change the member.html to php.
    You use smarty code on this page.
    Member fields
    {$smarty.request.fieldname|escape}

    David
  5. akanowicz

    akanowicz New Member

    Joined:
    Feb 19, 2007
    Messages:
    31
    Is there a list of what the field names are that are available for use?

    Thanks,

Share This Page