Webmastersite.net
Register Log In

Smilie switch incomplete

Title Smilie switch incomplete
Description minor
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.
Rating
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership mrowton
Views 409 views. Averaging 0 views per day.
Similar Topics
Submission Date Aug 13, 2007 - 8:32 PM