How can I turn off the editor.
-
- Phoca Newbie
- Posts: 3
- Joined: 16 Mar 2008, 17:24
I just want a simple
I just want a simple textarea box instead of the tinymce editor. Is that possible?
-
- Phoca Newbie
- Posts: 3
- Joined: 16 Mar 2008, 17:24
Never Mind...T
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>
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>
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
If you find Phoca extensions useful, please support the project