Thank you for your continued support of our Yujie CMS. Our company has now made the SQL commercial version completely free and open source. I hope you will continue to support the development of our company.
The "CNYJWL CMS" system is fully functional, integrating news module, article module, download module, mall module, forum module, film and television module, market module, gallery module, animation module, cool site module, enterprise module, iAsk module, membership system, and charging system , advertising system and other 15 modules. At the same time, "CNYJWL CMS" continues the ASP open source road. It is a stable core program that you can modify as you like. Therefore, "CNYJWL CMS" can be suitable for large portals, governments, agencies, teams, schools, and enterprises. and personal website building needs. "CNYJWL CMS" supports ACCESS--sql2000-2005 database. From the fields of the database to the structures of tables, indexes, and stored procedures, they are all carefully designed to make database queries fast, efficient, and with strong load capacity.
YJCMS V6.0 sp2 version functions
●Fixed a serious upload vulnerability in the editor ●Fixed the issue of announcements still being displayed after expiration ●Fixed the issue of display errors when there is no data in the main table and no data in the appendix ●Fixed the issue of newly added models not automatically displaying titles ●Fixed There is no encoding problem in the option field. ●Fixed the problem that the editor uploaded a preview that was not a thumbnail. ●Fixed the problem that the download file address cannot have spaces. ●Fixed the modification of the height and width of the editor without changing. ●Fixed the problem that the date of birth was not filled in during registration, and the background personal information displays the current date. ● Solve the problem that when comments are on a static page, the page must be regenerated to open comments ● Solve the problem that when allowing registered users to comment, visitors must be allowed to comment ● When generating a list page or generating a content page, if all nodes are selected It should be possible to generate it, but it is not possible now.
●Solve the problem of the address of the topic default template information list being encoded ●Ads are displayed in order and newly added ads are displayed at the end ●Mobile SMS configuration adds a registration button ●Adds a full site search label according to the title ●There is no verification control in the collection status field ●Collection Keywords are not filtered ● Solve the problem that some webpart prompts are in English ● The image upload preview thumbnail displays the original image ● Solve the problem that the spaces in the Tag tag are not parsed
//The following is the blog user template call tag
----------------------------------------
$show_log$ Important, this tag displays the main part of the log, including comments and other information.
$show_placard$ This tag displays user announcements.
$show_calendar$ This tag displays the calendar.
$show_newblog$ This tag displays the latest blog list.
$show_comment$ This tag displays a list of the latest replies.
$show_subject$ This tag displays the subject category.
$show_subject_l$ This tag displays the subject categories horizontally.
$show_newblog$ This tag displays the latest blog list.
$show_newmessage$ This tag displays the list of latest messages.
$show_info$ This tag displays the Blog name, statistics, etc.
$show_login$ This tag shows the login window
$show_links$ This tag displays link information.
$show_blogname$ This tag displays the user's blog name. If the name is empty, the user ID is displayed.
$show_search$ This tag displays the search form.
$show_xml$ This tag displays the rss connection flags.
----------------------------------------
//The following are the new tags (relative to Oblog)
----------------------------------------
$show_hotblog$ This tag is called for hot blogs
$show_newphoto$ This tag is called for the latest photo
$show_hotphoto$ This tag is called for hot photos
----------------------------------------
//The following tags are temporarily invalid
----------------------------------------
$show_blogurl$ This tag displays the blog link.
$show_myfriend$ This tag shows my friends.
$show_mygroups$ This tab shows the groups I am a member of.
$show_photo$ This tag calls the photo album.
=====================================
//The following is the blog system template call tag
----------------------------------------
Blog user call example: {$ReadBloger(0,0,12,26,0,1,5,0,showlist)}
Description: 1, category ID, 0 means all
2. Call type (0: latest, 1: popular, 2: recommended)
3. Number of calls
4. The length of the calling name (bytes)
5. Whether to display the category name
6. Whether to display the time
7. Time format
8.Opening method
9, style
----------------------------------------
Blog data call example: {$ReadBlogData(1,0,12,26,0,1,5,0,showlist)}
Description: 1, calling category (0: all, 1: log, 2: photo)
2. Call type (0: latest, 1: popular, 2: latest comments, 3: most comments)
3. Number of calls
4. The length of the calling name (bytes)
5. Whether to display the category name
6. Whether to display the time
7. Time format
8.Opening method
9, style
----------------------------------------
Example of calling a blog get-together picture: {$ReadBlogPhoto(0,4,4,20,0,100,90,1)}
Description: 1, call type (0: latest, 1: popular, 2: latest comments, 3: most comments)
2, each line displays the quantity
3. Total amount of pictures called
4. The length of the calling name (bytes)
5.Opening method
6, picture width
7, picture height
8. Whether to display the title
----------------------------------------
Blog user tag calling example: {$ReadBlogTags(1,100,1,12,24)}
type,num,target,smallfont,largefont
Description: 1, call type (0: latest, 1: popular)
2. Number of calls
3.Opening method
4. Minimum font displayed
5. The largest font displayed
Expand