|
Note: This guide is not yet finished Managing Staff- Navigate to the Staff section of manage.php
- To add a new staff member, use the forms at the top of the page
- Username is the name that the staff member will log in with
- Password is the password that the staff member will have
- Type is the type of staff member they will be:
- Administrator means they will have full access to every function on the manage page.
- Moderator is a step down from administrator. Moderators can delete posts and ban IPs and md5 hashes, as well as sticky or lock threads, and modpost.
- Janitors are a step down from mods. They can delete posts but not ban users.
- Once you have added a staff member, you should probably edit them to allow them to moderate boards.
- To edit a staff member, click the 'edit' link on the same row as their name in the staff list.
- To delete a staff member, click the 'x' link on the same row as their name in the staff list.
Managing Boards- To add a board, navigate to the Add Board section of manage.php
- Directory is the place that the board will be inside of your kusaba root directory, ie: for "/b/" you would put "b" (without quotes). Do not put slashes or other non-alphanumeric characters in this field
- Description is the name of the board, ie: For /b/ you would put "Random" (without quotes).
- First post ID is the number that the first post will have.
- To delete a board, navigate to the Delete Board section of manage.php.
- Select the Directory of the board you want to delete from the drop-down box
- Click the delete button.
- To edit the options on a particular board, navigate to the Board Options section of manage.php
- Select which board you plan to edit from the drop-down box and click the Go button.
- After changing options, select the Update button at the bottom of the page
News- Navigate to the News section of manage.php
- To add a news post, fill out the forms at the top of the page (making sure to add proper html) and click "add"
- To edit or delete an existing news post, click the relevant link in the Edit/Delete column in the news list
Bans and Deletions- Log in to manage.php
- Now, when browsing boards (that you moderate), you will see D & B links next to each post (If you have javascript enabled). Clicking the D will delete the post, while clicking the B will bring you to the ban page to ban the poster. Clicking the & will delete the post and bring you to the ban page to ban the poster.
- You can also navigate to the Delete Thread/Post section of manage.php and type in the thread or post ID there.
- On the ban page, there are many options:
- IP: Put the IP or IP range here.
- Allow Read: Whether or not to allow the poster to continue reading the boards while banned. (Your httpd must support .htaccess for no-read bans)
- Type: Whether the ban is a single IP or an IP range ban
- Boards: Which boards to ban the poster from
- Seconds: How many seconds to ban the poster for. You can use the quick links next to the field to quickly fill in preset amounts of time (You must have Javascript enabled).
- Reason: The reason you are banning the poster. HTML is not escaped.
- Add Ban: Click this when you are done filling out the fields
- Also on the ban page is the ban list:
- The first 15 bans of each type are always displayed. To display all the bans, select "Display all bans" from the bottom of the list.
- To delete a ban, Select the x next to it.
- Another way to delete and ban posts, particularly useful in a flood situation is MultiDelBan™
- Navigate to a board. (be sure you are logged in)
- Select the Checkboxes next to the posts you wish to delete (or delete and ban)
- Scroll to the bottom of the page
- If you wish to ban the users that posted the selected posts, select the ban checkbox and fill out a reason. Be warned, these will be permanent bans from all boards.
- Click the MultiDelBan button to delete/ban all posts/users.
Stickies and Locked ThreadsStickies are threads which remain at the top of the first page of a board automatically. They will not expire or be bumped off the page unless a moderator or administrator deletes them. To sticky a thread, you can either modpost in it with the right flags, or you can navigate to the manage stickies section of manage.php: - Navigate to the Manage Stickies section of manage.php.
- Select which board you want to sticky the thread from with the drop-down box.
- Type in the Thread ID that you want to sticky.
- Click Sticky
Locked threads are threads which cannot be replied to except by staff members. To lock a thread you can either modpost in it with the correct flags, or you can navigate to the Manage Locked Threads section of manage.php - To manage locked threads, repeat the above but navigate instead to the Locked Threads section.
WordfiltersWordfilters are things which filter the messages which are posted on your boards. For instance, you could wordfilter "moo" to "baa", and every instance of moo in posters's messages would be changed to baa. - To manage wordfilters, navigate to the Wordfilter section of manage.php
- To add a wordfilter, type the word you want replaced in the Word field
- Type the word you want it to be replaced with in the Replaced By field
- Select which boards you want this wordfilter to filter messages on.
- The "Is Regex" Checkbox is an advanced feature to allow for highly customized wordfilters
- It uses the preg_replace() function of php, so check php.net for proper syntax
- Using Regex wordfilters can be dangerous, and may render it impossible to post on your site. Be careful when activating these filters
- To delete or edit a wordfilter, select the "edit" or "delete" links in the list of wordfilters.
Misc. Administrative Tools- Posting Rates
- This will show you the number of threads, replies, and total posts made by your users on each of your boards in the past hour.
- Check for new version
- This will show your version of kusaba, as well as the most recent version of kusaba available on www.kusaba.org.
- Disk space used
- View Deleted Thread
- Cleanup
- Deletes images in board directories which are not used
- Search Posts
- Modlog
- Allows you to view previous actions done by staff.
- Edit Filetypes
- Allows you to add nonstandard filetypes for users to upload to imageboards.
- Edit Sections
- Allows you to edit the sections used for menu.php (the navigation menu)
- SQL Query
- Allows you to execute a mysql query from the kusaba manage page
- Ban proxy list
- Allows you to upload a list of proxies and automatically bans them
- Rebuild all HTML files
- Rebuilds the cached html piles
- Useful to use after changing board options or upgrading kusaba to refresh boards
- APC
- Allows you to view the Alternative PHP Cache statistics
- Module settings
- Allows you to change the settings of individual module settings
|
How do i report illegal postings, whom can i contact to request the files be removed? That all i ask. I don't grasp why these people want to discourage me from making a living on my own work... they make more annually working a McDonalds? than i do on my comics... http://paws.ru/kusaba/fc/res/1685.html
How do I do an IP-range ban properly? Do I just do like x.x.x.x-y or does x.x.x. work?
when i log into the manage board I get a 404. Does anybody know how to fix that.