| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
| Chief Executive Officer Posts: 2,829 Join Date: May 2003 |
18-08-2006, 07:51 PM
Code: <{foreach key=key value=post from=$postlist}>
<{$post[fullname]}> <{if $post[creator] == "staff"}>(STAFF)<{elseif $post[creator] == "thirdparty"}>(THIRD PARTY)<{elseif $post[creator] == "recipient"}>(RECIPIENT)<{else}>(CLIENT)<{/if}>
<{$language[vtpostedon]}><{$post[date]}>
================================================================================
<{$post[contents]}>
<{/foreach}>
Varun Shoor -------------------------------------------------------------------
|
| | |
(#3)
|
(#4)
|
| Chief Executive Officer Posts: 2,829 Join Date: May 2003 |
18-08-2006, 08:11 PM
Try placing it in just the text email part and see if that resolves it. Additionally, check your error_log and let me know the exact PHP error that gets logged. Regards, Varun Shoor -------------------------------------------------------------------
|
| | |
(#5)
|
(#6)
|
| Chief Executive Officer Posts: 2,829 Join Date: May 2003 |
18-08-2006, 08:12 PM
1) error_reporting is set to E_ALL rather than E_ALL & ~E_NOTICE 2) Your cache directory doesnt seem to have correct permissions. Regards, Varun Shoor -------------------------------------------------------------------
|
| | |
(#7)
|
(#8)
|
| Chief Executive Officer Posts: 2,829 Join Date: May 2003 |
18-08-2006, 08:32 PM
1) error_reporting still isnt corrected 2) cache/e7278887b8a9f8de381c234acbc72cdd.php Please email that file over to me at varun AT kayako.com Regards, Varun Shoor -------------------------------------------------------------------
|
| | |
(#9)
|
(#10)
|
(#11)
|
(#12)
|
| Chief Executive Officer Posts: 2,829 Join Date: May 2003 |
22-08-2006, 11:12 AM
Hi, Yes, Language codes are split into sections and we do not load all sections for every template. Regarding the first entry, Try comparing the ticketpostid with the $ticket[firstpostid] Regards, Varun Shoor -------------------------------------------------------------------
|
| | |
(#13)
|
(#14)
|
(#15)
|
![]() |
| Tags |
| postlist, variable |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need to update a variable in Template | sureshkumar.mr | SupportSuite, eSupport and LiveResponse | 1 | 27-09-2006 05:51 PM |