Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
First Devbest Release, RevCMS Staff Page.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Taylormack" data-source="post: 228013" data-attributes="member: 28064"><p>Hello, </p><p>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 .<img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p></p><p>This staff page will show staffs:</p><p>Age</p><p>Ban Count</p><p>Motto (Added to Ownership/Mangement) </p><p>Position (Not on Ownership/Mangement)</p><p></p><p>So there's no conflict about a screenshot later here's one, </p><p><a href="http://prntscr.com/1oc5qr" target="_blank">Screenshot by Lightshot</a></p><p></p><p>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.</p><p></p><p>Positions Table for Users</p><p>ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL default 'hotel user'</p><p></p><p></p><p>Owner Bio table for Users</p><p>ALTER TABLE `users` ADD `owner_bio` VARCHAR(150) NOT NULL</p><p>Age table for Users</p><p>ALTER TABLE `users` ADD `age` VARCHAR(10) NOT NULL</p><p></p><p>Once again it's on pastebin, so here's the code everyone <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /> </p><p><a href="http://pastebin.com/gazZKx7u" target="_blank">RevCMS Staff page release, #2. - Pastebin.com</a></p><p></p><p>Please leave opinions, rate out of 10. <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p></p><p><em><strong>Taylormack</strong></em></p></blockquote><p></p>
[QUOTE="Taylormack, post: 228013, member: 28064"] 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, [URL='http://prntscr.com/1oc5qr']Screenshot by Lightshot[/URL] 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 (: [URL='http://pastebin.com/gazZKx7u']RevCMS Staff page release, #2. - Pastebin.com[/URL] Please leave opinions, rate out of 10. (: [I][B]Taylormack[/B][/I] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
First Devbest Release, RevCMS Staff Page.
Top