已解决,杰奇cms热门推荐、新书推荐的链接在哪里修改?

  • 最低购
    如题,用的是17mb这个模板,modules\article\templates\style.html中只有一句:
    1. <div class="lm"> 热门推荐:{?if $jieqi_thisurl|strstr:reader.php !== false?}{?$top_allvote?}{?/if?}</div>
    复制代码
    1. <div class="footer_link"> 新书推荐:{?if $jieqi_thisurl|strstr:reader.php !== false?}{?$top_postdate?}{?/if?}</div>
    复制代码

    就是下面这个17mb模板
    moban.zip(277.4 KB)
    现在他默认的是0_1这样的格式,我要改成0/1这样的格式。
    谢谢!
    或者告诉我怎么去找这个链接在哪里修改也行。
    感谢送1024
  • 最低购
    章节页眉热门推荐、页脚新书推荐链接样式修改
    \小说源码\淘宝买家安装这个\moban\moban\模板文件\modules\article\class\package.php
    $top_allvote .= "<a href='/".intval($row_allvote["articleid"]/1000)."_".$row_allvote['articleid']."/' ".$style.">".$row_allvote['articlename']."</a>
    修改为
    $top_allvote .= "<a href='/".intval($row_allvote["articleid"]/1000)."/".$row_allvote['articleid']."/' ".$style.">".$row_allvote['articlename']."</a>

    $top_postdate .= "<a href='/".intval($row_postdate["articleid"]/1000)."_".$row_postdate['articleid']."/' ".$style.">".$row_postdate['articlename']."</a>
    修改为
    $top_postdate .= "<a href='/".intval($row_postdate["articleid"]/1000)."/".$row_postdate['articleid']."/' ".$style.">".$row_postdate['articlename']."</a>

    书荒点我