MyBB Community Forums

Full Version: Quick Edit Not Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey guys I have a problem with my forum which is located at http://themoderngamers.com/forum. Whenever my members or I try to edit a post the quick edit won't work. If they right click on the button and click Open in New Tab... it brings them to the full edit. I've looked to see if this is theme related but it's not. The shoutboxes on my site recently stopped working as well. (Spicefuse). My headerinclude template looks like this:

<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=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>
{$stylesheets}
<link rel="stylesheet" href="{$theme['imgdir']}/font-face.css" />
<!--[if IE 7]>
<link rel="stylesheet" href="{$theme['imgdir']}/ie-fixes.css" />
<![endif]-->
<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}

My host also said he was updating the Apache so I have no idea if that could've done it. Can I please have some help? :/
Test account please.
(2010-12-29, 07:09 PM)xkhaosmasterx Wrote: [ -> ]If they right click on the button and click Open in New Tab... it brings them to the full edit.

Well, yeah, if you right click it it's going to go straight to the full edit...
(2010-12-29, 07:12 PM)pyridine Wrote: [ -> ]Test account please.

Test account is:
Username: Test
Password: Account
Ah, I see what you mean. The little menu doesn't come up. If anyone wants to take a look, login with the details above and go here: http://themoderngamers.com/forum/showthread.php?tid=21
(2010-12-29, 07:21 PM)MattRogowski Wrote: [ -> ]
(2010-12-29, 07:09 PM)xkhaosmasterx Wrote: [ -> ]If they right click on the button and click Open in New Tab... it brings them to the full edit.

Well, yeah, if you right click it it's going to go straight to the full edit...

Any idea what could be wrong? :/. Btw this is a fresh install of MyBB just installed three days ago.
(2010-12-29, 07:41 PM)xkhaosmasterx Wrote: [ -> ]
(2010-12-29, 07:21 PM)MattRogowski Wrote: [ -> ]
(2010-12-29, 07:09 PM)xkhaosmasterx Wrote: [ -> ]If they right click on the button and click Open in New Tab... it brings them to the full edit.

Well, yeah, if you right click it it's going to go straight to the full edit...

Any idea what could be wrong? :/. Btw this is a fresh install of MyBB just installed three days ago.

It has something to do with the javascript used to make the menu pop up.
(2010-12-29, 07:44 PM)pyridine Wrote: [ -> ]
(2010-12-29, 07:41 PM)xkhaosmasterx Wrote: [ -> ]
(2010-12-29, 07:21 PM)MattRogowski Wrote: [ -> ]
(2010-12-29, 07:09 PM)xkhaosmasterx Wrote: [ -> ]If they right click on the button and click Open in New Tab... it brings them to the full edit.

Well, yeah, if you right click it it's going to go straight to the full edit...

Any idea what could be wrong? :/. Btw this is a fresh install of MyBB just installed three days ago.

It has something to do with the javascript used to make the menu pop up.

I figured that but had no idea how to fix it. Should I contact my host?
It wouldn't be a server problem, so there's no reason to contact your host. I suggest you wait until someone more qualified can help you out. I can tell you that the code is in fact present but for whatever reason, it isn't working.
You've got jQuery included in the footer which is conflicting with the MyBB javascript.
Pages: 1 2