Home  >  Article  >  CMS Tutorial  >  How to implement tag tag Chinese url in Empire Cms

How to implement tag tag Chinese url in Empire Cms

藏色散人
藏色散人forward
2020-04-28 14:06:173142browse

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.&#39;& lt;a href="&#39;.$public_r[newsurl].&#39;e/tags/?tagid=&#39;.$r[tagid].$cs.&#39;" target="_blank">&#39;.$font1.$r[tagname].$snum.$font2.&#39;</a>&#39;.$br;

Modify to :

$str.=$jg.&#39;<a href="&#39;.$public_r[newsurl].&#39;e/tags/?tagname=&#39;.$r[tagname].$cs.&#39;" target="_blank">&#39;.$font1.$r[tagname].$snum.$font2.&#39;</a>&#39;.$br;

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].'5db79b134e9f6b82c0b36e0489ee08ed'.$br;

is changed to:

$str.=$jg.'6a9a652c8523b4b4c0f71fa2888a274b'.$r[$i].'4a11e5928b3688cf38c9163b657eb5ac'.$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!

Statement:
This article is reproduced at:cnblogs.com. If there is any infringement, please contact admin@php.cn delete