3.1 & 3.2 Extensions Database 3.1 / 3.2Support Ticket

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Support Ticket

Post by dmzx »

Extension Name: Support Ticket
Author: dmzx

Special thanks to: martin

Extension Description:
This Extension adds an Assistant to your phpBB Supportforum.
As requested here viewtopic.php?p=5538#p5538

dmzx/Support-Ticket


Code update


Code update


Added ACP options for font size and template colour
Added Support ticket button

Screenshots:
Image

Image

Image

Image

Extension Download:
Download-link
Support Ticket v1.0.3
Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `supportticket`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. Copy the `supportticket` folder to `/ext/dmzx/` if done correctly, you'll have the main extension class at
    (your forum root)/ext/dmzx/supportticket/composer.json
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `Support Ticket` under the Disabled Extensions list, and click its `Enable` link.

User avatar

spazz
Users
Users
Posts: 13
Joined: 16 Nov 2015, 22:46
    Windows 7 Firefox

Re: Support Ticket

Post by spazz »

This is amazing. Great addition.
Love the example used :rolling:

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Support Ticket

Post by martin »

77.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image

User avatar

spazz
Users
Users
Posts: 13
Joined: 16 Nov 2015, 22:46
    Windows 7 Firefox

Re: Support Ticket

Post by spazz »

Nice I can only imagine the types of crap you all will see in tickets.

User avatar

moffacostanzo
Users
Users
Posts: 151
Joined: 30 Oct 2015, 10:34
    Windows 7 Firefox

Re: Support Ticket

Post by moffacostanzo »

Thank you very much

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Support Ticket

Post by dmzx »

Fist post updated

User avatar

cisco007
Users
Users
Posts: 78
Joined: 26 Nov 2015, 22:01
    Windows 10 Firefox

Re: Support Ticket

Post by cisco007 »

Awesome extension, i've been looking for something like this! :tumbsyes:

User avatar

nelflucifer
Users
Users
Posts: 70
Joined: 03 Jan 2016, 12:24
    Windows 7 Opera

Re: Support Ticket

Post by nelflucifer »

Good extension. But I don't quite understand how to work with it. This support can be used everywhere, I understand... And can be configured on a separate forum? I honestly thought that the message is sent the ADMINISTRATOR a PM, mail or something like that... I do Not understand the full meaning of this add-on....
ru.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image
Learn to read people's thoughts, not forgetting about their.
The extension translate from English to Russian...
English Forums
Available 251 extension with translation into Russian language...

User avatar

TWEagle
Users
Users
Posts: 74
Joined: 23 Nov 2014, 20:38
    Windows 10 Opera

Re: Support Ticket

Post by TWEagle »

Is it possible to add my own questions to this??

and delete other questions??
Image

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Support Ticket

Post by martin »

Open the ext/dmzx/supportticket/lang/en/common.php and change it in there

example

Code: Select all

$lang = array_merge($lang, array(
	'STS_SUPPORT_TICKET'			=> 'Supportticket System',
	'STS_NEW_SUPPORT_TICKET'		=> 'New Support Ticket',
can be

Code: Select all

$lang = array_merge($lang, array(
	'STS_SUPPORT_TICKET'			=> 'What colour pants you got on ?',
	'STS_NEW_SUPPORT_TICKET'		=> 'I have not changed my pants for 2 years so there brown',

User avatar

TWEagle
Users
Users
Posts: 74
Joined: 23 Nov 2014, 20:38
    Windows 10 Opera

Re: Support Ticket

Post by TWEagle »

martin wrote: 20 Jan 2016, 14:04 Open the ext/dmzx/supportticket/lang/en/common.php and change it in there

example

Code: Select all

$lang = array_merge($lang, array(
	'STS_SUPPORT_TICKET'			=> 'Supportticket System',
	'STS_NEW_SUPPORT_TICKET'		=> 'New Support Ticket',
can be

Code: Select all

$lang = array_merge($lang, array(
	'STS_SUPPORT_TICKET'			=> 'What colour pants you got on ?',
	'STS_NEW_SUPPORT_TICKET'		=> 'I have not changed my pants for 2 years so there brown',
And how to make extra questions??

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Support Ticket

Post by martin »

15 / 16 questions not enough ?

User avatar

TWEagle
Users
Users
Posts: 74
Joined: 23 Nov 2014, 20:38
    Windows 10 Opera

Re: Support Ticket

Post by TWEagle »

Is there also an add attachment part in??

User avatar

Sprinklestar
Users
Users
Posts: 32
Joined: 27 Jan 2016, 08:03
    Windows 10 Firefox

Re: Support Ticket

Post by Sprinklestar »

TWEagle wrote: 23 Jan 2016, 13:28 is there also an add attachment part in??
You use a forum for it so it depends on the permission you add to the forum so the answer would be yes

User avatar

Sprinklestar
Users
Users
Posts: 32
Joined: 27 Jan 2016, 08:03
    Windows 10 Firefox

Re: Support Ticket

Post by Sprinklestar »

To avoid confusion i reply in new reply instead of using above.
Can you set it so that the topic created is only readable by admin group and the user created the topic, so noone else can read it??
If yes how to do it.

Post Reply Previous topicNext topic