JoomSky
Forum Replies Created
-
Hi,
Open the admin dashboard page
Admin > Help Desk > Dashboard
or
Admin > Help Desk > Help DeskCheck the image.
Hi,
Try this
Edit
../wp-content/plugins/js-support-ticket/modules/reply/model.phpFind on line number 315
if($diff <= 7){Replace with
if($diff <= 3){Hi,
It is
Admin > Help Desk > Help DeskIf already open Help Desk admin area then find ‘Dashboard’ in Help Desk left menu at top position.
Hi,
Open the JS Help Desk admin dashboard to execute the sql queries to update the database.
It will resolve the problem.
Hi,
Try this
Edit
../wp-content/plugins/js-support-ticket/modules/reply/model.phpFind (line number 315)
if($diff <= 15){Replace with
if($diff <= 7){Hi,
Run this query in phpmyadmin.
Replace wp_ with your table prefix.
ALTER TABLE
wp_js_ticket_departmentsCHANGEdepartmentnamedepartmentnameVARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;Hi,
Check the system errors.
Admin > Help Desk > System Errors.You can open a support ticket at jshelpdesk.com for more details.
Hi,
Please give some more information/details.
Hi,
Does system give you any error?
Also check the max file size in the configurations and php.ini
Hi,
Please check the configurations to allow how many open tickets to users.
Admin > Help Desk > Configurations > Max Open TicketsFix for bugs (these bugs will be fixed in 2.4.2)
Edit
../wp-content/plugins/js-support-ticket/modules/ticket/model.phpFind (line number 2572)
$curdate = date(‘Y-m-d H:i:s’);Replace with
$curdate = date_i18n(‘Y-m-d H:i:s’);Edit
../wp-content/plugins/js-support-ticket/modules/reply/model.phpFind (line number 305)
$curdate = date(‘Y-m-d H:i:s’);Replace with
$curdate = date_i18n(‘Y-m-d H:i:s’);Forum: Plugins
In reply to: [JS Help Desk – AI-Powered Support & Ticketing System] Plugin blocks cachingHi,
Can you give some more information?
Which options are enabled in SG Optimizer?Please share screenshots.
You can open a private ticket at jshelpdesk.com
Regards,
Forum: Plugins
In reply to: [JS Help Desk – AI-Powered Support & Ticketing System] Browser caching issueHi,
If you are using any cache plugin, disable for testing.
Do you try on other browsers?
If the same behaviour, it means the cache plugin make the problem.
Forum: Plugins
In reply to: [JS Job Manager] PHP8 compatibilityHi,
We did not test JS Jobs Manager on PHP 8, soon we will test and make compatible with PHP 8.
Regards,
Hi,
System supports $ in the ticket field title.
Can you please send more details?Regards,
Hi,
Preview available for png and jpg.
You can open a support ticket in our system (jshelpdesk.com) with an image(s).
We will check it.Regards,