thanks.php visible to all?

Discussion in 'Customization & add-ons' started by kevinwhit, Jan 13, 2010.

  1. kevinwhit

    kevinwhit New Member

    Joined:
    Dec 29, 2009
    Messages:
    3
    It seems to me that thanks.php visible to everyone (aka people who are both logged in and not logged in). Is this a mistake?

    Is there a way to make content differentiations based on sessions on a page such as this?
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
  3. kevinwhit

    kevinwhit New Member

    Joined:
    Dec 29, 2009
    Messages:
    3
    davidm1 - thanks for your reply!

    Ken Gary's solution seems great (and its free!) but what I wanted to know is much more simplistic than that... just based on whether they the visitor is (A) logged in or (B) logged off.
  4. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    {if $smarty.session._amember_user.login}
    logged in
    {/if}

    David

Share This Page