Home > CMS Tutorial > Empire CMS > body text

How to implement tag tag Chinese url in Empire Cms

藏色散人
Release: 2020-04-28 14:06:17
forward
3050 people have browsed it

The following tutorial column from Empire cms secondary development will introduce to you the method of Imperial cms to improve the opening speed of website pages. I hope it will be helpful to friends in need!

How to implement tag tag Chinese url in Empire Cms

tag displays the Chinese path, modify the file /e/class/t_functions.php file:

This paragraph:

$str.=$jg.'& lt;a href="'.$public_r[newsurl].'e/tags/?tagid='.$r[tagid].$cs.'" target="_blank">'.$font1.$r[tagname].$snum.$font2.''.$br;
Copy after login

Modify to :

$str.=$jg.''.$font1.$r[tagname].$snum.$font2.''.$br;
Copy after login

Test after modification

This call [showtags]'',0,0,'',0,s,'',1,''[/showtags] (Calling all tags)

What is displayed is the normal Chinese address?tagname=Baidu Optimization

And the content page call [showtags]'selfinfo ','',0,'','','','',0,''[/showtags]

shows other codes ?tagname=ͼƬ

Why not display Chinese directly? I want the content page to also display this kind of address? tagname=Baidu optimization

Modify t_functions.php

##$str.=$jg.'< ;a href="'.$public_r[newsurl].'e/tags/?tagname='.urlencode($r[$i]).$cs.'" target="_blank">'.$r[ $i].''.$br;

is changed to:

$str.=$jg.''.$r[$i].''.$br;

Hope the above method can help you solve the problem of cultural url in tag tag.

For more Empire cms technical articles, please visit the

Empire cms tutorial column!

The above is the detailed content of How to implement tag tag Chinese url in Empire Cms. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:cnblogs.com
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!