MyBB Community Forums

Full Version: New reply new thread error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hi

i installed a new theme after installing everything was ok but after that i install some plugins like tinypic and watermark


<br>now when i go to the new reply and new thread clickable smilies are not working and header of text box is not there like font size font color
and also when i attach image and click on insert into post i cant see link in text box


<br>
please help me for that thanks in advance
Probably a JQuery Conflict :/

Try putting
 
<script>jQuery.noConflict();</script>

in headerinclude Template.
But where i have to put this code ? please explain
In your Headerinclude template.

Go to -> ACP -> Templates & Themes -> Templates -> YOUR CURRENT THEME -> Ungrouped Templates -> Headrinclude

Add it just just below where you see something like jQuery.js or jQuery.1.7.9.js, etc.

Or just post your Headerinclude Template here & I will modify it for you Smile
bro i put this code but having same problem
hmm...

Can you post here your Headerinclude template?
<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/rainbow_glow.js"></script><script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1600"></script><script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1600"></script><script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script><script src="{$mybb->settings['bburl']}/jscripts/rift.js" type="text/javascript"></script><script type="text/javascript">jQuery.noConflict();</script>{$stylesheets} <script type="text/javascript">jQuery.noConflict();jQuery(function($) { $(".close").click(function () { $(".avviso").fadeOut("slow"); }); });</script> <script src="http://code.jquery.com/jquery-latest.js"></script> {$avvisospiti}<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>{$newpmmsg}

and please fix one more thing that when i upload big size image its goes out of page
so plz tell me the name of plugin or give me other solution tnx in advande Big Grin
Mr Cedric i am still waiting for your response
can anyone help please ?


when i go to the new reply and new thread clickable smilies are not working and header of text box is not there like font size font color
and also when i attach image and click on insert into post i cant see link in text box
post your forum url and a test user account so that someone can check the issue

edit: below code is required only once - should be after jQuery loading code
<script type="text/javascript">jQuery.noConflict();</script>

that is like
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>

someone should rewrite code in post #7.
Pages: 1 2