phpcms tag
编辑整理:整理来源:360问答,浏览量:74,时间:2023-03-05 13:15:02
关于phpcms tag内容导航:
1、phpcms tag
PHPCMS tag is a feature of the PHPCMS content management system tt allows users to add custom tags to their content. These tags can be used to categorize content, create custom navigation menus, and more.
2、phpcms tag
1、添加url规则路径:
进入网站后台->扩展->url规则管理,添加一个新的url规则,如下所示:
url规则名称选择category,模块名称为内容模块。
url示例:tags-测试-1.html
url规则:tags-{$tag}-{$page}.html
如下图所示:
如何修改phpcmsv9网站系统最新版本tag的伪静态
PS:添加完后我们要记住刚才我们添加规则的ID,将在下面有用。
2、在代码里写入混想安富鲁两四景地url规则
打开ph目活著又汉员pcms/modul若转斤座重情那师es/content/tag.php文件,找到:
$infos = $key冲包word_data_db->listinfo($where, '`id` DESC', $page, $pag气延系散esize);
改为:
延省草材算洲//add tag jincon
$urlrul容异es = getcache("u形拿满约甲升院考速各起rlrules","commons");
$urlrule = $urlrules[31];找巴义担下述东菜够//调用url规则
$infos = $keyword_data_db->listinfo($where, '`id` DESC',$page, $p板直未剧候永阶agesize,"","9",$urlru呼品月矿破le,array("tag"=>urlencode($tag)));
这里的ID号31就是我们之前设置的。
3、修改内容页星便声朝尼前模版以及标签页模版里面相关的地方
打开phpcms\templates\default\con米节销副城tent\show.html,找到:
{APP_PATH}index.php?m=content&c=tag&a=lists&tag={urlencode($keyword)}
改成
{APP_PATH}tag-{urlencode($keyword)}-1.html
打夫按活新问存天害开phpcms\templa写味满末tes\default\content\tag.html,同样找到
来灯可满赶简除无{APP_PATH}月书绝标员景标index.php?m=content&c=tag&a=lists&tag={urlencode($keyword)}
改成
{APP_PATH}tag-{urlencode($keyword)}-1.html
4、前面我们把模块以及模版修改好了,接下来这是非常重要的一步了,这里要给tag标签加上规则了。
a、如果你是需要.htaccess规则,那么你可以自己建立一个记事本,添加如下代码然后把文件名的属性改为.htaccess。如果你的网站已经有这个文件,那么直接把这个文件下载下来在里面添加即可。
代码如下:
RewriteRule ^tag-(.*)-([0-9]+).html index.php?m=content&c=tag&a=lists&tag=$1&page=$2
b、如果你是需要web.config规则,像上面a中一样的步骤添加如下代码即可。
代码如下:
<rule name="rule 1l">
<match url="^tag-(.*)-([0-9]+).html" />
<action type="Rewrite" url="/index.php?m=content&c=tag&a=lists&tag={R:1}&page={R:2}" />
</rule>
好吧,以上就是关于如何修改phpcmsv9网站系统最新版本tag的伪静态的方法了。如果有不明白或者其他情况欢迎大家在下面讨论以及交流哈。
3、phpcms tag
其实就是把中文标签转换成SQL语句(后台标签设置里有很多参数,保存在模板目录里面的tag_config.inc.php文件里),详细的就得自己学习了解罗
行业热门话题:
【phpcms tag】【phpcms tag】【phpcms tag】
phpcms tag完!