0
Welcome Guest! Login
0 items Join Now

Re: Guest/Registered

    • Leckenby's Avatar
    • Leckenby
    • Elite Rocketeer
    • Posts: 714
    • Thanks: 0

    Re: Re: Guest/Registered

    Posted 17 years 2 months ago
    • Okay right, so what do I put round the html if:

      a) I want the code to show only if guest
      b) I want the code to show if not guest
    • Dan L's Avatar
    • Dan L
    • Elite Rocketeer
    • Posts: 1453
    • Thanks: 0

    Re: Re: Guest/Registered

    Posted 17 years 2 months ago
    • Try:
      <?php if ($my->usertype) : ?>
      &nbsp; &nbsp;  ...HTML to show to non-guests goes here...
      <?php else : ?>
      &nbsp; &nbsp;  ...HTML to show to guests goes here...
      <?php endif; ?>

      Or if that doesn't work, try:
      <?php if ($my->gid) : ?>
      &nbsp; &nbsp;  ...HTML to show to non-guests goes here...
      <?php else : ?>
      &nbsp; &nbsp;  ...HTML to show to guests goes here...
      <?php endif; ?>
    • Toolbox Digital | Dribbble | Forrst
    • Leckenby's Avatar
    • Leckenby
    • Elite Rocketeer
    • Posts: 714
    • Thanks: 0

    Re: Re: Guest/Registered

    Posted 17 years 2 months ago
    • second one works!
      Thanks a lot!
    • Dan L's Avatar
    • Dan L
    • Elite Rocketeer
    • Posts: 1453
    • Thanks: 0

    Re: Re: Guest/Registered

    Posted 17 years 2 months ago

Time to create page: 0.039 seconds