Home > CMS Tutorial > DEDECMS > body text

How to filter out Html tags in DEDE

藏色散人
Release: 2019-11-15 10:12:48
Original
1912 people have browsed it

How to filter out Html tags in DEDE

How to filter out Html tags in DEDE?

How to filter out Html tags in DEDE and intercept the string length

Just use 2 functions in the dede tag.

[field:body function="cn_substr(Html2text(@me),80)"/]
Copy after login

The Html2text() function removes the html tag code.

cn_substr(str,80) function intercepts the length of the string.

Related introduction:

Dreamweaver Content Management System (DedeCms) is famous for its simplicity, practicality, and open source. It is the most well-known PHP open source website management system in China and has the most users. After many years of development, the current version of the PHP CMS system has made great progress in terms of functionality and ease of use. The main target users of the free version of DedeCms are individual webmasters, with more functions. It focuses on the construction of personal websites or small and medium-sized portals. Of course, there are also corporate users and schools using this system.

The above is the detailed content of How to filter out Html tags in DEDE. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!