Jump to content
MakeWebGames

How do i get user_level 1 and/or 4and/or 5and/or 6 to show up on hall of fame and not user_level 2 "admin"


Recommended Posts

Posted

This show non staff only

 

include "globals.php";

$filters=array(

'nodon' => 'AND donatordays=0',

'don' => 'AND donatordays > 0',

'all' => 'AND user_level =1');

$filter=(isset($filters[$_GET['filter']])) ? $_GET['filter'] : 'all';

$myf=$filters[$filter];

$bt1=($filter=="nodon") ? "" : "";

$bet1=($filter=="nodon") ? "" : "";

$bt2=($filter=="don") ? "" : "";

$bet2=($filter=="don") ? "" : "";

$bt3=($filter=="all") ? "" : "";

$bet3=($filter=="all") ? "" : "";

print "

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...