1. 修改 /include/cache.php
$forumlink['content'] = "<a href=\"$flink[url]\" target=\"_blank\"><span class=\"bold\">$flink[name]</span></a><br>$flink[note]";
$forumlink['content'] = "<a href=\"$flink[url]\" target=\"_blank\"><img src=\"$flink[logo]\" border=\"0\" alt=\"$flink[name]
$flink[note]\"></a> ";
2. 修改 index 模板
<!--{if empty($gid) && ($_DCACHE['forumlinks'] || $whosonlinestatus)}-->
<!--{if empty($forumlist)}--><br><!--{else}--></table></td></tr></table><br><!--{/if}-->
<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center">
<tr><td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" align="center">
<!--{/if}-->
<!--{if empty($gid) && $_DCACHE['forumlinks']}-->
<tr><td colspan="3" class="header"><img src="{IMGDIR}/indexicon.gif" align="absmiddle"> <span class="bold">{lang board_links}</span></td></tr>
<!--{loop $_DCACHE['forumlinks'] $flink}-->
<!--{if $flink['type'] == 1}-->
<tr>
<td bgcolor="{ALTBG1}" width="5%" align="center" valign="middle"><img src="{IMGDIR}/forumlink.gif"></td>
<td bgcolor="{ALTBG2}" width="77%" valign="middle" onMouseOver="this.style.backgroundColor='{ALTBG1}'" onMouseOut="this.style.backgroundColor='{ALTBG2}'">$flink[content]</td>
<td bgcolor="{ALTBG2}" width="18%" align="center" valign="middle"><img src="$flink[logo]" border="0"></a></td>
</tr>
<!--{elseif $flink['type'] == 2}-->
<tr>
<td bgcolor="{ALTBG1}" width="5%" align="center" valign="middle"><img src="{IMGDIR}/forumlink.gif"></td>
<td bgcolor="{ALTBG2}" width="95%" colspan="2" valign="middle" style="word-break: keep-all" onMouseOver="this.style.backgroundColor='{ALTBG1}'" onMouseOut="this.style.backgroundColor='{ALTBG2}'">$flink[content]</td>
</tr>
<!--{else}-->
<tr>
<td bgcolor="{ALTBG1}" width="5%" align="center" valign="middle"><img src="{IMGDIR}/forumlink.gif"></td>
<td bgcolor="{ALTBG2}" width="95%" colspan="2" valign="middle" style="word-break: keep-all" onMouseOver="this.style.backgroundColor='{ALTBG1}'" onMouseOut="this.style.backgroundColor='{ALTBG2}'">$flink[content]</td></tr>
<!--{/if}-->
<!--{/loop}-->
<!--{/if}-->
<!--{if empty($gid) && ($_DCACHE['forumlinks'] || $whosonlinestatus)}-->
<!--{if empty($forumlist)}--><br><br><!--{else}--></table></td></tr></table><br><br><!--{/if}-->
<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center">
<tr><td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" align="center">
<!--{/if}-->
<!--{if empty($gid) && $_DCACHE['forumlinks']}-->
<tr><td colspan="6" class="header"><table cellspacing="0" cellpadding="0" border="0" width="100%" align="center">
<tr><td>
<img src="{IMGDIR}/indexicon.gif" align="absmiddle"> <font color="HEADERTEXT"><span class="bold">{lang board_links}</span> <span class="smalltext">[<a href="links.php" style="color: {HEADERTEXT}" target="blank">詳細資料</a>]</span></font>
<td align="right"><span style="color:{HEADERTEXT}">滾動方向 [</span>
<span style="font-family:webdings;font-size:12px;color:{HEADERTEXT}">
<font onMouseOver="if(document.all.lmforum.direction == 'left')document.all.lmforum.scrollAmount=6;" onMouseOut="document.all.lmforum.scrollAmount=4;" onMouseUp="document.all.lmforum.scrollAmount=6;" onMouseDown="document.all.lmforum.direction='left';document.all.lmforum.scrollAmount=10;" style="cursor:hand;"><span title="向左滾動">7</span></font>
<font onClick="stop=0;document.all.lmforum.start();" style="cursor:hand;"><span title="開 始">4</span></font>
<font onClick="stop=1;document.all.lmforum.stop();" style="cursor:hand;"><span title="暫 停"><</span></font>
<font onMouseOver="if(document.all.lmforum.direction == 'right')document.all.lmforum.scrollAmount=6;" onMouseOut="document.all.lmforum.scrollAmount=4;" onMouseUp="document.all.lmforum.scrollAmount=6;" onMouseDown="document.all.lmforum.direction='right';document.all.lmforum.scrollAmount=10;" style="cursor:hand;"><span title="向右滾動">8</span></font></span>
<span style="color:{HEADERTEXT}"> ] </span></span>
</td></tr></table>
</td></tr>
<tr><td bgcolor="{ALTBG1}" width="5%" align="center" valign="middle"><img src="{IMGDIR}/forumlink.gif"></td>
<td bgcolor="{ALTBG2}" colspan=5>
<marquee scrollamount=4 name="lmforum" id="lmforum" onmouseover="document.all.lmforum.stop();" onmouseout="document.all.lmforum.start();">
<!--{loop $_DCACHE['forumlinks'] $flink}-->
<!--{if $flink['type'] == 1}-->
$flink[content]
<!--{else}-->
$flink[content]
<!--{/if}-->
<!--{/loop}-->
<!--{/if}-->
</marquee></td></tr>
3. 修改 templates/default/actions.lang.php