MyBB Community Forums

Full Version: BBCode Bar Missing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[attachment=29791]

I'm running MyBB 1.6.10 however my headerinclude shows ver=1400 so I don't know if that's causing the problem

<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="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</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>

{$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}
<script language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myadvertisements.js"></script>

URL - http://www.talk-of-the-tyne.co.uk
u - testaccount
p - testaccount
Try changing to this:
http://pastebin.com/BVwgB3mH

Can't add code in post for some reason, I guess it's connected to this Cloudflare captcha...
Thanks, but that didn't make a difference, still not showing up (refreshed and cleaned cache)
What is your forum url?
Sorry, added it to the OP
I cannot access it.

Perhaps did you try adding jQuery.noConflict(); to the headerinclude template?
(2013-07-21, 01:54 PM)omenator Wrote: [ -> ]Thanks, but that didn't make a difference, still not showing up (refreshed and cleaned cache)

You didn't change it to my version, it's still the old.

https://docs.google.com/file/d/0B6pgReiH...p=drivesdk

Compare the Firebug code on screenshot to the one in 1st post, then to my on pastebin. jQuery and noConflict are still over Prototype and the versions are 1400 while I changed them to newer.

EDIT: From your codes in PMs I see the issue. You didn't mention you played around with TinyMCE plugin (no idea which one) - newreply, newthread and editpost contain the {$tinymce} variable. Make sure you uninstalled/deactivated the plugin correctly in Configuration -> Plugins.

Also in codebuttons replace:
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/editor.js?ver=1608"></script>
to:
<script type="text/javascript" src="jscripts/editor.js?ver=1609"></script>

EDIT2: Fixed after receiving admin access, it was caused by one of advertisments in My Advertisment.
IF you have really changed them, then this is a server cache issue maybe ?
(2013-07-21, 02:18 PM)Destroy666 Wrote: [ -> ]
(2013-07-21, 01:54 PM)omenator Wrote: [ -> ]Thanks, but that didn't make a difference, still not showing up (refreshed and cleaned cache)

You didn't change it to my version, it's still the old.

https://docs.google.com/file/d/0B6pgReiH...p=drivesdk

Compare the Firebug code on screenshot to the one in 1st post, then to my on pastebin. jQuery and noConflict are still over Prototype and the versions are 1400 while I changed them to newer.

Shows fine on my page source Huh

[attachment=29794]
CAN YOU PLEASE PROVIDE YOUR PROPER FORUM URL? Since on visiting the above url i get APACHE TEST PAGE.

omg -.-
Pages: 1 2