Does anyone know how to add/change the input field for the Glossary / Dictionary module so that it's textarea?
THanks!
[SOLVED]Textarea for Glossary / Dictionary
[SOLVED]Textarea for Glossary / Dictionary
Last edited by giggler on Thu Jan 10, 2008 7:22 am, edited 1 time in total.
Re: Textarea for Glossary / Dictionary
Nevermind, found what to change in Glossary.module.php:
from
from
to:$this->smarty->assign('input_field_definition',$this->CreateTextArea(false, $id, $def, 'definition'));
$this->smarty->assign('input_field_definition',$this->CreateTextArea(true, $id, $def, 'definition'));