MyBB Community Forums

Full Version: delete threads/forums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
iam admin and i want to delete some post:threads.

i have selected the one i want to delete and in in-line moderator to delete the post.

i press "go" to delete the post then i get dis message


Sorry, but you did not select any threads to perform inline moderation on, or your previous moderation session has expired (Automatically after 1 hour of inactivity). Please select some threads and try again.

did i do it wrong?
Add the following code in headerinclude template;
<script type="text/javascript">jQuery.noConflict();</script>

If it doesn't solves the issue then please post your website's URL.
When you choose them do the thread boxes light up? If not then untick then tick again. It happens quite alot on my forum.
Go to the thread, go down the bottom and there are mod tools.
Click on the drop down and press delete thread, and for posts, simply edit them with the full editor and delete them.
<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>
<script type="text/javascript" src="jscripts/thx.js"></script>{$newpmmsg}
<script type="text/javascript">jQuery.noConflict();</script>

add the code right place?

http://friznioz.6te.net/index.php
Yes..
not working, still get same message.

now i dint click on a thread and it say there already ' selected but is not i click "go" and same message
(2012-07-11, 07:06 PM)pertono Wrote: [ -> ]not working, still get same message.

now i dint click on a thread and it say there already ' selected but is not i click "go" and same message


still need help to delete forums and threads. normal mod and admin can delete them but thats not the problem because iam the admin of the forum.

When i want to delete a forum or post i get a message:
"Sorry, but you did not select any threads to perform inline moderation on, or your previous moderation session has expired (Automatically after 1 hour of inactivity). Please select some threads and try again."

in dis image, i show what i did.

[attachment=26830]
i have choose a forum to delete and i have selected in inline thread mod for delete and press the green button GO(1).

when i have press it i got the message i have put up.

(2012-07-15, 12:17 PM)pertono Wrote: [ -> ]
(2012-07-11, 07:06 PM)pertono Wrote: [ -> ]not working, still get same message.

now i dint click on a thread and it say there already ' selected but is not i click "go" and same message


still need help to delete forums and threads. normal mod and admin can delete them but thats not the problem because iam the admin of the forum.

When i want to delete a forum or post i get a message:
"Sorry, but you did not select any threads to perform inline moderation on, or your previous moderation session has expired (Automatically after 1 hour of inactivity). Please select some threads and try again."

in dis image, i show what i did.


i have choose a forum to delete and i have selected in inline thread mod for delete and press the green button GO(1).

when i have press it i got the message i have put up.

Found it. cant delete a thread only inside the thread to view post i get one more option called Moderation option.

is there a way to add moderation option in thread section ,because i only have inline moderation button and that dont work. it much easy to delete whole thread in place opening thread and delete the post.