RGCMS Ruigu content management system is an open source website management system, written in PHP language, the framework is Thinkphp5.1.+, and the database uses MYSQL database.
RGCMS Ruigu content management system system features
1. Customize various column models and functional models to adapt to various production scenarios, and freely define template path files
2. Extend fields and flexibly call them. The system does not have too many fixed template tags. Most tags are called based on custom fields.
3. The LAYUI framework is used in the background, and the powerful TP template tag and caching mechanism enable content to be presented in milliseconds.
4. The filtering mechanism and blacklist prevent illegal intrusions, synchronize the TP official update framework, and repair various problems in a timely manner
5. One backend manages N sites. It can create multi-language sites or site groups, and can also customize various applications according to needs.
6. The system provides free third-party popular interfaces such as email, Qiniu, and SMS.
7. Hierarchical permission classification makes management easy and convenient. You can customize different groups and assign different permissions.
8. Save space resources. The same picture or file will automatically obtain the original uploaded file address when uploading it for the second time, effectively saving space resources.
9. When uploading multiple pictures, you can mark the description title of each picture, etc.
10. Unlimited grading, the front desk can call it infinitely, and at the same time, the column fields can be called upwards. If there is no column picture in the current column, the upper level column picture can be automatically called until there is a picture.
11. You can set the column access level, such as setting access permissions for member groups, etc.
12. The built-in material library stores all uploaded materials, and you can directly click to select to call the materials.
13. Keyword internal link mechanism, SEO title, keyword, description settings, automatic Baidu link submission function
14. Online template editing and online management without FTP
15. Add columns and content in batches
No.: 2021050801
Update date: 2021-05-05
Update content
Fixed the bug of exception reminder thrown in PHP7.2 environment;
Fixed the bug where the front-end search results were opposite when the background field was set to fuzzy or precise search;
Delete the rgcms logo in the 404 page;
The background layui is updated to remove the original dropdown component and use layui's built-in dropdown component;
Fixed the bug where key field contents were not stored in the data table after the front-end form was submitted;
Fix the bug that the sorting does not increase when adding columns in batches;
The function button in the upper left corner of merged column management is a drop-down button, and a new column batch deletion function is added;
Fixed a bug in Mysql where the status of some new content is closed;
Fixed the bug where the status was disabled when adding attributes;
Automatically sort when adding attribute content in batches;
Added filtering and searching for fields such as text fields, drop-downs, radio selections, multi-selections, and switches in the background model content management;
Fixed the bug that in the background model management, after selecting a column, the filter search is a global search;
The attribute calling tag attr has new field and value calling methods;
A new editing column switch has been added to the background column management. After closing the editing column, the telescopic function can be used;
Added file download route;
Enhanced front-end file download function, which can be saved as the original file name of the file, and the download link is /down.html?file=file address or file MD5 value;
Adjusted two details in the where method of Collection in the tp kernel;