热搜:6KBBS6kbbs V8.0 官方论坛
当前位置: 6kbbs V8.0 官方论坛 » 查看fuhao的资料
就改模板里一个数字,引起中间部分不显示,怎么办?急~

我去到模板风格里修改模板index.html中的代码以个数字,把15改成21,就出现了上面的问题。
这段代码:
<!--
EOT;
$newtopicstr='';
$newtopics=$db->row_select("topics","verifystate=0 and isrecycle=0",15,"id,fid,title,username,highlight,posttime,ordertime,lastreply","ordertime desc");
$newi=0;
foreach($newtopics as $newtopic){
$newi++;
$newtopic['title']=htmlFilter($newtopic['title']);
$newtopic['username']=htmlFilter($newtopic['username']);
if(!empty($newtopic['highlight'])){
  $newtopic['title']=genHighLighStr($newtopic['highlight'],$newtopic['title']);
}
if($newtopic['posttime']==$newtopic['ordertime']){
  $newtopic['posttime']=getDateStr($newtopic['posttime']);
  $linktitle="{$newtopic['username']} 发表于 {$newtopic['posttime']}";
}else{
  $lastre=explode("\t",$newtopic['lastreply']);
  $linktitle=htmlFilter($lastre[1])." 回复于 ".getDateStr($lastre[0]);
}
$viewurl=genUrl("view.php?tid={$newtopic['id']}");
if($newi<4){
  $newtopicstr.="<li class='bigtitle'><a href=\"{$viewurl}\" title=\"{$linktitle}\" target=\"_blank\">{$newtopic['title']}</a></li>";
}else{
  $newtopicstr.="<li class='normaltitle'><a href=\"{$viewurl}\" title=\"{$linktitle}\" target=\"_blank\">【{$cache_forums[$newtopic['fid']]['forumname']}】{$newtopic['title']}</a></li>";
}
}
print <<<EOT
-->
红色是我修改的数字,就修改这个然后后出问题了。本来以为修改15为21是想把显示的文章多两行,没想到出问题了,希望有人帮忙给解决问题。跪求~~

我没想到这程序好小气~不懂下次再不敢乱改了。。。。。

我重新把数字改回来在上传到空间都不行了,嗨~怎么办啊。。。。

所在版块:使用问题 - 发表时间: 2011-02-19 12:20