Dedecms Modify the article to tag add link and remove tag word limit of the detailed

Source: Internet
Author: User
This article mainly introduces the DEDECMS modified article tag to tag plus link to remove the tag word limit, the need for friends can refer to the next 1. Add Link to tag:

PHP Code copy content to clipboard

    1. {dede:tag sort= ' new ' getall= ' 0 '}   <a href= ' [field:link/] ' >[field:tag/]</a>   {/dede:tag}

You can call the tag corresponding to this article, and it is a link ...
2, remove the system default tag tag Word limit:
First step: Modify the Tag field properties of Tables Dede_tagindex and dede_taglist in the database: varchar (12) modified to varchar (255)
The second step: Modify the source code, find in include/archives.func.php:

if (Isset ($tag [12])

Modified to:

if (Isset ($tag [255])

Find in include/archives.func.php:

if (Isset ($tag [20])

Modified to:

if (Isset ($tag [255])

It's all right!

Dedecms template Download Address: www.php.cn/xiazai/code/dedecms

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.