MyBB Community Forums

Full Version: AJAX and 1.6.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone else experiencing problems where the board automatically removed AJAX functionality of Plugins (Thank You/Like; MyShoutbox; the normal Quick Edit/Full Edit switch is gone?!)

So, what's up with this?

Addition: Overview-Plugin still works with AJAX updates.

also xmlhttp.php?action=show_shouts from MyShoutbox still gives the proper result, but the Shoutbox does not load when bound onto a page in the template.

Also after updating from 1.6.2 to 1.6.3 the Find Updated Templates only gave me 5 templates of an unused Theme.
My default theme was not mentioned and I had to add the CSRF-prevention-key my self by searching for the URL manually.
Did you run the "Find Updated Templates" tool after upgrading?
What does your 'headerinclude' template look like?
What's your forum URL?
ItsMods.com

I temporarily removed the Shoutbox and reverted the templates.

Also the AJAX PM notification is broken.

Also when I tried to edit a template today and clicked Save, it saved it as an empty template. Tested in FF4 and IE9.

Not very nice when you want to remove a broken shoutbox and then you have to go into MySQL manually to add the index page again...
Can I downgrade to 1.6.2 without losing all posts made between now and the time I upgraded?
headerinclude
<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=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>
{$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>
{$newpmmsg}
Are you sure you updated all files? You have still Prototype 1.6.1, but the update contains Prototype 1.7.
I copied all files from the zip file onto the server.
The new files are on the server, but the caching server did not reload them yet.

Flushing the cache of that. Maybe that is my problem (hope so).

Well, that did the trick, thanks for the hint.
Editing templates still doesn't work though. It empties the template.