zswin background management framework update instructions:
1. Added pseudo-static rule files under apache. For other environments, please refer to the manual of thinkphp3.2 or above. You only need to hide the system's index.php or index.php?s=/these!
2. Added routing rules. In addition to the normal mode, we can enjoy shorter URL links, which will also be more friendly and readable to search engines! At the same time, we have modified thinkphp’s official page.class.php paging class to make it better support routing rules! The official original paging class cannot support routing rules!
3. Added the automatic replacement function of template themes. For example, the default theme is default (the theme currently displayed on the official website). If your new theme is wind, then the user accesses the ucenter/userart module, which happens to be in your theme. Without this template file, the system will automatically call the relevant template under default! Regarding the topic of templates, we will have a template making tutorial later!
4. Added private message function between users
5. A message function has been added. When you comment on your article or someone @you, you will receive system messages!
6. Send emails asynchronously!
7. The background sets the style theme and URL mode, web page suffix name and interval symbol, and adds an automatic judgment URL link mechanism. After the background changes the mode, the front desk automatically replaces each link!
8. Added success, error and 404 pages
repair:
1. Solved the conflict between the uploadify upload plug-in and the chrome browser cache mechanism.
2. Solved the problem of image upload paths with different URL modes.
3. Fix the problem of untimely updating of user information
The zswin background management framework is basically completed! Backend access address admin.php
Using thinkphp3.2.2 and bootstrap3.3.0
Responsive template, can be accessed normally by computers and mobile phones!
This system is tagged and plug-in-based, which can reduce the difficulty of building your website to the greatest extent!
Build your own website easily!
This system is completely free. If you have any questions, you can communicate on the official website and discussion group!
Function introduction:
1. Menu function
Edit the major menu
2. Node function
Edit system functions, as small as a function written to insert can be added, deleted or edited here.
3. Role management
Edit the user groups of the system. You can add, for example, leadership groups and employee groups, and set corresponding permission group access permissions. You can also set which users belong to which permission groups. Lower-level permission groups will inherit the relevant permissions of the upper-level permission group.
4. User management
Manage system users
5. Log management
All operations performed by system users in the system can be recorded!
6. Data backup and recovery
Data backup and recovery
7. The list can be exported to Excel, demonstrating the export of user-managed lists.
8. The plug-in mechanism of onethink is borrowed to facilitate the expansion of functional plug-ins in the future.
9. Added website configuration related information
10. The node menu added to node management will generate the corresponding controller file and index.html file (if it is not the generated default index operation, the corresponding file will not be generated)