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 Q&A
Helpcenter needed
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="Object" data-source="post: 431140" data-attributes="member: 78351"><p>He probably meant a help center with categories title and description aka a support section</p><p></p><p>I don't think there's anything released with such thing. However it's very easy to make</p><p></p><p>make a categories table with all your wanted categories</p><p>make a support table which includes the ticket id, user id, category id, title, description and created at.</p><p>make a support answer table which includes id, ticket id, answer, created at.</p><p></p><p>for the php just make an insert query which grabs the data for the support table, same for the answer table.</p><p></p><p>then make a get request so you'll be able to get into the ticket</p><p></p><p>then make close, delete, edit buttons</p><p></p><p>And then you're basically done</p></blockquote><p></p>
[QUOTE="Object, post: 431140, member: 78351"] He probably meant a help center with categories title and description aka a support section I don't think there's anything released with such thing. However it's very easy to make make a categories table with all your wanted categories make a support table which includes the ticket id, user id, category id, title, description and created at. make a support answer table which includes id, ticket id, answer, created at. for the php just make an insert query which grabs the data for the support table, same for the answer table. then make a get request so you'll be able to get into the ticket then make close, delete, edit buttons And then you're basically done [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Helpcenter needed
Top