[問題]像"竹貓"這樣的在線狀態要如何安裝呢?

phpBB Installation & Usage Support
phpBB 2 安裝於各類型作業平台之問題討論;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
頭像
sh85216s
竹貓忠實會員
竹貓忠實會員
文章: 306
註冊時間: 2003-09-04 20:13
來自: 阿里阿度

[問題]像"竹貓"這樣的在線狀態要如何安裝呢?

文章 sh85216s »

參考網址:
http://phpbb-tw.net/phpbb/viewtopic.php ... %AA%AC%BAA
安裝後發現圖示出現在發表人這一欄,個人並不喜歡.
不知要怎樣才可以改成像竹貓這樣,如圖:

圖檔
aiken
竹貓忠實會員
竹貓忠實會員
文章: 1514
註冊時間: 2003-11-09 11:02
來自: 大頭真論壇
聯繫:

文章 aiken »

改viewtopic_body.tpl
換個位置 加個<TR><TD>

http://phpbb-tw.net/phpbb/viewtopic.php ... c&start=45
最後由 aiken 於 2003-12-10 16:16 編輯,總共編輯了 1 次。
頭像
sh85216s
竹貓忠實會員
竹貓忠實會員
文章: 306
註冊時間: 2003-09-04 20:13
來自: 阿里阿度

文章 sh85216s »

很抱歉!現在要下班去接孩子,晚點再來試試.先跟你說聲謝謝!!
架設主機︰Fedora Core 5
上網方式:Hinet ADSL (2M/512K)
安裝程式:Apache + php + MySql
phpBB2 版本: phpBB 2.0.21
phpBB2 連結網址: 小站
頭像
sh85216s
竹貓忠實會員
竹貓忠實會員
文章: 306
註冊時間: 2003-09-04 20:13
來自: 阿里阿度

文章 sh85216s »

1.感謝您特別發訊息給我.
2.我安裝後的結果如下:
圖檔

無法像竹貓那樣出現在右邊.

另外我發現修改\r

代碼: 選擇全部

            //--></script><noscript>{postrow.ICQ_IMG}</noscript></td> 
<td align="[color=red]right[/color]">{postrow.POSTER_ONLINE}</td> 
         </tr>
之中的right並無任何作用
依夢兒
竹貓忠實會員
竹貓忠實會員
文章: 2013
註冊時間: 2002-11-20 00:07

文章 依夢兒 »

你可以參考竹貓的 viewtopic_body.tpl :

代碼: 選擇全部

	<tr>
		<td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
		<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap">
		  <table cellspacing="0" cellpadding="0" border="0" height="18" width="100%">
		  	<tr>
		    		<td>
				  <table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
					<tr>
						<td nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!--
						if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 )
							document.write(' {postrow.ICQ_IMG}');
						else
							document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
						//--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
					</tr>
				  </table>
		    		</td>
		    		<td align="right">{postrow.POSTER_ONLINE}</td>
		  	</tr>
		  </table>
		</td>
	</tr>
有任何關於 phpBB 或是架站的問題,請在論壇上公開發表出來,大家一起討論。
請不要丟私人訊息問我,因為私訊是用來聊私事的。
這樣作對於解決您的問題一點幫助也沒有,也很沒有效率,小弟我一概謝絕。



搜尋是一種美德,在發問之前,請多加利用頂端的文章搜尋功能,搜尋可能的關鍵字。
確定您想問的問題找不到答案後,再發問。
頭像
sh85216s
竹貓忠實會員
竹貓忠實會員
文章: 306
註冊時間: 2003-09-04 20:13
來自: 阿里阿度

文章 sh85216s »

感謝"依夢兒"
我將

代碼: 選擇全部

                <td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td> 
                <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18"> 
                        <tr> 
                                <td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!-- 

        if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 ) 
                document.write(' {postrow.ICQ_IMG}'); 
        else 
                document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>'); 

                                //--></script><noscript>{postrow.ICQ_IMG}</noscript></td> 
                        </tr> 
                </table></td> 
        </tr>
整個替換成

代碼: 選擇全部

      <td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td> 
      <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"> 
        <table cellspacing="0" cellpadding="0" border="0" height="18" width="100%"> 
           <tr> 
                <td> 
              <table cellspacing="0" cellpadding="0" border="0" height="18" width="18"> 
               <tr> 
                  <td nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!-- 
                  if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 ) 
                     document.write(' {postrow.ICQ_IMG}'); 
                  else 
                     document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>'); 
                  //--></script><noscript>{postrow.ICQ_IMG}</noscript></td> 
               </tr> 
              </table> 
                </td> 
                <td align="right">{postrow.POSTER_ONLINE}</td> 
           </tr> 
        </table> 
      </td> 
   </tr>
就搞定了!

非常謝謝您的協助,3Q!
主題已鎖定

回到「phpBB 2 安裝與使用」