MyBB Community Forums

Full Version: CyberBoys Adv Quick Reply by Phenomenon - Bug Support?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason the Smile Inserter is not showing up:
[attachment=26312]
Any ideas?

Here's the mod:
http://mods.mybb.com/view/advanced-quick-reply-1-6
released march 9, 2012 for MyBB 1.6*

No provided support thread link on Mod post.

Edit:
Also, how to disable this quick reply field manual resize???
[attachment=26313]
1) Have enabled the ON button of plugin's "Clickable Smilies Inserter" option ??
2) http://community.mybb.com/thread-75337.html
1) Yes I enabled that option in plugin settings.
Details: I have enabled on in test site and does not show up, and tried on live site but since not working there either I have disabled just incase since it may cause an issue I don't notice. Still enabled on test site but in either case ... test or live.. clickable smilies inserter box on quick reply does not show up. I'm not sure why it's not showing up.

2) thank you for that link, those directions might work, additionally do you know how to add wmode = transparent directly to Google advs (what's being drawn on top of the quick reply field in the bottom attachment picture in my first post) so they don't draw on top? Flash does that by default unless this parameter is added in the proper way depending on the embed method. I haven't figured out the proper way to add it to the Google Adv code.

EDIT:
for #2 I made those changes as stated in the thread and it did not work.. the text field for newreply and quickreply is still resizable.

EDIT 2:
LeeFish Answered my 2nd question in this thread

but here:
(2012-05-18, 10:13 PM)Leefish Wrote: [ -> ]To get rid of the resize thing you can disable it
in your css
textarea#message {resize:none;}

and I solved my first question as well.
Just paste this
{$clickablesmilies}
where you want it to show or if you want something more slick paste this:
<a href="javascript:clickableEditor.openGetMoreSmilies('clickableEditor')"><img src="{$mybb->settings['bburl']}/images/smilies/smile.gif" alt="{$lang->smilieinsert}" align="top" /></a><input type="button" value="{$lang->smilieinsert}" onclick="javascript:clickableEditor.openGetMoreSmilies('clickableEditor')" style="cursor:pointer;" />