phpbb版本:2.0.13
空間:free.e-168.com
外掛版本名稱:Who Am I A Buddy Of?1.0
###############################################################################
## Mod Title: Who Am I A Buddy Of? (Buddy List add-on)
## Mod Version: 1.0
## Released: March 22, 2003 ?05:39
## Author: Vidman (vidman@vidman.ca - http://vidman.ca/scripts)
## *Based on Buddy List 0.9.1 code by Vincent Grouls (macology@gmx.net)*
##
## Description:
## Displays a list of users who have you on their buddy list.
##
## This mod requires the Buddy List to already be installed. Download it here:
## -> http://phpbbhacks.com/viewhack.php?id=909
## It's been tested with 2.0.0, 2.0.3 & 2.0.4 and should work with the others.
##
## Installation Level: Easy
## Installation Time: 10 Minutes
##
## Files To Edit: 5
## buddylist.php
## includes/mini_buddylist.php
## language/lang_english/lang_main.php
## templates/subSilver/buddylist_body.tpl
## templates/subSilver/buddylist_mini.tpl
##
## Included Files: 1
## buddylist_who-me_body.tpl
##
##
##----------------------------------------------------------------------
## This MOD is released under the GPL License.
## Intellectual Property is retained by the MOD Author(s) listed above
##----------------------------------------------------------------------
##
## Please make a backup copy of the files you'll be editing.
##
#####################################################################
## Support, feedback & other phpBB stuff can be found at my site: #
## -> http://vidman.ca/forum/index.php?c=7 #
#####################################################################
我的buddylist版本是1.1.1
我找不到這2個檔案
includes/mini_buddylist.php
templates/subSilver/buddylist_mini.tpl
代碼: 選擇全部
#
#-----[ OPEN ]--------------------------------------------
#
# (make sure to edit this file in every template)
#
./templates/subSilver/buddylist_body.tpl
#
#-----[ FIND ]--------------------------------------------
#
\n <td align="left" width="100%"> <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
#
#-----[ AFTER, ADD ]--------------------------------------
#
<td align="right" nowrap><span class="nav"><a href="{U_BUDDY_WHO_ME}" class="nav">{L_BUDDY_WHO_ME}</a></span></td>找不到這句↓
代碼: 選擇全部
<td align="left" width="100%"> <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
