1 頁 (共 1 頁)

[問題] 好友列表Buddylist 1.1.1[Who Am I A Buddy Of?1.0]的問題

發表於 : 2005-03-05 15:20
赤影
論壇網址:http://free3.e-168.cn/crazykill/phpBB2
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%">&nbsp;<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%">&nbsp;<span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>

發表於 : 2005-03-05 15:35
johnkk

代碼: 選擇全部

<td align="left" width="100%">&nbsp;<span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
這應該是作者的風格和你的風格有差別所至, 你自行決定你要放在那..
那個應該是放在首頁上方的登入附近吧!!
自己修改看看囉!!

發表於 : 2005-03-05 15:40
赤影
....但是buddylist_body.tpl 是他給我的檔案....
哪這句要加入哪?最上方嗎?
<td align="right" nowrap><span class="nav"><a href="{U_BUDDY_WHO_ME}" class="nav">{L_BUDDY_WHO_ME}</a></span></td>


還有
includes/mini_buddylist.php
templates/subSilver/buddylist_mini.tpl
這個2個檔案真的沒有找到,在哪有喔?