MyBB Community Forums

Full Version: Guest Warn causing clickable smiley issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Guys,

url: www.FreeCannabis.com
mod causing issue: Guest Warn

I installed 3 mods today, Google SEO + PluginLibrary and Guest Warn.

I then noticed that the smilies weren't clickable and the font options above the input box were also missing.

I switched them all off in different orders and everything works fine IF the Guest Warn is deactivated Dodgy

This is a bit of a shame as I really like the Guest Warn and feel it will convert more lurkers to members.

I'm hoping that now i've narrowed it down to this mod it will be easier to remedy.

Any help would be massively appreciated.

Thanks guys Big Grin
Can you provide us with a test account?

But similar things happened to me yesterday with guest warn, the 'see more' button for the smilies wasn't clicking on the reply page. So maybe this might solve your problem

Go on AdminCP >> Configuration>> Templates>> **Your Theme Template**>> Ungrouped templates>> Header Include

Make sure the jQuery looks like this...
<script type="text/javascript">jQuery.noConflict();</script>

and not like this..

<script type=text/javascript">jQuery.noConflict();</script>

(Missing first quote symbol)