Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of modifying the default title length of Weaving Dream dedecms

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the method of modifying the default title length of Weaving Dream dedecms, which has a certain reference value and can be used for reference by friends who need it. I hope you will learn a lot after reading this article. Next, let the editor take you to learn about it.

When you call the list title with dede, you will find that the number of words in the title is not complete. That is because the default length of the title in dede is 30 characters. In order to make the title display completely, the following modifications should be made! (recommended study: dream weaving cms)

1. Enter the background-system-system Settings-system basic parameters-other options-change the maximum document title to 60 by default (200 here)

2. Log in to the database and change the title field in the database table dede_archives table. The default is 60.

ALTER TABLE `dede_ Archives`CHANGE `title``title` VARCHAR

The way to solve the problem that the number of words displayed in the title of the article on the home page of dedecms UTF-8 is too short

Cause analysis: because UTF-8 encodes a Chinese character occupies 3 bytes, GBK occupies 2 bytes, therefore, the original $titlelen = AttDef ($titlelen,30) equals to 30 bytes, so a maximum of 11 Chinese characters are displayed.

Solution:

Enter the background of dedecms, in "template Management" in "tag Source Management", find arclist.lib.php, click "Edit", find "$titlelen = AttDef ($titlelen,30);" clause, change 30 to 60 or more.

Of course, you can also find arclist.lib.php in the directory\ include\ taglib, and then modify it in the same way, and then upload it to your space.

Thank you for reading this article carefully. I hope the editor will share the method of modifying the default title length of Weaving Dream dedecms to help everyone. At the same time, I also hope that you will support it, pay attention to the industry information channel, and find out if you encounter problems. Detailed solutions are waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report