> For the complete documentation index, see [llms.txt](https://enginethemes.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enginethemes.gitbook.io/docs/forumengine/fe-complete-other-settings/fe-frontend-control.md).

# FE Frontend Control

ForumEngine (FE) provides many options that help admin can control his site’s content better.

#### **1. New post notification number**

When a new thread or reply is posted in your FE, the post notification number will be increased 1 more. It will hide as soon as admin reads a new post.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/571453c4c697911a6f039d13/file-QbmrYFzqvM.png)

The unread post will be marked to a different background with others. Admin can get the overview and manage the content very convenient.

#### **2. Close thread**

A thread is closed that means all users can’t give any reply more and it shows on your site until you use “**Delete**” thread to remove it out your site.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/571453f4c697911a6f039d14/file-CqrAAnfqJO.png)

Just click the “**lock**” icon to close one thread, admin can view lock icon in many places: the threads list, single threads, and pending threads list.

#### **3. Approve thread**

Admin needs to approve thread when a user posts a thread at the first time or he enabled the pending thread option in **Engine Settings > Settings > content**.

The approved icon will be shown on the pending threads list and single thread page. Just click the approved icon and it will show on the all posts list.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5714542090336027966767b4/file-RioYhQKtxp.png)

#### **4. Delete thread**

If the admin doesn’t want to show the thread anymore, he can press the delete icon. The delete icon will be shown in many places: all posts list, the pending threads list, and single thread page.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5714543a90336027966767b5/file-rfbdTQyTZg.png)

Just click the trash icon to delete a thread. That’s all.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://enginethemes.gitbook.io/docs/forumengine/fe-complete-other-settings/fe-frontend-control.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
