[SOLVED]Textarea for Glossary / Dictionary

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
giggler
Forum Members
Forum Members
Posts: 197
Joined: Tue Oct 09, 2007 7:08 am

[SOLVED]Textarea for Glossary / Dictionary

Post by giggler »

Does anyone know how to add/change the input field for the Glossary / Dictionary module so that it's textarea?

THanks!
Last edited by giggler on Thu Jan 10, 2008 7:22 am, edited 1 time in total.
giggler
Forum Members
Forum Members
Posts: 197
Joined: Tue Oct 09, 2007 7:08 am

Re: Textarea for Glossary / Dictionary

Post 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'));
Post Reply

Return to “CMSMS Core”