MyBB Community Forums

Full Version: *SOLVED*Codebuttons are gone ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
in my forum when someone makes a new thread the codebuttons are gone Confused

idk why xD

looks like this:
[Image: 8yroqw.png]

Please help me :/
ACP > Templates > Your Theme > Ungrouped Templates > headerinclude

Remove the instances of jQuery.
(2011-08-10, 10:14 PM)Jason L. Wrote: [ -> ]ACP > Templates > Your Theme > Ungrouped Templates > headerinclude

Remove the instances of jQuery.

huh? ;P This is what I had in there
:
Quote:<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=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1400"></script>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="jscripts/pngfix.js"></script>
<![endif]-->
{$stylesheets}
<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}

<link rel="icon" type="image/png" href="images/favicon.ico" />
[/code]
Add this headerinclude template;
<script type="text/javascript">jQuery.noConflict();</script>
He's not loading jQuery in his template, so that's obviously not gonna fix it...

What's your forum URL?
(2011-08-11, 09:10 AM)faviouz Wrote: [ -> ]He's not loading jQuery in his template, so that's obviously not gonna fix it...

What's your forum URL?

I did PM you information about it
Send me your forum url too, I can help you.
I reinstalled it instead Toungue works now, guess I made some wierd settings/or lost some files or something :/

anyway, thanks to everyone who tried/ was going to try Smile
damn, now it happend again -.-
Forum url is: http://decentstory.comuf.com/

When I reinstalled the forum it worked, and it worked for a long time, but then it was gone again Confused
Please help me :/
^ it appears that you have not turned ON the mycode editor ..

admin panel --> configuration --> settings --> Clickable Smilies and BB Code -->
set on for Clickable MyCode Editor AND Clickable Smilies Inserter & save settings
Pages: 1 2