Page 1 of 1

[SOLVED]Textarea for Glossary / Dictionary

Posted: Thu Jan 10, 2008 5:54 am
by giggler
Does anyone know how to add/change the input field for the Glossary / Dictionary module so that it's textarea?

THanks!

Re: Textarea for Glossary / Dictionary

Posted: Thu Jan 10, 2008 7:21 am
by giggler
Nevermind, found what to change in Glossary.module.php:

from
$this->smarty->assign('input_field_definition',$this->CreateTextArea(false, $id, $def, 'definition'));
to:
$this->smarty->assign('input_field_definition',$this->CreateTextArea(true, $id, $def, 'definition'));