| 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... |