Message Text |
On the combined details and comment template (maybe comment and details also);
If you turn the smilie switch off but leave the wsncode switch on;
Users still see; "Click a smilie to insert it into your message."
EDIT
I had to change
<IF { THISMEMBERUSERGROUP } is 1>
<tr>
<td valign="top"><span class="labels">Your Name:</span></td>
<td valign="top"><input type=text name="commentername" value="mrowton" /></td>
</tr>
</IF> to
<IF { THISMEMBERUSERGROUP } is 1>
<tr>
<td valign="top"><span class="labels">Your Name:</span></td>
<td valign="top"><input type=text name="postername" value="mrowton"></td>
</tr>
</IF> In order for guest names to work. FYI, these forums convert { THISMEMBERUSERGROUP } without spaces, in the above example to my group. |