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
warsky Offline
New Member
 
Posts: 16
Join Date: Aug 2006
Expanded download description - 07-09-2006, 09:55 PM

I've found the description field in the downloads section too small for editing anything more then a sentence. So, I fixed it. For those that want to do the same (and perhaps kayako will make this part of the next release):

1) Open functions_downloads.php in an editor. This file is in the Modules/downloads directory.
2) goto line 704 which says:
printTextareaRow("description", $_SWIFT["language"]["dlitemdesc"], $_SWIFT["language"]["desc_dlitemdesc"], $_POST["description"]);

3) comment that line out and add this below it:
printhtmlAreaRow("description", $_SWIFT["language"]["dlitemdesc"], $_POST["description"]);

4) save your file.

This will replace the small description field with the HTML editor field used in the knowledgebase. Seems to work so far...
   
Reply With Quote
Reply

Tags
description, download, expanded

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 47