How to add the last 3 or 5 whmcs emails received by the customer, putting the file clientareahome.tpl to be displayed when the customer comes into your member area, I've been putting well, it did not work:
<tr><td>
{foreach key=num from=$lastfivemail item=email}
{$email.date} - <a href="#" onClick="window.open('clientsemails.php?&displayme ssage=true&id={$email.id}','','width=650,height=40 0,scrollbars=yes');return false">{$email.subject}</a><br />
{foreachelse}
<div style='text-align:center;'>No emails sent</div>
{/foreach}
</td></tr>
nothing appears thus putting ... How to put
Excuse my English, I have posted in the correct location
Thanks to those who help me ...

Reply With Quote