-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,20 +16,6 @@ | |
<section class="block block--markdown"> | ||
{% capture markdown %} | ||
|
||
# MyBB Project-managed Web Presence | ||
_Includes the Community Forums and MyBB.com websites_ | ||
|
||
You can reach the MyBB Team by creating a private thread, visible only to you and staff members, in the [**Private Inquiries**](https://community.mybb.com/forum-135.html) section on the Community Forums. | ||
Alternatively, administrators can be reached via e-mail: `[email protected]`. | ||
|
||
- #### Discord channels | ||
You can reach online MyBB Team members by sending them a Message. Discord also allows you to [block certain users](https://support.discordapp.com/hc/en-us/articles/217916488-Blocking-Privacy-Settings-). | ||
|
||
|
||
- #### GitHub code repositories | ||
It is also possible to report problematic behavior [directly to GitHub](https://github.com/contact/report-abuse). | ||
|
||
|
||
# Forums Powered by MyBB | ||
|
||
While the MyBB Project creates and maintains software that powers numerous discussion boards, it does not have the tools to control, modify or block specific MyBB forums. | ||
|
@@ -45,6 +31,20 @@ | |
- [Department of Justice — Reporting Computer, Internet-related, Or Intellectual Property Crime](https://www.justice.gov/criminal-ccips/reporting-computer-internet-related-or-intellectual-property-crime) (United States) | ||
|
||
Administrators of forums that do not meet our [Support Eligibility](https://mybb.com/support/eligibility-policy/) criteria may be denied official technical support. | ||
|
||
|
||
# MyBB Project-managed Web Presence | ||
_Includes the Community Forums and MyBB.com websites_ | ||
|
||
You can reach the MyBB Team by creating a private thread, visible only to you and staff members, in the [**Private Inquiries**](https://community.mybb.com/forum-135.html) section on the Community Forums. | ||
Alternatively, administrators can be reached via e-mail: `[email protected]`. | ||
|
||
- #### Discord channels | ||
You can reach online MyBB Team members by sending them a Message. Discord also allows you to [block certain users](https://support.discordapp.com/hc/en-us/articles/217916488-Blocking-Privacy-Settings-). | ||
|
||
|
||
- #### GitHub code repositories | ||
It is also possible to report problematic behavior [directly to GitHub](https://github.com/contact/report-abuse). | ||
{% endcapture %} | ||
{{ markdown | markdownify }} | ||
</section> | ||
|