1 頁 (共 1 頁)

[問題] 首頁下方多個奇怪的贅字 ...(已解決)

發表於 : 2006-04-24 22:50
orga
論壇版本:2.0.20 big5
論壇首頁:http://www.quake.idv.tw
問題描述:

今天不經意看到首頁下方突然多個贅字,到 bpanel_footer 和 overall_footer 裡頭找問題,也都查不出個所以然,不知道哪各環節疏忽了,請各位大大幫忙。

問題照片:
圖檔

overall_footer.tpl

代碼: 選擇全部

<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
	reason) retain the full copyright we request you at least leave in place the
	Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
	to include even this then support on our forums may be affected.

	The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> &copy; 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}<br />{USER_IP}</span></div>
		</td>
	</tr>
</table>

<table>
<tr>
<td>
<a href="http://www.xfire.com.tw/osc/" target="_blank">
<img BORDER="0" src="http://www.quake.idv.tw/temp/xfire-logo.jpg" alt="xFire軍火庫線上購物網"></a>
<!-- Begin of Hotrank Counter - DO NOT MODIFY -->
	<SCRIPT LANGUAGE="JavaScript" SRC="http://h02.hotrank.com.tw:1688/hotrank.js?myid=h02-56810">
	</SCRIPT>
<!-- End of Hotrank Counter - DO NOT MODIFY -->
<A TARGET="report" HREF="http://h02.hotrank.com.tw/showstats.php?myid=h02-56810"><IMG BORDER="0" SRC="http://h02.hotrank.com.tw/images/report.gif" ALT="觀看訪客統計報表"></A>
</td>
</tr>
</table>
bpanel_footer.tpl

代碼: 選擇全部

</td></tr></table>
<div align="center"><span class="copyright"><br />
<!--
	Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
	to include even this then support on our forums may be affected.

	The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> &copy; 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span>
<span class="gensmall"><br />
<!--
	Powered by CRLin line, with CRLin linked to web.dhjh.tcc.edu.tw/~gzqbyr/Hestia/.
	If you refuse to include even this then support on our forums may be affected.

	CRLin : 2003
// -->
Powered by Block Control Panel &copy; <a href="http://web.dhjh.tcc.edu.tw/~gzqbyr/Hestia/viewforum.php?f=6" target="_CRLin" class="gensmall">CRLin</a>, free for non-commercial uses.</span></div> 
		</td>
	</tr>
</table>
</td></tr></table>
</body>
</html>
找完上述兩個檔,仍然不知道這字是怎麼浮出來的 ><~~ 見ghost了 ><

發表於 : 2006-04-24 23:39
chiouss
你是不是把 bpanel_footer.tpl 轉成 utf-8 過?

發表於 : 2006-04-25 22:43
問題狂
看起來也是轉碼的問題~
要不要檢查看看你的語系檔呢?
不過有什麼也可能是瀏覽器的問題...(剛剛用IE的確有問題)

發表於 : 2006-04-25 23:58
chiouss
chiouss 寫:你是不是把 bpanel_footer.tpl 轉成 utf-8 過?
我會這樣問是因為我懷疑那個是 BOM :Q

發表於 : 2006-05-03 20:01
orga
問題找出來了,在這個檔內:bpanel_footer.tpl

把他從 utf-8 改成 big5就可解決了

感謝各位前輩指導!