Phpcms -- Comment content Character Control

Source: Internet
Author: User

Phpcms comments do not have character control by default, but sometimes you must add multiple comments to the Character Control and modify the following content:

 

Go to the phpcms/modules/comment/directory and open the index. php file.

Modify the following function

 

Public Function post ()

Find the following part of the modification control characters not less than 4. If it is Chinese, you need to add the corresponding function to determine the Chinese Character

(The red font is the modified content, and the blue font is the place where the Language Pack is to be modified .)

$ Content = isset ($ _ post ['content']) & Strlen (trim ($ _ Post ['content'])> 4 ? Trim ($ _ post ['content']): $ this-> _ show_msg (L ( 'Please _ enter_content' ), Http_referer ); $ Direction = isset ($ _ post ['direction']) & intval ($ _ post ['direction'])? Intval ($ _ post ['direction']): ''; $ DATA = array ('userid' => $ userid, modify the Language Pack file again

Phpcms/ages/ZH-CN/comment. Lang. php

$ Lang ['Please _ enter_content '] =' enter a comment with at least five characters. ';

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.