Jump to content

Homepage: Add 'Active Support Tickets' view?


dordal

Recommended Posts

I have seen this on the clientarea page of the default template. I'm assuming you are using the WHMCS built-in support desk.

 

Below is the code I got from the default template which shows the tickets:

 

 

<p><strong>{$LANG.supportticketsopentickets}</strong> (<a href="submitticket.php">{$LANG.supportticketssubmitticket}</a>)</p>

 

<table align="center" style="width:90%" class="clientareatable" cellspacing="1">

<tr class="clientareatableheading"><td>{$LANG.supportticketsdate}</td><td>{$LANG.supportticketssubject}</td><td>{$LANG.supportticketsstatus}</td><td>{$LANG.supportticketsticketurgency}</td></tr>

{foreach key=num item=ticket from=$tickets}

<tr class="clientareatableactive"><td>{$ticket.date}</td><td><div align="left"><img src="images/article.gif" hspace="5" align="middle" alt="" /><a href="viewticket.php?tid={$ticket.tid}&c={$ticket.c}">{if $ticket.clientunread}<strong>{/if}#{$ticket.tid} - {$ticket.subject}{if $ticket.clientunread}</strong>{/if}</a></div></td><td width="120">{$ticket.status}</td><td width="80">{$ticket.urgency}</td></tr>

{foreachelse}

<tr class="clientareatableactive"><td colspan="4">{$LANG.supportticketsnoopentickets}</td></tr>

{/foreach}

</table>

 

Hope this helps,

Eddie

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated