2006-06-13 15:10:52 +00:00
|
|
|
<?php
|
|
|
|
require_once("../inc/util.inc");
|
|
|
|
require_once("../inc/forum.inc");
|
|
|
|
require_once("../project/project.inc");
|
|
|
|
|
|
|
|
page_head("Moderator instructions");
|
|
|
|
echo "
|
|
|
|
Your job as a moderator is to enforce the following rules:
|
|
|
|
".post_rules()."
|
2006-06-19 17:02:50 +00:00
|
|
|
Delete posts or threads <b>only if they clearly violate
|
|
|
|
one or more of these rules</b>.
|
2006-08-21 19:51:51 +00:00
|
|
|
However, there may be other cases where it is alright to
|
|
|
|
delete posts or threads as the moderator sees fit,
|
|
|
|
such as:
|
|
|
|
<ul>
|
|
|
|
<li>whole threads that have disintegrated into pointless
|
|
|
|
argument, especially between a few parties, though the
|
|
|
|
content might not exactly violate any of the rules above
|
|
|
|
<li>older threads (that don't appear on current first page)
|
|
|
|
that may contain less offensive but still questionable material
|
|
|
|
<li>a thread needs massive cleanup can be temporarily
|
|
|
|
deleted to hide it while cleanup takes place
|
2006-09-25 22:21:27 +00:00
|
|
|
<li>clear invasions of privacy (bugging posts to trap
|
|
|
|
IP addresses, posting contents of personal emails (real
|
|
|
|
or fake), etc.)
|
2006-08-21 19:51:51 +00:00
|
|
|
</ul>
|
2006-06-13 15:10:52 +00:00
|
|
|
If in doubt, discuss it with other moderators on the email list.
|
|
|
|
Please respect the following guidelines:
|
|
|
|
<ul>
|
2006-06-19 17:17:34 +00:00
|
|
|
|
2006-06-19 17:02:50 +00:00
|
|
|
<li> Don't let your personal opinions
|
|
|
|
or moods affect your moderation decisions.
|
2006-06-13 15:10:52 +00:00
|
|
|
You may not delete a post simply because
|
|
|
|
you disagree with it or dislike its author.
|
2006-06-19 17:02:50 +00:00
|
|
|
If you find yourself getting angry, take a break.
|
|
|
|
|
2006-06-13 15:10:52 +00:00
|
|
|
<li> Don't discuss moderation decisions on the forums
|
|
|
|
of this or other BOINC projects.
|
|
|
|
Use the email list that has been set up for this purpose.
|
2006-06-19 17:17:34 +00:00
|
|
|
Consider using an anonymous account for moderation,
|
2006-06-19 17:02:50 +00:00
|
|
|
so that your own forum activities are kept separate from
|
|
|
|
your moderation duties.
|
|
|
|
|
2006-06-19 17:17:34 +00:00
|
|
|
<li>
|
|
|
|
Except for posts containing obscene language or pictures,
|
|
|
|
avoid deleting posts until someone complains about them
|
|
|
|
(and, of course, don't delete them simply because someone has complained).
|
2006-06-19 17:02:50 +00:00
|
|
|
|
2006-06-13 15:10:52 +00:00
|
|
|
</ul>
|
2006-08-21 19:51:51 +00:00
|
|
|
<p>
|
2006-10-17 22:17:26 +00:00
|
|
|
It is possible for a project administrator to temporarily banish
|
2006-08-21 19:51:51 +00:00
|
|
|
users by selecting the \"banish author\" link in each post.
|
|
|
|
In this case each offending author is sent an e-mail stating
|
|
|
|
he/she will be unable to post for two weeks.
|
2006-10-17 22:17:26 +00:00
|
|
|
Moderators will not have access to the \"banish author\" button.
|
|
|
|
If they feel a person should be banished, they should request
|
|
|
|
that a project administrator do so.
|
2006-08-21 19:51:51 +00:00
|
|
|
<p>
|
|
|
|
<b>REMEMBER:</b>
|
|
|
|
It is impossible to keep any internet forum free of yahoos.
|
|
|
|
People will say incredibly stupid things when nobody can
|
|
|
|
punch them in the face. Don't try to solve this problem -
|
|
|
|
just try to maintain some level of sanity.
|
2006-06-13 15:10:52 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
|
|
|
|
?>
|