Does AnQiCMS support displaying a custom shutdown prompt when the website is closed?

Calendar 👁️ 73

The website is in operation, and it is inevitable that there will be situations where the website needs to be temporarily closed, such as system upgrades, data maintenance, or business adjustments, etc.How to clearly and professionally convey the current status of the website to visitors, to avoid them seeing a rigid error page, is particularly important.For users using AnQiCMS, the good news is that the system has fully considered this point and provided a very flexible shutdown prompt information setting function.

Yes, Anqi CMS fully supports displaying the custom prompt information you set when the website is closed.This feature was introduced as early as in the v1.0.0-alpha version, and has become more mature and user-friendly with the continuous improvement of the system.This means that when your website needs to be temporarily offline, you can say goodbye to the cold '404' or 'server error' pages and instead display a well-designed, informative shutdown notice.

How to enable and set the shutdown prompt information

Managing the shutdown status of the website in Anqi CMS is very intuitive.You just need to log in to the background management interface, go to the "Background Settings" under the "Global Function Settings".Here, you will find an option named "Website Status".

When you set the "website status" to "shutdown", the front-end access of the website will be switched to shutdown mode.Immediately below, there will be a 'station closure prompt' box.You can enter any text information you want to display to visitors here, such as: 'The website is under maintenance and is expected to be restored in XX hours', 'Thank you for your visit, we are undergoing an important upgrade, please try again later' and so on.The system will display the text you enter here as the default shutdown prompt to all visitors of your website.

This text box is not limited to simple text; you can also insert basic HTML tags such as bold, italic, simple paragraph tags, and even some links to provide richer information.This allows for a certain degree of customization without touching the code.

Beyond text: Deeply customized standalone page

The strength of Anqi CMS lies in its ability not only to allow you to customize the shutdown prompt text but also to have complete control over the shutdown page. In the system's template design, there is a dedicated template file for the shutdown status -errors/close.html.

This means that if you are not satisfied with the default prompt style or layout of the station page, or if you want to display more complex elements on the station page, such as a corporate logo, specific images, contact information (you can directly call ...{% contact %}Label get the contact information from the background settings, social media links, even countdown timers, you can directly modify thiserrors/close.htmlFile. By editing this template, you can fully control the visual presentation of the landing page, ensuring it remains consistent with your brand image. Inerrors/close.htmlthe template, you can also use{% system with name="SiteCloseTips" %}Label to dynamically retrieve the shutdown prompt text you enter in the background "Global Function Settings" and perfectly combine it with custom design.

Why is it so important to customize the shutdown prompt?

A well-designed closing page tip is crucial for website operation. It is not just a simple notification, but also carries the responsibility of maintaining customer relationships and brand image:

  1. Improve user experience:Avoid users feeling confused or frustrated when they see the system error page. A clear and friendly prompt can help users understand the situation and reduce negative emotions.
  2. Maintain brand image: Even if the website is temporarily offline, a professional and branded shutdown page can reflect your attention to detail and respect for users, maintaining the professional image of the company.
  3. Clear communication:The shutdown page is the window of communication between you and your users. You can use it to explain the reasons for the website shutdown, the expected recovery time, and even provide other contact methods to make users feel valued.
  4. Guide user behavior:Provide alternative options on the shutdown page, such as guiding users to follow your social media, leave an email to receive notifications, or visit other sub-sites, which can convert potential lost users into active users on other platforms.

In conclusion, Anqi CMS considers every detail in website operations and even provides convenient and highly customizable solutions when the website needs to be temporarily closed.Whether it is a simple text prompt or a complex page design, Anqi CMS can help you professionally and elegantly handle the website shutdown status, to the greatest extent reduce the impact on user experience and brand image.


Frequently Asked Questions (FAQ)

How to enable or disable the website's shutdown feature?You can log in to the Anqi CMS backend and go to "Backend Settings" -> "Global Feature Settings".On this page, find the "Website Status" option, select "Closed" to enable, and "Open" to disable.

Where can the content of the shutdown prompt be modified, and does it support adding images or links?Basic site closure prompt text can be directly modified in the input box of "Background Settings" → "Global Function Settings" under "Site Closure Prompt". This input box supports simple text and HTML tags (such as<b>/<a>), thus you can add links. If you need to add images, more complex styles, or layouts, it is recommended to modify the current template directory under your location.errors/close.htmlFile, this can provide complete customization capabilities.

3. When the website is closed, will the user see a blank page or a designed page?The Anqi CMS defaults to displaying a based onerrors/close.htmlA template page. This means it will not be a blank page, but rather a page that you can design and layout by modifying the template file.You can add a logo, background image, detailed text descriptions, etc., to match your brand style, rather than just a system error prompt.

Related articles

How to flexibly control the conditional display and loop output of content in AnQiCMS templates through `if`, `for`, and other logical tags?

In AnQiCMS, templates are the core of building the appearance and displaying content of a website.It is crucial to be proficient in using the logical tags in the template to make the content of the website more flexible and intelligent.This is the two great tools of dynamic content display, `if` conditional judgment and `for` loop output tags.They allow you to display or hide content based on specific conditions, efficiently traverse and output a series of data, thereby creating highly customized and responsive frontend pages to meet user needs.

2025-11-09

How does AnQiCMS's `urlize` filter automatically convert URLs and email addresses in plain text to clickable links?

In website content operation, we often need to include some URLs or email addresses in the articles or descriptions.In traditional methods, this information is often just plain text, and users need to manually copy and paste to access it, which undoubtedly increases the user's operation cost and affects the interactivity of the content. 幸运的是,AnQiCMS cleverly goes through its powerful template filter mechanism, providing us with an elegant solution - that is the `urlize` filter.

2025-11-09

How to use the `truncatechars` or `truncatewords_html` filter to truncate text or HTML content and add an ellipsis for display?

When operating a website, we often encounter situations where we need to display long content, but the page space is limited.For example, on the article list page, we usually only want to display the abstract of the article; on the product detail card, we may only want to show a brief description.If this content is not processed, it may overflow the container, destroy the page layout, and affect the user experience.The AnQi CMS knows the importance of content display and provides us with powerful template functions.

2025-11-09

How does AnQiCMS automatically filter or process external links in article content and control their display on the front end?

In content operation, properly handling external links in article content is an important link, it not only concerns the health of the website's SEO, but also affects the reading experience of users.AnQiCMS provides a flexible mechanism to help users automatically filter or process external links, and supports control over the front-end display methods. ### Core Function: Automatic Handling Strategy for External Links AnQiCMS provides convenient settings in the background, allowing users to manage external links in article content according to their own operational strategies.

2025-11-09

How to customize and display category banner images or thumbnails in AnQiCMS to enhance the visual effect?

In website operation, the application of visual elements is crucial for attracting users and enhancing brand image.The category page is an important entry for users to browse content, and if it is equipped with a dedicated Banner image or thumbnail, it will undoubtedly greatly enhance the aesthetics and professionalism of the page.Next, let's see how to achieve this effect in AnQiCMS. ### One, Backend Settings: Configure Exclusive Visual Elements for Categories To add exclusive visual elements to a category, we first need to enter the AnQiCMS backend management interface.

2025-11-09

How to accurately control the timestamp date format display in the `stampToDate` tag of AnQiCMS on the front-end?

Clear, consistent, and beautiful time information display is crucial for user experience in website operation.Whether it is the publication date of the article, the update time of the product, or the deadline of the event, a friendly date and time format always allows visitors to obtain information more quickly.AnQiCMS deeply understands this, providing us with a powerful and flexible template tag - `stampToDate`, which allows us to easily control various date and time formats displayed on the front end.

2025-11-09

How to remove extra blank lines or newline characters in the output content by using the `remove` tag in AnQiCMS?

While developing website templates with AnQiCMS, we often encounter a detail issue that the logic tags (such as `if` condition judgment, `for` loop) in the template may generate unnecessary blank lines or newline characters when rendering output HTML content. These seemingly harmless blanks usually do not affect the final visual presentation of the page, but in some scenarios where code neatness is required or precise control of element spacing is needed, they may bring some minor troubles, such as affecting the readability of the HTML source code

2025-11-09

How to accurately calculate the word count of article content in AnQiCMS templates?

How to easily count the word count of article content in AnQiCMS template?Practical methods and skills Understanding the word count or number of words in articles is a basic and important indicator in content operation.It is very helpful to accurately count the length of article content for SEO optimization, cost assessment of content creation, or to ensure that the content complies with platform standards.

2025-11-09