MyBB Community Forums

Full Version: Editing not working for staff
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For the lowest staff on my site Sectional Moderator, they can't edit their post for some reason, and it's on in the groups for that group and for all the forums it says they can edit their posts, also premium members can't edit their posts either and it's the same issue.

Also when users sign up the "Show the quick reply box on the view topic page." box is unchecked by default and it's on in the acp, so how do I fix these issues?

I'm using the latest version of MyBB.

Site: www.ModzWorld.com
Try adding

jQuery.noConflict()

In your headerinclude template.
(2013-07-23, 02:45 PM)Arbaz Wrote: [ -> ]Try adding

jQuery.noConflict()

In your headerinclude template.

Where?
<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/grey_out.js"></script><script type="text/javascript">function logout_confirmation(){grayOut(true);if (confirm('Are you sure you want to logout?')){grayOut(false);return true;}else{grayOut(false);return false;}}</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></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}
Add it at the very bottom and the code above is incomplete.

Add

<script type="text/javascript">jQuery.noConflict();</script>

At the very bottom, which in your case is after {$newpmmsg}
(2013-07-23, 08:05 PM)Arbaz Wrote: [ -> ]Add it at the very bottom and the code above is incomplete.

Add

<script type="text/javascript">jQuery.noConflict();</script>

At the very bottom, which in your case is after {$newpmmsg}

The error still remains. It still doesn't let people edit their post. Only I can, and Global Moderators.
Try disabling all plugins and check. If it works then provide a list of all activated plugins.

ACP>Configuration>Settings>General Configuration>Disable All Plugins>Yes
(2013-07-23, 08:38 PM)Arbaz Wrote: [ -> ]Try disabling all plugins and check. If it works then provide a list of all activated plugins.

ACP>Configuration>Settings>General Configuration>Disable All Plugins>Yes

I have a lot of plugins so I'll pm you.