Save Tinyboard docs (2012-10-16) from web.archive.org

This commit is contained in:
Amsemy Teladi
2019-04-18 16:15:46 +07:00
committed by Fredrick Brennan
parent 997326af59
commit a99c45de22
37 changed files with 690 additions and 0 deletions

11
docs/mod_interface.md Normal file
View File

@@ -0,0 +1,11 @@
Moderator interface
===================
To use the moderator interface, navigate to [`mod.php`](../mod.php) and login with your username and password combination. Generally, you can prepend `mod.php?/` to any regular page to view it with moderator controls. For example, `/b/res/33.html` would become `/mod.php?/b/res/33.html`. The moderator interface doesnt make use of the static file system.
Unlike some other imageboard engines, you do not need to have Javascript enabled to use the moderator inferface.
See also
--------
* [Capcodes](capcodes.md)
* [Bans](bans.md)