Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
MarcelC Offline
Member
 
Posts: 104
Join Date: Jul 2004
Location: Netherlands
Remove time from news items. - 27-05-2007, 10:28 PM

Is it possible to remove the time from news and KB items. I want to keep the date, just remove the time (HH:SS).


Regards,

MarcelC
   
Reply With Quote
  (#2) Old
craigbrass Offline
Senior Member
 
Posts: 5,394
Join Date: Jun 2005
Location: Cumbria, UK
28-05-2007, 09:22 AM

I have just looked into this and sadly there is only one setting that controls all dates and times within the system. It is in Admin CP -> Settings -> Date & Time.

For the "Date & Time Format" option, just remove " h:i A" from the end.

Have posted a feature request (System -> Different time and date formats for each module / area) to get separate for each module implemented (hopefully).


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#3) Old
MarcelC Offline
Member
 
Posts: 104
Join Date: Jul 2004
Location: Netherlands
28-05-2007, 10:17 AM

Thanks for the feature request.

What I've done so far is went in the templates and removed this code from the news part, sections "nwviewnews" and "nwlistdisplay":
Code:
<{$language[nwpostedby]}><{$news[fullname]}> <{$language[nwpostedon]}>
What is needed is a change of this code so it only displays the date and not the time.:
Code:
<{$news[dateline]}>


Regards,

MarcelC
   
Reply With Quote
Reply

Tags
items, remove

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



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