Only Display Additional Fields To Active Subscribers?

Discussion in 'Customization & add-ons' started by kinitex, Sep 3, 2009.

  1. kinitex

    kinitex Member

    Joined:
    Aug 28, 2009
    Messages:
    50
    I've got an additional field that only shows up on the profile.php page which is a very important field. How do I make it so only users with active subscriptions will see this additional field when they go to edit their profile.
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Something like

    {if $smarty.session._amember_products}
    {$additional_fields_html}
    {/if}


    David

Share This Page