MyBB Community Forums

Full Version: Shout Box Smilies Not Clickable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
...hello guys, I have the MyBB Version 1.6.3, I recently installed the MyShoutBox1.5 to test the said chat function, but encountering problems with the smilies. The smilies are not clickable, had to type manually for the smilies to appear

...what could be the problem sirs? thank you
Can you provide your forum URL?
I have the same problem but not with shoutbox. Mybb forums the smilies only show if you type the text. The images are there but are not clickable.
http://chamownersweb.net/forums
Test Account
User: test
Password: checker
^ above login details not working for me !!
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Ungrouped Templates > headerinclude.

2. Find and remove:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> 
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
not working for me on 1.6.4
What's not working for you? What's your forum URL?
clickable shoutbox smilies
Did you do what I suggested above?

What's your forum URL?
(2011-07-29, 10:08 PM)faviouz Wrote: [ -> ]Did you do what I suggested above?

What's your forum URL?

This my headerinclude the same as the default
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}{$meta_tags}
<script type="text/javascript">
<!--
	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var imagepath = "{$theme['imgdir']}";
// -->
</script>
<script type="text/javascript" src="jscripts/thx.js"></script>{$newpmmsg}
<script language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myadvertisements.js"></script>

Pages: 1 2 3