View Single Post
  #19  
Old 11-21-2003, 07:54 AM
 
chikira chikira is offline
 

Advanced Member
  
Join Date: Jul 2003
Posts: 42
 

Default Membership levels

You could do that for side panels with an {if} statement in the home.tpl for the side panels...

The following code is not actual code but it will show the flow.

Code:
{if $memebershiplevel=1} {include fixedsidepanel1.tpl} {else} {include fixedsidepanel2.tpl} {/if}

Hope that helps as a starting point.
__________________
Insert into Round_Hole where object=\"Square_Peg\" order by Brute_Force
Reply With Quote