Helpcenter needed

JoshuaS

Learning
Jan 9, 2014
119
13
So i am currently working with a habbo theme for revcms. And i want a helpcenter, like a place where my users can come in contact with staff about user problems etc. But i can't find anything for it. Anything got a link for it?
 

Gang67

|Jump out gang, we jump out those vehicles|
May 5, 2017
303
54
So i am currently working with a habbo theme for revcms. And i want a helpcenter, like a place where my users can come in contact with staff about user problems etc. But i can't find anything for it. Anything got a link for it?
 

Object

?
Nov 10, 2017
416
328
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
 
Last edited:

Users who are viewing this thread

Top