If you are interested in adding a text editor your your signup form.
Can be done in three stages.
Everyone has a <%$description%> field, but for this example I will use
<%$detailed_info%>
1. Add onsubmit="updateRTE('detailed_info'); return true;" into your form action line.
Call detailed_info whatever you use. i.e. description, etc.
<form action="add.php" method="post" enctype="multipart/form-data" name="add_frm" onsubmit="updateRTE('detailed_info'); return true;">
2. upload the attached files into a folder in your main directory called /rte
Then past the code below in place of your description box on your form.
Remember again to change the field name to whatever you use.
3. Log into your control panel goto settings > add under "Allowed HTML tags" the following <p>,<br>,<u>,<em>,<b>,<strong>,<i>,<em>,<u>,<pre>, <blockquote>,<ol>,<ul>,<li><tr class="tbl_normal">
<td valign="top"><p align="right">Detailed Info: <font color="#FF0000"><strong>R</strong></font></td>
<td><script language="javascript" type="text/javascript" src="rte/richtext.js"></script>
<div align="left"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><script language="javascript" type="text/javascript">
initRTE("rte/images/", "rte/", "rte/");
</script><script language="javascript" type="text/javascript">
writeRichText('detailed_info', 'Please write about your business here', 420, 200, true, false);
</script></td>
</tr>
</table>
</div></td>
An example of this EDITOR in action.
http://www.calgarybusiness.ca/add.php?cat=1
Any questions? Just PM me pls.
..)



)
