Dedecms UTF-8 Homepage Article title display not all truncated how to set

Source: Internet
Author: User
Tags truncated

Solve Dedecms UTF-8 First article title display words Too Short method

Cause analysis: Because the UTF-8 encoding 1 Chinese characters occupies 3 bytes, GBK occupies 2 bytes, so the original $titlelen = Attdef ($titlelen, 30) equals to 30 bytes, so it displays up to 11 characters.

Workaround:

Enter Dedecms backstage, in "template management" in "tag source management", Find arclist.lib.php, click "Edit", find "$titlelen = Attdef ($titlelen, 30); "clause, change it to 60 (I change to 60) or a larger number. Of course, you can also find the arclist.lib.php in the \include\taglib directory, and then the same method to modify, and then spread to your space.


Of course, if the title is super long then the above method may not help you, need to make a database adjustment

1, into the background-system-system settings-system basic parameters-other options-the maximum document title to the length you want to the original default is 60 (here to 200)

2, log into the database, change the database table dede_archives table Title field, the original default is 60, (here to 200).

ALTER TABLE dede_archives Change title title VARCHAR (200)

And then the above method can be used.

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.