MyBB Community Forums

Full Version: Smilies Box will not be shown in posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my smilies box that it shows LightbulbBlushAngryHuhUndecidedMyAngelSleepyHeartExclamationDodgyConfusedSmileWinkCoolBig GrinToungueRolleyesShySad
is not show in posting posts
but it is shown in posting threads i want it to be shown in posting posts
tell me please ??
You checked ACP>Board Settings>Clickable Smilies and BB Code ?

(2014-02-10, 06:26 PM)Kurd-Boy Wrote: [ -> ]my smilies box that it shows LightbulbBlushAngryHuhUndecidedMyAngelSleepyHeartExclamationDodgyConfusedSmileWinkCoolBig GrinToungueRolleyesShySad
is not show in posting posts
but it is shown in posting threads i want it to be shown in posting posts
tell me please ??
yes Sad
no one helps ????
Frustrating, I know.
Would like to help, but definitely not a MyBB expert, but, you might also check out the template 'smileinsert', and/or make sure it is setup correctly at newreply.php.
Quote:smilieinsert:
<div style="margin:auto; width: 170px; margin-top: 20px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="150">
<tr>
<td class="thead"><span class="smalltext"><strong>{$lang->smilieinsert}</strong></span></td>
</tr>
<tr>
<td class="trow1">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" id="clickable_smilies">
{$smilies}
</table>
</td>
</tr>
{$getmore}
</table>
</div>

(2014-02-14, 03:16 PM)Kurd-Boy Wrote: [ -> ]no one helps ????