打开:
includehelperschannelunit.helper.php
找到这段:
if(!function_exists(GetRankStar))
{
functionGetRankStar($rank)
{
$nstar="";
for($i=I.;$i<=$rank;$i++)
{

"景先生毕设|www.jxszl.com

织梦dedecms5.7 软件星级替换成图标星星方法

2022-10-29 16:27编辑: www.jxszl.com景先生毕设
织梦dedecmsV.VII的软件星级默认的是文字★",肯定没有图片星星"好看,下面就是把文字星星替换成图片星星的方法:
打开:
includehelperschannelunit.helper.php
找到这段:
if(!function_exists(GetR

 更多精彩就在: 51免费论文网|www.jxszl.com 
ankStar))
{
functionGetRankStar($rank)
{
$nstar="";
for($i=I.;$i<=$rank;$i++)
{
$nstar.="★";
}
for($i;$i<=V;$i++)
{
$nstar.="☆";
}
return$nstar;
}
}
找到:
$nstar.="★";
替换成:
$nstar.="";
找到:
$nstar.="☆";
替换成:
$nstar.="";
送上两个星级图标:星星星星
按照以上方法,也可以替换成自己的图片,或者其他路径.


原文链接:http://www.jxszl.com/biancheng/dedecms/75019.html