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("Moderation");
|
|
|
|
echo "
|
|
|
|
To maximize discussion and flow of information,
|
|
|
|
our message boards are moderated.
|
|
|
|
Message board postings are subject to the following posting rules:
|
|
|
|
".post_rules()."
|
2006-08-08 20:32:37 +00:00
|
|
|
Moderators may delete posts that violate any of these rules,
|
|
|
|
and may suspend the posting privileges of anyone
|
|
|
|
who repeatedly violates the rules.
|
2006-06-13 15:10:52 +00:00
|
|
|
|
|
|
|
<p>
|
|
|
|
If you think a post violates any of the posting rules,
|
|
|
|
click the red X on the post and fill out the form;
|
|
|
|
moderators will be notified of your complaint.
|
2006-06-19 17:02:50 +00:00
|
|
|
<p>
|
|
|
|
We try to be as fair as we can when moderating,
|
|
|
|
but in a large community of users, with many different viewpoints,
|
|
|
|
there will always be some people that will not be happy
|
|
|
|
with our moderation decisions.
|
|
|
|
While we regret that this happens,
|
|
|
|
please realize that we cannot suit all of the people all of the time
|
|
|
|
and have to make decisions based on what is best for the forum overall.
|
2006-06-13 15:10:52 +00:00
|
|
|
|
|
|
|
<p>
|
|
|
|
This moderation policy is set by the ".PROJECT." project.
|
|
|
|
If you have comments about the policy, email ".SYS_ADMIN_EMAIL.".
|
|
|
|
|
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
|
|
|
|
?>
|