View Single Post
  #1  
Old 01-12-2005, 11:05 PM
 
ddmitche ddmitche is offline
 

Newbie
  
Join Date: Oct 2004
Posts: 5
 

Default quick question about if's and userinfo

This seems really basic, and if anyone has seen a thread that can shed further light please help.(this is categories.tpl)

{if ($userinfo.membership eq "Registered")}
<a href="home.php?cat=254">Download Upgrades
</a>
{else}<a href="../UP_login.php">Looking for upgrades?
</a>{/if}

I am using this code to change what a registered person sees...but it is not working? What am i missing to get this working? I feel like i must be close!
__________________
d@spyfx.com
_________

X-Cart version 3.5.11
PHP 4.1.2
MySQL server 4.0.20-standard
Reply With Quote