Open the menu
    ```html

    Forum: Category Administration

    Allows the management of forum categories, creating a unique grouping. It provides the registration of new categories, editing of previously existing categories, and also the deletion of already registered categories.

    Features

    • It is an administration interface

    Screens

    Category Administration

    Data

    category

    • Name(string) : Category Name
    • Last modification(date and time)
    • Views in the last 30 days(string)

    Links

    Permissions

    • Administer: Allow to manage all categories, forums, topics, and messages of the service. This permission implies that the user also has permission to "Moderate" and "Post Message".

    Actions

    • Delete Category : Deletes the selected categories. This action needs to be confirmed to be executed.
    ```