[phpBB2 譯文:MOD] 在 ezPortal 中顯示好友列表

與 phpBB 2.0.x 相關主題。
回覆文章
Mac
百戰天龍馬蓋先
百戰天龍馬蓋先
文章: 2590
註冊時間: 2003-02-02 02:28
來自: MacphpBBMOD
聯繫:

[phpBB2 譯文:MOD] 在 ezPortal 中顯示好友列表

文章 Mac »

This add's the Buddy list by FB-ke to ezPortal.
This is easy to install, and will be updated first on this site.

這將在由 Smartor 所寫的 ezPortal 中顯示 FB-ke 寫的好友列表\r
這個外掛很容易安裝,而且會在我的站上使先發佈更新檔

代碼: 選擇全部

############################################################## 
## MOD Title: Buddylist on ezPortal.
## 外掛名稱: 在 ezPortal 中顯示好友列表\r
## MOD Author: Antony, antony_bailey@lycos.co.uk, Antony Bailey, http://rapiddr3am.slackslash.net
## 外掛作者: Antony, antony_bailey@lycos.co.uk, Antony Bailey, http://rapiddr3am.slackslash.net 
## 中文譯者: Mac < ycl_6@sinamail.com > http://phpbb-tw.net/, http://endless-tw.net/ 
## MOD Description: Adds the buddylist by FB-ke to your ezPortal. 
## 外掛描述: 將FB-ke 寫的好友列表顯示在 ezPortal
## MOD Version: 1.5.0
## 外掛版本: 1.5.0
## 
## Installation Level: Easy.
## 安裝難度: 簡易 
## Installation Time: 3 Minutes
## 安裝時間: 3 分鐘 
## Files To Edit: portal.php, portal_body.tpl, lang_main.php
## 修改檔案: portal.php, portal_body.tpl, lang_main.php
## Included Files: portal_buddylist.php
## 附加檔案: portal_buddylist.php
############################################################## 
## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered 
## in our MOD-Database, located at: http://www.phpbb.com/mods/downloads/
## 
## 由於安全上的考量,請檢查: 
## http://www.phpbb.com/mods/downloads/ 是否有此外掛的最新版本 
## 從其他地方下載此檔可能會造成你在你的 phpBB 討論版上寫入有誤的程式碼 
## 基於這個理由,phpBB 將不會為沒有收藏在我們的外掛資料庫的外掛提供支援 
## 我們的外掛資料庫在 http://www.phpbb.com/mods/downloads/ 
## 
############################################################## 
## Author Notes: Hey, I like ezPortal.
##
## 作者留言: 我喜歡 ezPortal
## 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##
## 在你加入這個外掛前,你應該把所有與這個外掛有關的檔案進行備份 
############################################################## 

# 
#-----[ UPLOAD 上傳 ]------------------------------------------ 
# 
portal_buddylist.php to includes/

portal_buddylist.php 到 includes/
# 
#-----[ OPEN 打開 ]------------------------------------------ 
# 
portal.php
# 
#-----[ FIND 尋找 ]------------------------------------------ 
# 
	'WELCOME_TEXT' => $CFG['welcome_text'],
# 
#-----[ AFTER ADD 之後加上 ]------------------------------------------ 
#
		'BUDDY' => $buddy,
# 
#-----[ FIND 尋找 ]------------------------------------------ 
# 
$template->pparse('body');

include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
# 
#-----[ BEFORE ADD 之前加上 ]------------------------------------------ 
# 
include($phpbb_root_path . 'includes/portal_buddylist.'.$phpEx);
# 
#-----[ OPEN 打開 ]------------------------------------------ 
# 
portal_body.tpl
# 
#-----[ FIND 尋找 ]------------------------------------------ 
#
		  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		   <tr>
			<td class="catHead" height="25"><span class="genmed"><b>{L_WHO_IS_ONLINE}</b></span></td>
		   </tr>
		   <tr>
			<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br /><br />{LOGGED_IN_USER_LIST}<br /><br /><center>[ <a href="{U_VIEWONLINE}">{L_VIEW_COMPLETE_LIST}</a> ]</center><br />{RECORD_USERS}<br /> </span></td>
		   </tr>
		  </table>
		  
		  <br />
# 
#-----[ AFTER ADD 之後加上 ]------------------------------------------ 
#
<!-- BEGIN switch_user_logged_in -->
		  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		   <tr>
			<td class="catHead" height="25"><span class="genmed"><b>{L_BUDDYLIST}</b></span></td>
		   </tr>
		   <tr>
			<td class="row1" align="left"><span class="gensmall">{BUDDY_LIST}</span></td>
		   </tr>
		  </table>	
<br />
<!-- END switch_user_logged_in -->
# 
#-----[ OPEN 打開 ]------------------------------------------ 
\n# 
lang_main.php
# 
#-----[ FIND 尋找 ]------------------------------------------ 
#
$lang['Click_return_buddy_list'] = 'Click %sHere%s to return to the buddylist';
# 
#-----[ AFTER ADD 之後加上 ]------------------------------------------ 
#
$lang['Click_return_portal_list'] = 'Click %sHere%s to return to the portal';
# 
#-----[ SAVE/CLOSE ALL FILES 儲存並且關閉所有檔案 ]------------------------------------------ 
# 
# EoM
# 外掛結束
+ 關於 phpBB 使用問題請在版面發問,私人訊息提供其他不相干或是隱私的事情聯絡之用。

phpBB 官網 | 竹貓星球 | MacphpBBMOD | 我的服務
回覆文章

回到「2.0」