Taylormack
New Member
- Feb 9, 2013
- 6
- 6
Hello,
As my first DevBest release I wanted to release one of my more nicer edits and I thought this would fit the bill perfectly, this is a RevCMS staff page edit, i've released a more un-advanced version before on a different forum. I'd appreciate your feedback on the staff page, and I hope you all like it .
This staff page will show staffs:
Age
Ban Count
Motto (Added to Ownership/Mangement)
Position (Not on Ownership/Mangement)
So there's no conflict about a screenshot later here's one,
Like my last release you'll need to add database SQL's to make the staff page function properly, with-out a do, here's the codes to add.
Positions Table for Users
ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL default 'hotel user'
Owner Bio table for Users
ALTER TABLE `users` ADD `owner_bio` VARCHAR(150) NOT NULL
Age table for Users
ALTER TABLE `users` ADD `age` VARCHAR(10) NOT NULL
Once again it's on pastebin, so here's the code everyone
Please leave opinions, rate out of 10.
Taylormack
As my first DevBest release I wanted to release one of my more nicer edits and I thought this would fit the bill perfectly, this is a RevCMS staff page edit, i've released a more un-advanced version before on a different forum. I'd appreciate your feedback on the staff page, and I hope you all like it .
This staff page will show staffs:
Age
Ban Count
Motto (Added to Ownership/Mangement)
Position (Not on Ownership/Mangement)
So there's no conflict about a screenshot later here's one,
You must be registered for see links
Like my last release you'll need to add database SQL's to make the staff page function properly, with-out a do, here's the codes to add.
Positions Table for Users
ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL default 'hotel user'
Owner Bio table for Users
ALTER TABLE `users` ADD `owner_bio` VARCHAR(150) NOT NULL
Age table for Users
ALTER TABLE `users` ADD `age` VARCHAR(10) NOT NULL
Once again it's on pastebin, so here's the code everyone
You must be registered for see links
Please leave opinions, rate out of 10.
Taylormack