[外掛]Buddy List 0.94 (好友列表)

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
動機不明
喝咖啡的綠皮猴
喝咖啡的綠皮猴
文章: 1179
註冊時間: 2002-03-06 20:37
來自: GOP (重啟)

[外掛]Buddy List 0.94 (好友列表)

文章 動機不明 »

此功能允許您建立自己的好友名單,且可以看到線上狀態(比如on/off line),這是仿 vbb 設計的

原始來源: http://www.phpbbhacks.com/viewhack.php?id=909
## Mod Title: Buddy List
## Mod Version: 0.9.4
## Author: Vincent Grouls (freaking-b.o.o.t.y@yucom.be)
## Description: Add and remove buddies from a list. PM or email someone right from the
## list, instead of searching for them through the memberlist first.
## See a buddy's online/offline status, and have a mini buddylist in your
## private messages section.
##
## This mod works on phpBB 2.0.0 - 2.0.4.
底下是自行翻譯的中文語系 lang_main.php
//
// Buddy list
//
$lang['Buddy_list'] = '好友列表';
$lang['Buddy'] = '好友';
$lang['Add_buddy_list'] = '加入到好友名單';
$lang['Remove_buddy_list'] = '從好友名單中移除';
$lang['Buddy_added'] = '已經加入到你的好友名單裏';
$lang['Buddy_removed'] = '這(些)人已經從你的好友名單中移除了';
$lang['Click_return_buddy_list'] = '點選 %s這裡%s 返回好友列表';
$lang['Click_return_profile'] = '點選 %s這裡%s 返回個人資料';
$lang['Click_return_message'] = '點選 %s這裡%s 返回私人訊息';
$lang['Confirm_remove_buddy'] = '你確定要從好友名單中移除這個人?';
$lang['Confirm_remove_buddies'] = '你確定要從好友名單中移除這些人?';
$lang['Remove_marked'] = '已標記移除';
$lang['Remove_all'] = '全部移除';

$lang['Online'] = '線上';
$lang['Offline'] = '離線';
$lang['No_buddies_online'] = '在線上的好友';
$lang['No_buddies_offline'] = '已離線的好友';
demo : http://gop.pda.com.tw/viewtopic.php?t=2133
動機不明
喝咖啡的綠皮猴
喝咖啡的綠皮猴
文章: 1179
註冊時間: 2002-03-06 20:37
來自: GOP (重啟)

文章 動機不明 »

Who Am I A Buddy Of?

原始來源: http://www.phpbbhacks.com/viewhack.php?id=1217

說明:
加了這個功能以後,可以知道有誰將你加入了他的好友名單內 ^^
動機不明
喝咖啡的綠皮猴
喝咖啡的綠皮猴
文章: 1179
註冊時間: 2002-03-06 20:37
來自: GOP (重啟)

文章 動機不明 »

Buddy / Ignore / Disallow List

好友 / 忽略 / 限制 名單....
Buddy List Features:
-A "Buddies" button is available when sending a PM. Clicking it launches a new
window that lists the user's buddies and their online/offline status.
-You can be alerted when your buddies come online or go offline (requires Javascript
being turned on in your browser).

Ignore List Features:
-When User A is ignoring User B:
-User B cannot view some of User A's contact information (PM and email links) in
the member list, topics, and profile.
-User B cannot send private messages or email (via the board) to User A.
-User A will not see User B in the member list or "who is online" list on the
board index and will not see User B's posts in topics.
-User A will not see topics started by User B if they have no replies or only one
reply (which has to be by a user ignored by User A).
-On pages that hide something regarding User B from User A, User A will see a link
that allows User A to view the page including whatever was hidden.

Disallow List Features:
This is a "disallow contact" list, which means users added to this list cannot
contact or view contact information via the board. It's like a lesser version of an
ignore list, for those that just don't want to get PMs from an annoying user.
-When User A has listed User B on User A's Disallow List:
-User B cannot view any of User A's contact information (PM, website, and email
links, and instant messenger information) in the member list, topics, and
profile.
-User B cannot send private messages or email (via the board) to User A.
河風:這是搞小團體用的... ┐ˊ_,ˋ┌

來源: http://www.phpbbhacks.com/viewhack.php?id=1274
動機不明
喝咖啡的綠皮猴
喝咖啡的綠皮猴
文章: 1179
註冊時間: 2002-03-06 20:37
來自: GOP (重啟)

文章 動機不明 »

Show online buddies on the index page (線上好友名單)
來源: http://www.phpbbhacks.com/viewhack.php?id=1294
說明:安裝後除了首頁上可以顯示原本的線上會員名單以外,還多了一個檢視線上好友名單的功能。
###############################################
## Mod Title: List online buddies on the index page
## Mod Version: 0.1.2
## Author: Freakin' Booty ;-P
## Support: http://www.phpbbhacks.com/forums/viewforum.php?f=11
## Description: This is an add-on to the Buddy List I release. It lists the
## online buddies in the ho is online?section on the index page.
## Download the Buddy List MOD here: http://www.phpbbhacks.com/viewhack.php?id=909
##
## ?003 List online buddies on the index page 0.1.2 - Freakin' Booty ;-P
##
## This mod works on phpBB 2.0.0 - 2.0.4.
##
##
## Installation Level: Easy
## Installation Time: 5-10 Minutes
## Files To Edit: 4
## index.php
## includes/page_header.php
## language/lang_english/lang_main.php
## templates/subSilver/index_body.tpl
##
## Included Files: 0
##
## History:
## 0.1.2: Removed 1 linebreak at Rapid Dr3am's request (he is right: it looks better this way).
## I also put online buddies AFTER the logged_in_user_list.
## 0.1.1: Buddies that are hidden now don't show, except to admins
## 0.1.0: Initial release
##
## Author Notes:
## None
##
###############################################
河風:感覺上這個外掛越來越完整了...
主題已鎖定

回到「非官方認證外掛」