MyBB Community Forums

Full Version: How to add a smiliebox?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've made a custompage where you can see uploaded pictures of users and you can post comment on it, but i want to add the "smiliebox" ( like on the newreply/newthread page ) next to the textarea but i don't know how to do that. I've already tried '$smilieinserter = build_clickable_smilies();' and in my template {$smilieinserter} ,it shows up but when you click on a smilie it doesn't appear in my textarea, i gave my textarea 'message' as name and id like on the newreply/newthread page but that didn't work. Someone with a lil' help? =/



//Move to CodeModifications if needed.
Did you include the ediotr.js file? jscripts/editor.js
Include in phpfile results in a lot of crap on top of the page.

Include as "<script ...>" in template doesn't has any effect.
Did you apply the editor to the textarea then?
Probably not, i just copied the code from the newreply_template =/ Any ID how it should be done ?