Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
infuseweb Offline
New Member
 
Posts: 26
Join Date: Jan 2004
Knowledgebase Last Updated Date? - 20-11-2006, 06:18 PM

Does anyone know if there's a way to show the last updated date of a KB article on the client side in addition to the creation date (which is already there)?


Infuseweb
Great Web Hosting and Host Software!
www.infuseweb.com
www.infusewebstore.com
   
Reply With Quote
  (#2) Old
Mahesh Slaria Offline
Member
 
Posts: 182
Join Date: Jul 2006
20-11-2006, 07:34 PM

Quote:
Originally Posted by infuseweb
Does anyone know if there's a way to show the last updated date of a KB article on the client side in addition to the creation date (which is already there)?
To do above firstly you have to add Last Modified language entry as follows:

<phrase section="knowledgebase" code="lastmodified">Last Modified: </phrase>

Then have to modify template "kbarticleview" form Admin CP -> Templates -> Manage Templates -> Knowledgebase -> "kbarticleview".
Change:
Quote:
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="smalltext"><tr><td class="row2" width="100"><{$language[createdon]}></td></tr></table>
to:
Quote:
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="smalltext"><tr><td class="row2" width="100"><{$language[createdon]}></td><td><{$article[date]}></td></tr>
<tr><td class="row2" width="100"><{$language[lastmodified]}></td><td><{$article[modified]}></td></tr></table>
Hope this will help you.

Regards,
   
Reply With Quote
  (#3) Old
infuseweb Offline
New Member
 
Posts: 26
Join Date: Jan 2004
20-11-2006, 08:49 PM

Thanks. I made the changes, and "Last Modified:" shows up, but no date. I even tried to resave the KB article, but still no luck. Am I missing something?


Infuseweb
Great Web Hosting and Host Software!
www.infuseweb.com
www.infusewebstore.com
   
Reply With Quote
Reply

Tags
date, knowledgebase, updated

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Date format question CalBear SupportSuite, eSupport and LiveResponse 7 11-08-2006 08:09 PM



Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


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 47 48