Internet Explorer (all versions prior to 11) don't like 'height="auto" ', so it's making the image a height of 1px. Look at http://stackoverflow.com/questions/8673 ... ould-i-use for ways to fix it (it looks like removing the height attribute altogether might solve the problem).
I can say for certain that it is not a NuMods-related issue.
Mike, Lead Developer of HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Silly question, is Numods or Hesk supposed update the server ticket if the customer replies using email and then the support staff reply via the email. Shouldn't it pipe and append the original ticket?
Because when we use piping, the emails are forwarded but the database does not update with all the ticket replies. Almost makes email dangerous for tracking tickets. Hope that makes sense?
I think if a customer hits "reply all" then everybody receives the ticket otherwise the assigned staff get omitted from the ticket request and none of it gets recorded - it becomes the customer talking to thin air.
I think only customers can respond via the email directly, but I'm not 100% sure (as I don't use email piping anymore due to receiving spam on a regular basis). Klemen would be able to provide more insight as to what the intended operation is for email piping.
Mike, Lead Developer of HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Correct, only customers are able to respond via email piping/pop3 fetching. The main issue on hand is: easy, reliable and secure (choose 2 of the three) staff authentication in this process and is currently not planned for HESK.
Anyway, please keep the topic about NuMods, I don't wish to steal it.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here
bastiaan.c wrote:Question:
Please advise:
If I would upgrade from 1.4.1 to 1.6 immediately....Would that cause issues?
Should I rather update to 1.5 first?
Thanks
There should be no issues with going from 1.4.1 to 1.6 immediately when 1.6 is released. One of the changes I'm hoping to complete for 1.6 is a new approach to the upgrade process that will allow an upgrade from any version (that's running HESK 2.5.5) to the lastest NuMods version.
Mike, Lead Developer of HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
The planned milestone completion date on the GitHub repo is December 15, 2014. Hopefully I can finish it by then / earlier, however I'm not making any guarantees
Mike, Lead Developer of HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
The only code I can find that looks like is:
<div class="ticketEmail"><?php echo $hesklang ['ip']; ?>: <?Php echo '<a href = "http://whois.domaintools.com/'.$ticket['ip']. ' ">'. $ticket ['ip']. '</a> '; ?></div>