Find This may be a partial find and not the whole line
Code: Select all
<!-- IF MCHAT_ALLOW_SMILES and .smiley -->
<input type="button" class="button2" onclick="mChat.toggle('Smiles');" value="{L_MCHAT_SMILES}" />
<!-- ENDIF -->
Replace with Replace the preceding lines with the following
Code: Select all
<!-- IF MCHAT_ALLOW_SMILES and .smiley -->
<input type="button" class="button2" onclick="popup('{U_MORE_SMILIES}', 550, 375); return false;" value="{L_SMILIES}" />
<!-- ENDIF -->