Page 1 of 1
I just want a simple
Posted: 16 Mar 2008, 17:24
by yukon
I just want a simple textarea box instead of the tinymce editor. Is that possible?
Never Mind...T
Posted: 16 Mar 2008, 19:14
by yukon
Never Mind...
This is how to do it.
Comment or delete this line (Line #298) in com_phocaguestbook/views/phocaguestbook/tmpl/default.php
<td colspan="4"><?php echo $this->editor; ?></td>
And then add this in its place:
<td colspan="4"><textarea name="content" id="content" value="<?php echo $this->f
ormdata->content ?>" rows="10" cols="30" style="border:1px solid #000; background-col
or:#ffcc00;" ></textarea></td>
Posted: 16 Mar 2008, 20:37
by Jan