View Single Post
  #33  
Old 10-27-2005, 01:32 PM
 
chrisinoz chrisinoz is offline
 

eXpert
  
Join Date: Aug 2004
Location: Australia
Posts: 248
 

Default

Hi Instinctual

Added to home.tpl


Code:
{if $membershiplevel eq 'Premium'}Do it!{/if}

Added the code to auth.php

Code:
# # membership levels # $membershiplevel=array_pop(func_query_first("select membership from $sql_tbl[customers] where login='$login'")); $smarty->assign("membershiplevel",$membershiplevel);

No joy yet.

FYI this is the site I am working on, though that won't help of course. Only one product so far of course as I test and build.

www.seriouslygourmet.com.au/index.php

Logging in with

peter
piper

Who is a Premium member

Cheers
4.016
Reply With Quote