View Single Post
  #2  
Old 10-29-2014, 03:16 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Speed Bar Modification tabs

Try looking for $userinfo.membershipid eq 2 or whatever the correct id is. If it's not present in $userinfo you might need to do something like add the following to include/check_useraccount.php:

PHP Code:
$smarty->assign('user_membershipid',$user_account['membershipid']); 

Then use:

Code:
{if $user_membershipid eq 2} ...
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote