alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

jforum example source code file (Categories.txt)

This example jforum source code file (Categories.txt) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - jforum tags/keywords

categories, categories, category, category, create, delete, edit, edit, forums, groups, jforum, moderation, moderation, to

The jforum Categories.txt source code

!!! Categories
Categories are the top most entity in JForum. Each [forum|Forums] belong to one Category, each topic belongs to one forum, each message belongs to one topic, and each user has one or many messages. Categories are administered at Admin Panel -> Categories, where it is possible to:

# Create a Category
# Edit a Category
# Delete one or more categories

Also, the listing shows all forums that belong to that category, although forum administration is performed in the [Forums] section. 

!! Create a Category
To create a new category click in the "Insert new" button. In the "Category Management" form, will the "Category Name", select the [Groups] that will have access to this new category, and choose if the category should be moderated (Defaults to "No"). For more information about Category Moderation, check the "Moderation" section later in this page. 

!! Edit a Category
To edit a Category click in the "Edit" link, where you will be able to change the Category's name and its moderation status. Note that the the "Groups" option is no longer available. 

To change permissions of Category after it was created, please refer to the [Permissions] section of the manual. 

!! Delete one or more Categories
Before you can delete a Category, you must delete or move to another category all [Forums] that belong to that category. JForum will not allow you to remove the Category if there are any forums associated to it. 

To remove the record, click in the checkbox near to the "Click to Edit" link, and hit the button "Delete Selected". 

!! Moderation
When creating or editing a Category it is possible to opt for "Moderation". This means that, unless otherwise specified, all messages from all forums from that Category will be passible of message moderation - e.g, it will only show up to all users after a Moderator review and approve it. 

Other jforum examples (source code examples)

Here is a short list of links related to this jforum Categories.txt source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.