Yichuang website management system (DIRCMS) is a content management system independently developed in China with powerful system functions, permanent open source, and simple operation. It has the characteristics of rich models, simple template production, safety and stability; at the same time, the system is flexible The product architecture, strict security, 100% open source code and convenient function expansion of the system, using PHP+Mysql database architecture, are suitable for various types of website application platforms in all walks of life. It has been used by many large and medium-sized websites and is widely used in the establishment of portals, real estate and other websites. With the release of version 2010Sp1, it has won the support and love of many new users.
Update date: March 11, 2011 Version name: Dircms content management system 2011Sp2_GBK
1: Enhance the {{content catid="$catid" ...}} tag function:
1) Can realize {{content catid="1,2,3" ...}} multi-column call;
2) The content of designated members can be called;
2: Add statistical functions {{contentcount(content model ID)}}, {{membercount(membership model ID)}}, {{categorycount(column ID)}},{{postcount(all/week/day)}};
3: Strengthen the publishing and viewing permissions of different membership levels on columns;
4: Cancel the advanced template of membership level;
5: The personal center templates of different member models are different, and the naming has changed;
6: Smart tags can call data from all tables under the same database:
{{dir:data table="dircms_content" orderby="id ASC" row="10" where="1"}}
{{mydc:title}}
{{/dir:data}}
7: Solve the problem of member center misalignment under IE6;
8: Optimize the verification code mechanism and change the Chinese verification code to a simple arithmetic verification code;
9: Optimize the program code, delete or optimize redundant code, the program compressed package is only about 3M, truly lightweight, concise and practical;
10: Add plug-in uninstall function;
11: Add more functions getMenu($catid=0,$menu= more);
12: Add the recent visitor function to the personal center;
13: The number of pages in the list is divided by columns;
14: Others;