MyBB Community Forums

Full Version: Smiles on shoutbox [Easy fix]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Do not want to bash on Masterly, but in comparison with his tutorial, this is real easy.
You can find his tutorial here.

Example:
https://i.imgur.com/bHoFiZt.png

You are basically re-using the smiley insert that MyBB made. 

Step 1:
Open the appropriate template which is in this case:
Templates & Style -> Templates -> Global -> dvz_shoutbox

Step 2:
After this part:
<strong>{$lang->dvz_sb_shoutbox}</strong>

Add this code:
<a href="javascript:void(0)" onclick="MyBB.popupWindow('/misc.php?action=smilies&amp;popup=true&amp;editor=MyBBEditor&amp;modal=1'); return false;">Emojis</a>

Step 3:
Save your template, f5 and you are ready to go.




If you need help or assistance, you can tweet me at @Perileos 
My help/assistance is free as long as you can respect me and my time. 

Kind regards,
A. Longbeach
have you tested it in practical ..
Uncaught TypeError: Cannot read property 'insertText' of null
    at HTMLImageElement.onclick ((index):1)

see also : MyBB issues : Smilies popup #2396 | this reply | posts at German community
(2020-03-23, 03:17 AM).m. Wrote: [ -> ]have you tested it in practical ..
Uncaught TypeError: Cannot read property 'insertText' of null
    at HTMLImageElement.onclick ((index):1)

see also : MyBB issues : Smilies popup #2396 | this reply | posts at German community

Apologies, I am using a custom theme, where it does work.