Unzip the downloaded release, and change the name of the folder to `supportticket`.
In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
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
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Support Ticket` under the Disabled Extensions list, and click its `Enable` link.
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.
$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',
$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',
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.