| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
(#1)
|
| Member Posts: 387 Join Date: Jan 2007 Location: Orange County, CA | CSI -> Front page message/announcement type feature -
26-07-2007, 04:33 PM
I'm borrowing and expanding on idea that came up in this thread by Scott Blood: Couple of Questions But didn't want to hijack the original thread... I'd like to see some kind of "front message" module. I know we have "news" but perhaps a "scroller" or "stock ticker" type message would get clients attention better when we know we are having technical difficulties. It would have to be "behind" the login (e.g. can't see the scroller message until you are logged in.) Or configurable to allow/disallow putting it on the main index page (no login needed) Maybe to the right of "Support Center" once logged in and also along the bottom of the " Submit a Ticket" page? With a Staff CP that allows you to place a "front message" to get clients attention that we are having a given issue and are aware of it. ...or maybe even a "trigger" within IRS such that if they typed in the problem, it would bring up a news article about current known issues we are working to resolve. Or, a special keyword within IRS, such that if they type something like "systemstatus" they would get a related news item. Regards, Rich Features I need asap: 1) Ticket search in the client portal! 2) Column display in client portal showing clients email address or name 3) Downloads by client (i.e. - each client has their own download area and can't see/touch downloads for any other client.) This would be on top of a "public" download area. 4) Integrated KB image uploads The ability for staff to upload images with a KB articles. Cheers! |
| | |
(#2)
|
(#3)
|
(#4)
|
| Member Posts: 56 Join Date: Jul 2007 |
26-07-2007, 04:54 PM
Hey All, After a quick conversation with jamie, he has given me a very good solution to this which is a good workaround until something more permenant is implemented for this. Login to the admin CP and in templates --> general edit the index template from... Code:
<{displaytemplate name="header"}>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<{foreach key=key value=item from=$widgets}>
<{if $item[split] eq 0}><tr><{/if}>
<!-- BEGIN WIDGET: <{$item[title]}> -->
<td width="50%"><table cellspacing="3" cellpadding="1" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="15" nowrap><a href="<{$item[link]}>"><img src="<{$item[icon]}>" border="0"></a></td>
<td width="98%" align="left" valign="top"><a href="<{$item[link]}>" id="moduletitle"><strong><{$item[title]}></strong></a><br />
<span class="smalltext"><{$item[description]}></span></td>
</tr>
</tbody>
</table></td>
<!-- END WIDGET: <{$item[title]}> -->
<{if $item[split] eq 1}></tr>
<tr>
<td height="4" colspan="2" background="<{$themepath}>linerepeat.gif"><img src="<{$themepath}>space.gif" width="1" height="4"></td>
</tr><{/if}>
<{/foreach}>
<tr>
<td height="5" bgcolor="#FFFFFF"><img src="<{$themepath}>space.gif" width="1" height="5"></td>
</tr>
<tr>
<td colspan="2">
<!-- QUICK BOX ITEMS -->
<{if $istroubleshooterquickbox eq true}>
<{displaytemplate name="tsquickbox"}>
<{/if}>
<{if $ispopularfilesqb == true}>
<{displaytemplate name="dlpopularfilesquickbox"}>
<{/if}>
<{if $islatestfilesqb == true}>
<{displaytemplate name="dllatestfilesquickbox"}>
<{/if}>
<{if $ispopulararticlesqb == true}>
<{displaytemplate name="kbpopulararticlesqb"}>
<{/if}>
<{if $islatestarticlesqb == true}>
<{displaytemplate name="kblatestarticlesqb"}>
<{/if}>
</td>
</tr>
</table>
</td><td width="5"><img src="<{$themepath}>space.gif" width="5" height="1"></td></tr>
</table>
<{displaytemplate name="footer"}>
Code:
<{displaytemplate name="header"}>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<{foreach key=key value=item from=$widgets}>
<{if $item[split] eq 0}><tr><{/if}>
<!-- BEGIN WIDGET: <{$item[title]}> -->
<td width="50%"><table cellspacing="3" cellpadding="1" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="15" nowrap><a href="<{$item[link]}>"><img src="<{$item[icon]}>" border="0"></a></td>
<td width="98%" align="left" valign="top"><a href="<{$item[link]}>" id="moduletitle"><strong><{$item[title]}></strong></a><br />
<span class="smalltext"><{$item[description]}></span></td>
</tr>
</tbody>
</table></td>
<!-- END WIDGET: <{$item[title]}> -->
<{if $item[split] eq 1}></tr>
<tr>
<td height="4" colspan="2" background="<{$themepath}>linerepeat.gif"><img src="<{$themepath}>space.gif" width="1" height="4"></td>
</tr><{/if}>
<{/foreach}>
<tr>
<td height="5" bgcolor="#FFFFFF"><img src="<{$themepath}>space.gif" width="1" height="5"></td>
</tr>
<tr>
<td colspan="2">
<!-- QUICK BOX ITEMS -->
<{if $istroubleshooterquickbox eq true}>
<{displaytemplate name="tsquickbox"}>
<{/if}>
<{if $ispopularfilesqb == true}>
<{displaytemplate name="dlpopularfilesquickbox"}>
<{/if}>
<{if $islatestfilesqb == true}>
<{displaytemplate name="dllatestfilesquickbox"}>
<{/if}>
<{if $ispopulararticlesqb == true}>
<{displaytemplate name="kbpopulararticlesqb"}>
<{/if}>
<{if $islatestarticlesqb == true}>
<{displaytemplate name="kblatestarticlesqb"}>
<{/if}>
</td>
</tr>
</table>
</td><td width="5"><img src="<{$themepath}>space.gif" width="5" height="1"></td></tr>
</table>
<b>WE ARE CURRENTLY EXPERIENCING PROBLEMS WITH THE PHONE SYSTEMS. IF YOUR ENQUIRY IS REGARDING THE PHONE SYSTEM DO NOT LOG ANY FURTHER JOBS.</b>
</br>
</br>
Last Updated: 26 July 2007 13:45
<{displaytemplate name="footer"}>
Regards Scott |
| | |
(#5)
|
| Senior Member Posts: 5,752 Join Date: Jun 2005 Location: Cumbria, UK |
26-07-2007, 06:37 PM
I agree with this and a permanent solution would be good. Icon Headquarters - Its Elixir - Web2Messenger |
| | |
![]() |
| Tags |
| >, csi, feature, message or announcement, type |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSI -> Live chat icons -> Make backgrounds transparent | craigbrass | Now Implemented (V4) | 0 | 30-07-2007 12:45 PM |
| Remove login field - email and password from front index page? | dchung | How do I? | 1 | 09-05-2007 11:11 PM |
| How do I add my company name to the front page of Kayako | Jan Strassen | SupportSuite, eSupport and LiveResponse | 5 | 22-05-2006 03:20 AM |