Kayako logo
Feature Requests Have a feature request for SupportSuite, eSupport and LiveResponse? Post in here.

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
richm Offline
Member
 
richm's Avatar
 
Posts: 387
Join Date: Jan 2007
Location: Orange County, CA
CSI -> Front page message/announcement type feature - 26-07-2007, 03: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!
   
Reply With Quote
  (#2) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,284
Join Date: Apr 2007
Location: Toronto Canada
26-07-2007, 03:37 PM

I totally agree with this. This request can be used by everyone (can be used to advertise sales).


Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#3) Old
ScottGBlood Offline
Member
 
Posts: 56
Join Date: Jul 2007
26-07-2007, 03:40 PM

Quote:
Originally Posted by Siora View Post
I totally agree with this. This request can be used by everyone (can be used to advertise sales).
This gets my vote totally.

Currently on the support phone system we can place a message that is heard by all users before they get through to a support member and it has reduced the calls to the IT Support people 10 fold.

now that we have rolled out the support system in head office we are seeing duplicate calls raised because we can show a message like this on the system without hacking into the php behind which to be honest is quite complicated for me because i am a c++ \ c# programmer.

Regards
   
Reply With Quote
  (#4) Old
ScottGBlood Offline
Member
 
Posts: 56
Join Date: Jul 2007
26-07-2007, 03: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"}>
to

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"}>
obviously you can place any kind of HTML or text here, but it works perfectly for our needs and could help others to.

Regards
Scott
   
Reply With Quote
  (#5) Old
craigbrass Offline
Senior Member
 
Posts: 5,326
Join Date: Jun 2005
Location: Cumbria, UK
26-07-2007, 05:37 PM

I agree with this and a permanent solution would be good.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
Reply

Tags
>, csi, feature, message or announcement, type

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSI -> Live chat icons -> Make backgrounds transparent craigbrass Now Implemented (V4) 0 30-07-2007 11:45 AM
Remove login field - email and password from front index page? dchung How do I? 1 09-05-2007 10: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 02:20 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46