The AnQi CMS provides an intelligent and flexible strategy for handling documents without uploaded thumbnails, aiming to simplify content management to the maximum extent and ensure the visual integrity of the website.
This automatic extraction mechanism is very convenient, but what if the document content itself does not contain any images, or you want all documents without thumbnails to have a unified placeholder?Auto CMS also provides a comprehensive solution for this.In the "Content SettingsHere, you can upload a universal default thumbnail for the entire site.Once set, any document that has not been manually uploaded a thumbnail and does not contain any extractable images will automatically display this preset default thumbnail.This provides a powerful backup, ensuring that even the most 'simple' document does not appear visually incomplete, thus maintaining the overall professionalism and aesthetics of the website.
In template development, Anqi CMS also provides flexible tags to call these thumbnails. Whether it is the document detail page, list page, category page, or single page, you can use specific template tags (such as{{archive.Thumb}}Get the thumbnail,{{archive.Logo}}Get the cover thumbnail ()to call the system processed image. If you need more advanced image processing, you can even usethumbFilter to further process the display effects of images, ensuring that the front-end page can be perfectly presented.
In summary, the Anqi CMS provides an efficient solution that is both convenient for content creators and meets the front-end display needs, with triple guarantees through 'content intelligent extraction', 'global default thumbnail', and 'flexible handling and calling mechanism'.It not only reduces the repetitive work of content publishing, but also ensures that the website maintains visual consistency and professionalism in any situation.
Common Questions (FAQ)
What will happen if I have not set a default thumbnail and there are no images in the article content?
Can different default thumbnails be set for different content models (such as articles, products)?
moduleId)to display different image paths, or contact official support to find out if there are more advanced customization options available.If the system automatically extracted the first image in the article as a thumbnail, and I changed the article content, removed or replaced this image, would the thumbnail be automatically updated?The system automatically extracts thumbnails usually triggered by the snapshot behavior when content is saved.If you modify the image content of the article later, Safe CMS will not automatically rescan and update the extracted thumbnails.If you need to update, you can manually edit the document, re-select or upload a thumbnail, or click the 'Batch regenerate thumbnails' button in 'Content Settings'. The system will update all existing thumbnails, which may also affect the thumbnails automatically extracted.