| 找到template/default/forum/打开viewthread_node_body.htm文件 找到第54行
 复制代码<table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_$post[pid]">
<!--{if !$_G['inajax']}-->
<!--{if $ad_a_pr}-->
$ad_a_pr
<!--{/if}-->
<!--{/if}-->
$post[message]</td></tr></table>
替换为:
 复制代码<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="40"><img height="40" src="static/image/mh/td_01.gif" width="40"/></td>
<td width:=auto background="static/image/mh/td_02.gif"></td>
<td width="40"><img height="40" src="static/image/mh/td_03.gif" width="40"/></td>
</tr>
<tr>
<td valign="top" background="static/image/mh/td_04.gif"></td>
<td background="static/image/mh/td_05.gif">
<div id="postmessage_$post[pid]" class="t_f">$post[message]</div><br />
</td>
<td valign="top" width="40" background="static/image/mh/td_06.gif"></td>
</tr>
<tr>
<td vAlign="top" width="40"><img height="40" src="static/image/mh/td_07.gif" width="40"/></td>
<td background="static/image/mh/td_08.gif"></td>
<td align="right" width="40"><img height="40" src="static/image/mh/td_09.gif" width="40"/></td>
</tr>
</table>
<SCRIPT language="JavaScript">
<!--
today=new Date();
jran=today.getTime();
function rnd() {
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
return jran/(im*1.0);
};
function rand(number) {
return Math.ceil(rnd()*number);
};
document.write("<div>");
for(i=1;i<=1;i++) {
myNum=(rand(10)); //改成你要随机显示的图片数;
if(myNum == 1) document.write("<img src='static/image/mh/face1.gif'>"); 
if(myNum == 2) document.write("<img src='static/image/mh/face2.gif'>"); //图片路径,可用http://
if(myNum == 3) document.write("<img src='static/image/mh/face3.gif'>"); 
if(myNum == 4) document.write("<img src='static/image/mh/face4.gif'>"); 
if(myNum == 5) document.write("<img src='static/image/mh/face5.gif'>"); 
if(myNum == 6) document.write("<img src='static/image/mh/face6.gif'>"); 
if(myNum == 7) document.write("<img src='static/image/mh/face7.gif'>"); 
if(myNum == 8) document.write("<img src='static/image/mh/face8.gif'>"); 
if(myNum == 9) document.write("<img src='static/image/mh/face9.gif'>"); 
if(myNum == 10) document.write("<img src='static/image/mh/face10.gif'>"); 
else {
document.write();
}
};
document.write(" $post[author]说:</div>");
//-->
</SCRIPT> 
<br>
再找到代码:
 复制代码<table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_$post[pid]">$post[message]</td></tr></table>
替换为:
 复制代码<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="40"><img height="40" src="static/image/mh/td_01.gif" width="40"/></td>
<td width:=auto background="static/image/mh/td_02.gif"></td>
<td width="40"><img height="40" src="static/image/mh/td_03.gif" width="40"/></td>
</tr>
<tr>
<td valign="top" background="static/image/mh/td_04.gif"></td>
<td background="static/image/mh/td_05.gif">
<div id="postmessage_$post[pid]" class="t_f">$post[message]</div><br />
</td>
<td valign="top" width="40" background="static/image/mh/td_06.gif"></td>
</tr>
<tr>
<td vAlign="top" width="40"><img height="40" src="static/image/mh/td_07.gif" width="40"/></td>
<td background="static/image/mh/td_08.gif"></td>
<td align="right" width="40"><img height="40" src="static/image/mh/td_09.gif" width="40"/></td>
</tr>
</table>
<SCRIPT language="JavaScript">
<!--
today=new Date();
jran=today.getTime();
function rnd() {
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
return jran/(im*1.0);
};
function rand(number) {
return Math.ceil(rnd()*number);
};
document.write("<div>");
for(i=1;i<=1;i++) {
myNum=(rand(10)); //改成你要随机显示的图片数;
if(myNum == 1) document.write("<img src='static/image/mh/face1.gif'>"); 
if(myNum == 2) document.write("<img src='static/image/mh/face2.gif'>"); //图片路径,可用http://
if(myNum == 3) document.write("<img src='static/image/mh/face3.gif'>"); 
if(myNum == 4) document.write("<img src='static/image/mh/face4.gif'>"); 
if(myNum == 5) document.write("<img src='static/image/mh/face5.gif'>"); 
if(myNum == 6) document.write("<img src='static/image/mh/face6.gif'>"); 
if(myNum == 7) document.write("<img src='static/image/mh/face7.gif'>"); 
if(myNum == 8) document.write("<img src='static/image/mh/face8.gif'>"); 
if(myNum == 9) document.write("<img src='static/image/mh/face9.gif'>"); 
if(myNum == 10) document.write("<img src='static/image/mh/face10.gif'>"); 
else {
document.write();
}
};
document.write(" $post[author]说:</div>");
//-->
</SCRIPT> 
<br>
下载图片附件并解压,上传到跟目录
 附件下载:
 
 
 |