ThinkCMF is a Chinese content management framework developed based on ThinkPHP+MYSQL. ThinkCMF proposes a flexible application mechanism. The framework itself provides basic management functions, and developers can expand it in the form of applications according to their own needs. Each application can complete its own tasks independently, and can also call other applications through the system to work together. Under this operating mechanism, users who develop market applications do not need to care about how they work when developing SNS applications, but they can coordinate with each other through the system itself, greatly reducing development costs and communication costs. Main features:
Support Qiniu cloud storage
Support CDN
Support multiple file uploads ThinkCMF update log:
X2.2.1
[Core]
*Optimize front and backend form validation
*Optimize mobile paging function
*Optimize all frontend.js components to support jumping when not logged in
*Fix lang_switch_on shutdown problem
*Fix comments disappear after refreshing the page
*common.js adds multiple file upload method upload_multi_file[Admin]
*Optimize background paging
*Fixed the problem of manually adding menus in the background without adding permission rules
*Fixed background icon not displaying
*Fix background menu interface flickering
*Add url beautification and add field non-empty verification when editing
*Fixed the problem that members can still log in after being blocked in the background [Asset]
*Fixed the problem of thumbnail display after uploading non-image files [Install]
*Add mbstring extension detection
*Change the default value of the birthday field in the users table [Portal]
*Add whether to obtain the breadcrumb data method to obtain the current classification parameters
*Added list waterfall flow demonstration function
*Fix the problem of collecting articles
*Optimize the previous and next functions of the article page [User]
*Optimize login page jump
*Fixed the error in displaying the username of registered mobile phone users in the background user list
*Fixed the front-end user favorite list without pagination