MyBB Community Forums

Full Version: add photo and smilies in Quick Reply?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi dears!

Mybb 1.8.21

i can just add photo and smilies in Quick Reply? Without plugins?

for example SS (i not my forum)

[Image: Ekran-Al-nt-s.png]

and i modified " showthread_quickreply"
<textarea placeholder="Your reply here..." style="width: 100%; padding: 10px; margin: 0 0 -35px 0;" rows="10" cols="80" name="message" id="message" tabindex="1"></textarea>
<div class="smilie-box">
<div class="dropup-box" style="display: none;">
<img src="images/emojis/smile.png" alt="Smile" title="Smile" class="smilie" onclick="insertSmilie(' :) ');">
</div></div>
etc...

i got this error
ReferenceError: insertSmilie is not defined
anyone know?