[HELP] Staff Page aint showing staff members

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Hello,

This is my ranking system:
1 - User
2 - VIP
3 - Super VIP
4 - Gold VIP
5- Trial Moderator
6 - Moderator
7 - Senior Moderator
8 - Administrator
9 - Manager
10 - Owner

Ill have to send staff.php through pm as it will only accept 2000 chars in reply.
--------------------------------------------------------------------------------------------
Update - Fixed, it was looking for columns that didnt exist, dw i added them.
 
Last edited:

Tads

http://air-hotel.info/
Nov 2, 2013
44
12
If you've got any role/position code, in your staff.php, insert one of the two SQL's.

ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL default 'Staff'
ALTER TABLE `users` ADD `role` TEXT;

should work then. let me know if it doesn't.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
If you've got any role/position code, in your staff.php, insert one of the two SQL's.

ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL default 'Staff'
ALTER TABLE `users` ADD `role` TEXT;

should work then. let me know if it doesn't.

Mate, can you not see my original post?

--------------------------------------------------------------------------------------------
Update - Fixed, it was looking for columns that didnt exist, dw i added them.

I fixed it a while back.
 

Users who are viewing this thread

Top