hesk3_show_messages not available in create-ticket template?
Posted: Mon Nov 14, 2022 3:13 pm
Script URL: https://www.proeftuin.splendesco.nl/hesk/
Version of script: 3.4.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
The above code is can be found in create-ticket.php in the theme folder (customer/create-ticket). However: it's does not seem do do anything. If I create a message for customers, the message shows on the home page, but nowhere else, including not on de page where you can create a ticket. See for instance https://www.proeftuin.splendesco.nl/hes ... category=1 Is this correct?
I'm asking because I' working on a new theme and this <div> creates some undesired space, and if this <div> is not functional, then I might as well delete it or create a conditional statement for possible future use.
Thanks for clarifying
John
Version of script: 3.4.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Code: Select all
<div style="margin-bottom: 20px;">
<?php
hesk3_show_messages($messages);
?>
</div>
I'm asking because I' working on a new theme and this <div> creates some undesired space, and if this <div> is not functional, then I might as well delete it or create a conditional statement for possible future use.
Thanks for clarifying

John