I don't currently remember how I got rid of the smilies (or emoticon) control panel (although I did post about having done so here, so I can't document that step of things.
(Actually, I wish now that I had documented all of the things I did initially to customize it from the defaults. I also removed the "BBCode" panel - no doubt in a similar fashion. Oh, well.)
In any case, assuming that you've (somehow) got rid of the smilies panel, here's what you can do to add a non-obtrusive link to it, as I've already done here.
You have to make two changes.
One to templates/subSilver/posting_body.tpl, changing:
Code: Select all
<td class="row1" width="100px"><span class="gen"><b>{L_MESSAGE_BODY}</b></span></td>
Code: Select all
<td class="row1" width="100px"><span class="gen"><b>{L_MESSAGE_BODY}</b></span><p><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_MORE_SMILIES}</a></td>
Code: Select all
$lang['More_emoticons'] = 'View more Emoticons';
Code: Select all
$lang['More_emoticons'] = 'Add Smilies';
I'm off to grab some more smilies for those people who like to use them...