Jump to content
MakeWebGames

Recommended Posts

Posted

I think someone should make a new stafflist.php layout they should make it so you have

Owner(s)

Admin(s)

Secretarie(s)

Assistant(s)

This will help lots of people can you make it so when you user level adjust its got Owner Admin Secretarie Assistant Member

Posted

yeah this wil..In Mccodes V2 staff list..it doesnt have moderator...:( i need that ...so if u can add Moderator in this ..it would be really helpful :rolleyes:

Posted

Really if you want to be lazy copy & paste then change the if(). e.g owner -

if($r['user_level'] == 2 && $r['userid'] == 1) {
//rest of it
}

Then admins are -

if($r['user_level'] == 2 && $r['userid'] != 1) {
//rest of it
}

plus a very quick edit in viewuser.

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...