蓝雨 发表于 2009-4-18 23:24:19

帖子页面美化之推荐及鲜花鸡蛋



帖子页面没有鲜花鸡蛋的修改方法
template/风格/read.htm

查找60行左右
.dig {
font-size:12px;
background:#ffffee url($imgpath/$stylepath/read/readicon.png) .3em -164px no-repeat;
padding:0 .4em 0 1.6em;
cursor: pointer;
color:#666;
border:1px solid #ffd0a8;
height:18px;
line-height:18px;
margin-right:5px;
}


替换为
.dig_pic{float:left; background:url(p_w_picpath/dig-2.gif); width:60px; height:67px; cursor: pointer; text-decoration:none; text-align: center;line-height:15px;overflow:hidden}

查找696行左右
<!--
EOT;
if($forumset && $read==0){print<<<EOT
-->
<a id=\"r_dig\" href=\"javascript:void(0)\" class=\"dig fl\" title=\"推荐此帖到排行榜\" onclick=\"dig();\">$read</a>
<!--
EOT;
}if($read || $db_union){print <<<EOT
-->

替换为
<!--
EOT;
if($read || $db_union){print <<<EOT
-->


查找808行左右
<div class=\"f14\" id=\"read_$read\">$read</div>
</div>

下面添加
<br /><br /><br />
<h1 class=\"b\">
<!--
EOT;
if($forumset && $read==0){print<<<EOT
-->

<div style=\"text-align:left;padding-left:150px;\">
<table>
<tr>
<td>
<a href=\"post.php?action=reply&fid=$fid&tid=$tid\" title=\"我要发言\" style=\"cursor: pointer;\"><img src=\"$imgpath/dig-1.gif\" width=\"60\" height=\"67\"></a><img src=\"$imgpath/dig.gif\" width=\"30\" height=\"1\">
</td>
<td>
<a id=\"r_dig\" href=\"javascript:void(0)\" class=\"dig_pic\" title=\"推荐此帖到排行榜\" onclick=\"dig();\"><br style=\"line-height:15px\"><b class=\"big\">$read</b></a><img src=\"$imgpath/dig.gif\" width=\"30\" height=\"1\">
</td>
<td>
<!--
EOT;
if($admincheck || $_G){print <<<EOT
-->
<a id=\"showping_$read\" href=\"operate.php?action=showping&tid=$tid&pid=$read&page=$page\" onclick=\"return sendurl(this,8)\" title=\"我要评分\"><img src=\"$imgpath/dig-3.gif\" width=\"60\" height=\"67\"></a><img src=\"$imgpath/dig.gif\" width=\"30\" height=\"1\">
<!--
EOT;
}print <<<EOT
-->
</td>
<td>
<a href=\"thread.php?fid=$fid\"><img src=\"$imgpath/dig-4.gif\" width=\"60\" height=\"67\" alt=\"返回本版\"></a>
</td>
</tr>
</table>
</div><br /><br />
<!--
EOT;
}print <<<EOT
-->
</h1>

附件内图片上传images文件夹
页: [1]
查看完整版本: 帖子页面美化之推荐及鲜花鸡蛋