Guest Support for Joomla! - Documentation

In Guest Support Component you can automatically close tickets after certain number of days and also send email notification X days before closing the ticket.

 

Setup Cron Job:

  1. Cron job setup is different on different hosting control panel. Ask your hosting provider or refer to their documentation and learn how to create cron job on your hosting control panel
  2. Cron Command: curl -s "https://YOUR_DOMAIN/index.php?option=com_guestsupport&task=cron.automation" > /dev/null
  3. Common/Time settings: Every 5 minutes.

 

Here is how to create Cron Job in cPanel:

  1. Login to your cPanel
  2. Search for Cron Jobs and then click on Cron Jobs




  3. Scroll down to Add New Cron Job
  4. Under Common Settings select Once Per Five Minutes(*/5 * * * *)
  5. Under Command: add-

    curl -s "https://YOUR_DOMAIN/index.php?option=com_guestsupport&task=cron.automation" > /dev/null

    (replace YOUR_DOMAIN with your actual domain name.)



  6. Click on Add New Cron Job button.

 

Setting number of days to send pre-close email notification and auto close ticket:

  1. Login to Joomla! Administrator
  2. Click on Components -> Guest Support -> Settings




  3. Scroll down to Auto close tickets section and follow available options.



  4. Click on Save & Close to save and close settings.