MyBB Community Forums

Full Version: Moderation Options: BUG?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi guys please help me, when I use move/copy thread and leave redirect link this strange thread appears all the time!

When I remove redirect link it goes away!

I suspect it maybe because I have somewhere selected a thread or a post but didn't moderate it!

I use Required Approvals
Causes new users posts to require approval, until a specified amount of the users posts have been approved.


[Image: attachment.php?aid=29867]
Go to ACP>Templates & Styles>Themes>YOUR THEME>Global.css

Look for .trow_selected td

Add a color hex code in the color field. To find a color hex code, you can use the following website:

http://html-color-codes.info/

For your inline thread moderation: Can you post the content of your headerinclude template?

Go to ACP>Templates & Styles>Templates>YOUR THEME>Ungrouped Templates>Headerinclude
The problem is that this weird thing only appears when I move a thread and leave a redirect link.
This thing only is visible to admin. Then it not always shows just sometimes.
Can this be caused by Required Approvals plugin?

(2013-08-05, 11:48 AM)Arbaz Wrote: [ -> ]Go to ACP>Templates & Styles>Themes>YOUR THEME>Global.css

Look for .trow_selected td

Add a color hex code in the color field. To find a color hex code, you can use the following website:

http://html-color-codes.info/

For your inline thread moderation: Can you post the content of your headerinclude template?

Go to ACP>Templates & Styles>Templates>YOUR THEME>Ungrouped Templates>Headerinclude

Here is my 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=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}
Quote:The problem is that this weird thing only appears when I move a thread and leave a redirect link.
This thing only is visible to admin. Then it not always shows just sometimes.
Can this be caused by Required Approvals plugin?

I can't be too sure but a logical guess would be that the "Required Approvals" plugin could be causing the problem as it's an old plugin. Also, what exactly do you mean by the weird thing? Are you referring to that light yellow trow?
Deactivate your plugins one by one..refresh your page maybe need clean your cookie.
If u prefer DISABLE ALL PLUGINS and test.
Yes "weird thing" I mean that yellow untitled thread. OK guys I will try to disable that plugin and give it a try!
Can you provide a test account with super moderator privileges?
Sorry amigo but I can't. Please don't get me wrong bro
Why not? There's always an alternative. If you can provide me the reason then I can try to work around it.
Please don't get me wrong, I very appreciate your help but if something will go wrong I will be feel very bad for making that decision! If I get problem at least I know that only I am responsible for that!
Pages: 1 2