1 頁 (共 1 頁)

[問題] 頁面生成時間{PAGE_GEN}的位置

發表於 : 2005-10-31 00:41
狂暴戰龍
小弟目前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
// -->
{PAGE_GEN}

<fieldset  style="width:390" align="left"> 
<legend>版權宣告&nbsp;</legend> <table>
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> Version {PHPBB_VERSION}| {TRANSLATION_INFO}</table></fieldset>
</span>
      
	  
	  </td> 
      <td class="right"> </td>       
   </tr> 
   <tr> 
      <td width="15" height="15" nowrap="nowrap"><img src="templates/subSilver/images/frame/BLCorner.gif" width="15" height="15" border="0" /></td> 
      <td width="100%" height="15" nowrap="nowrap" class="bottom"></td> 
      <td width="15" height="15" nowrap="nowrap"><img src="templates/subSilver/images/frame/BRCorner.gif" width="15" height="15" border="0" /></td> 
   </tr> 
</table> 

<div style="display:none" id="resizemod"></div>
</body>
</html>
圖片:
圖檔

但是把{PAGE_GEN}拿出來之後就會變成這樣\r

圖檔

版權宣告部分就不見了 :-o

小弟是想把page_gen移到這些資料根據的是最近 5 分鐘內會員的活動記錄這字旁邊..

可是移動他就整個不見了 :-o :-o

請問這是什麼問題呢??

ps:順便問一下..code裡面該如何改顏色呢?? 謝謝!!

發表於 : 2005-10-31 04:14
slipper

代碼: 選擇全部

Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> Version 
這段代碼有一句class="copyright"

這代表這段文字的顏色大小

去subSilver.css
找 .copyright

就可以知道顏色大小的設定為何
改變它就可以了~~~

發表於 : 2005-10-31 17:14
狂暴戰龍
請問這跟小弟的問題有什麼關係呢@@

小弟說的CODE裡面的顏色是指..

例如:

代碼: 選擇全部

我想變藍色
代碼

代碼: 選擇全部

裡面的顏色..不是大大指的那顏色@@

發表於 : 2005-11-01 02:50
slipper
狂暴戰龍 寫:請問這跟小弟的問題有什麼關係呢@@

小弟說的CODE裡面的顏色是指..

例如:

代碼: 選擇全部

我想變藍色
代碼

代碼: 選擇全部

裡面的顏色..不是大大指的那顏色@@[/quote]

那對不起\r

我誤會了~~~

Re: [問題] 頁面生成時間{PAGE_GEN}的位置

發表於 : 2005-11-01 18:45
w2812451
無法移動至
這些資料根據的是最近 5 分鐘內會員的活動記錄
因為這句話是位於index_body.tpl
而PG則是在overall_footer.tpl
如果說把它完全弄到index_body的部份
就會造成只有index.php頁面有 頁面生成時間
而其他頁面並無!

順便一提
這些資料根據的是最近 5 分鐘內會員的活動記錄
是指

查看誰在線上部分的
目前總共有 X 位使用者在線上 :: X 位會員, X 位隱形及 X 位訪客 [ 系統管理員 ] [ 版面管理員 ]
最高線上人數記錄為 X 人 [ 記錄時間 :: X/X/X X:X ]
目前線上註冊會員: X
如果把頁面生成時間放入會不搭!