MyBB Community Forums
[For 1.8] Smiles on shoutbox [Easy fix] - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: Tutorials (https://community.mybb.com/forum-38.html)
+--- Thread: [For 1.8] Smiles on shoutbox [Easy fix] (/thread-226967.html)



Smiles on shoutbox [Easy fix] - Alexander L. - 2020-03-22

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


RE: Smiles on shoutbox [Easy fix] - .m. - 2020-03-23

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


RE: Smiles on shoutbox [Easy fix] - Alexander L. - 2020-04-01

(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.