[討論]新的 Integrated Toplist 1.0.1

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

dawn
星球普通子民
星球普通子民
文章: 1
註冊時間: 2005-01-10 10:45

文章 dawn »

我也發生相同的問題
不過行數不一樣\r
我的是\r

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in c:\appserv\www\phpbb2\index.php on line 307

index.php 之 line 307如下:

message_die(GENERAL_ERROR, 'Toplist ERROR: Fetch forum info fail' '', __LINE__, __FILE__, $sql);

訊息也都是一模一樣\r
不知道問題是什麼?
bu
版面管理員
版面管理員
文章: 443
註冊時間: 2003-02-23 12:46
來自: 25° 4′N 121° 29′E
聯繫:

文章 bu »

您可以依下列方法修正:

找到\r
message_die(GENERAL_ERROR, 'Toplist ERROR: Fetch forum info fail' '', __LINE__, __FILE__, $sql);

改成
message_die(GENERAL_ERROR, 'Toplist ERROR: Fetch forum info fail', __LINE__, __FILE__, $sql);

找到\r
message_die(GENERAL_ERROR, 'Toplist ERROR: Fetch topic info fail' '', __LINE__, __FILE__, $sql);

改成
message_die(GENERAL_ERROR, 'Toplist ERROR: Fetch topic info fail', __LINE__, __FILE__, $sql);

找到
message_die(GENERAL_ERROR, 'Toplist ERROR: Fetch topic poster fail' '', __LINE__, __FILE__, $sql);

改成
message_die(GENERAL_ERROR, 'Toplist ERROR: Fetch topic poster fail', __LINE__, __FILE__, $sql);

找到\r
message_die(GENERAL_ERROR, 'Toplist ERROR: Fetch topic last replier fail' '', __LINE__, __FILE__, $sql);

改成
message_die(GENERAL_ERROR, 'Toplist ERROR: Fetch topic last replier fail', __LINE__, __FILE__, $sql);
*譯文資料在phpBB 技術文件
bu.femto-size
*和我聯絡,請寄 or Google Talk 圖檔
*作品: Intergrated Toplist & Message Can
頭像
cchmark
星球公民
星球公民
文章: 40
註冊時間: 2004-12-24 15:09

文章 cchmark »

感謝大大提供之[外掛]整合式Top V3,我安裝后執行http://localhost/phpbb2顯示以下訊息:
Parse error: parse error, unexpected T_STRING, expecting ')' in c:\appserv\www\phpbb2\index.php on line 391

c:\appserv\www\phpbb2\index.php on line 391如下:

$template->assign_block_vars("toprow", array(
'FORUM_NAME" => $rows['forum_name'],
'FORUM_URL' => $forum_url,
'TOPIC' => cutStr($rows['topic_title']),
'TOPIC_URL' => $topic_url,
'TOPIC_VIEWS' => $rows['topic_views'],
'TOPIC_REPLIES' => $rows['topic_replies'],
'POST_TIME' => create_date($board_config['default_dateformat'], $r_row['post_time'], $board_config['board_timezone']),
'POSTER_URL' => $poster_url,
'REPLIER_URL' => $replier_url,
'LAST_POST_URL' => $last_post_url
));
請教是否應如此解決?
'FORUM_NAME' => $rows['forum_name']
ps.我已執行正常
=====【以下是我的測試配備】=====
●架設主機作業系統:Windows Xp Home Sp2
●快速架站程式:appserv-win32-2.4.0
●您的 phpBB2 版本:phpBB 2.0.11 正體中文完整版 + attach_mod 2.3.10 正體中文版 from maxkerr
●您的 Attachment Mod 版本:attach_mod 2.3.10 正體中文版
●風格:subSilver
bu
版面管理員
版面管理員
文章: 443
註冊時間: 2003-02-23 12:46
來自: 25° 4′N 121° 29′E
聯繫:

文章 bu »

對... =.=||

1.0.2又要推出了 ^^"
*譯文資料在phpBB 技術文件
bu.femto-size
*和我聯絡,請寄 or Google Talk 圖檔
*作品: Intergrated Toplist & Message Can
頭像
cchmark
星球公民
星球公民
文章: 40
註冊時間: 2004-12-24 15:09

文章 cchmark »

又有新版的!何時提供下載!增加了些什麼?謝謝!
bu
版面管理員
版面管理員
文章: 443
註冊時間: 2003-02-23 12:46
來自: 25° 4′N 121° 29′E
聯繫:

文章 bu »

是安全性修正\r

我依以下原則編版本:

X.Y.Z

當 X 有變動時,表示主程式碼有 70% 被改寫過。
當 Y 有變動時,表示有新的功能:
又以 1,3,5,7,9 為測試版本\r
以 2,4,6,8 為正式版本\r
當 Z 有變動時,就只是安全性、一些小小的修正,沒動到任何功能。
*譯文資料在phpBB 技術文件
bu.femto-size
*和我聯絡,請寄 or Google Talk 圖檔
*作品: Intergrated Toplist & Message Can
頭像
cchmark
星球公民
星球公民
文章: 40
註冊時間: 2004-12-24 15:09

文章 cchmark »

bu 寫:基本上,有90%相似於一般的ADV-TOP5
只是少了LAST TOP 上面的選項
還有把程式整合到index.php中而已\r
用來讓top5和首頁版面可以完全的結合
如果也增加LAST TOP 上面的選項,那就太完美了!謝謝!
bu
版面管理員
版面管理員
文章: 443
註冊時間: 2003-02-23 12:46
來自: 25° 4′N 121° 29′E
聯繫:

文章 bu »

但基本上如果你選這些選項的話就要...再重讀一次index.php

不過如果你真的想要改法的話,就PM給我
*譯文資料在phpBB 技術文件
bu.femto-size
*和我聯絡,請寄 or Google Talk 圖檔
*作品: Intergrated Toplist & Message Can
頭像
cchmark
星球公民
星球公民
文章: 40
註冊時間: 2004-12-24 15:09

文章 cchmark »

新的 Integrated Toplist 1.0.1煩請提供last top等選項之改法!感謝bu大大!
fegu
星球普通子民
星球普通子民
文章: 6
註冊時間: 2004-12-08 23:00

文章 fegu »

我灌了之後居然出現在下面\r
請問要怎讓她像竹貓一樣出現在下面ㄋ

http://members.lycos.nl/fegu/phpbb2/
我的論壇
http://fegu.idv.st
bu
版面管理員
版面管理員
文章: 443
註冊時間: 2003-02-23 12:46
來自: 25° 4′N 121° 29′E
聯繫:

文章 bu »

你可以自已找位置啊 ^^"
*譯文資料在phpBB 技術文件
bu.femto-size
*和我聯絡,請寄 or Google Talk 圖檔
*作品: Intergrated Toplist & Message Can
fegu
星球普通子民
星球普通子民
文章: 6
註冊時間: 2004-12-08 23:00

文章 fegu »

那要在哪個地方做修改ㄋ
我的論壇
http://fegu.idv.st
bu
版面管理員
版面管理員
文章: 443
註冊時間: 2003-02-23 12:46
來自: 25° 4′N 121° 29′E
聯繫:

文章 bu »

基本上你應該會在下載的檔案中找到\r

代碼: 選擇全部

<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
  <tr>
 <td valign="top">
<table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
	<tr> 
	  <th align="center" class="thCornerL" width="20%">&nbsp;{L_FORUM}&nbsp;</th>
	  <th align="center" class="thTop" width="40%">&nbsp;{L_TOPICS}&nbsp;</th>
	  <th align="center" class="thTop" nowrap>&nbsp;&nbsp;{L_AUTHOR}&nbsp;&nbsp;</th>
	  <th align="center" class="thTop" nowrap>&nbsp;{L_REPLIES}&nbsp;</th>
	  <th align="center" class="thTop" nowrap>&nbsp;{L_VIEWS}&nbsp;</th>
	  <th align="center" class="thCornerR" nowrap>&nbsp;{L_LASTPOST}&nbsp;</th>
	</tr>
	<!-- BEGIN toprow -->
  <tr>
 <td class="row1" nowrap><span class="forumlink"><a href="{toprow.FORUM_URL}" target="_top" class="forumlink">{toprow.FORUM_NAME}</a></span></td> 
 <td class="row2" nowrap><span class="topictitle"><a href="{toprow.TOPIC_URL}" target="_top" class="topictitle">{toprow.TOPIC}</a></span></td>
 <td class="row1" align="center" nowrap><span class="name">{toprow.POSTER_URL}</span></td>
 <td class="row2" align="center" nowrap><span class="postdetails">{toprow.TOPIC_REPLIES}</span></td>
 <td class="row1" align="center" nowrap><span class="postdetails">{toprow.TOPIC_VIEWS}</span></td>
 <td class="row2" align="center" nowrap><span class="postdetails">{toprow.POST_TIME}<br />{toprow.REPLIER_URL}&nbsp;<a href="{toprow.LAST_POST_URL}" target="_top"><img src="{ICON_URL}" border="0" alt="{ICON_ALT}" /></a></span></td>  
  </tr>
  <!-- END toprow -->
</table>
 </td>  
  </tr>
</table>
把這些東東貼到這二個地方(一個在上面,一個在下面)

改成上面:

代碼: 選擇全部

[b]找到[/b] 

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
  <!-- BEGIN catrow -->

[b]前面加入[/b]

<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
  <tr>
 <td valign="top">
<table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
	<tr> 
	  <th align="center" class="thCornerL" width="20%">&nbsp;{L_FORUM}&nbsp;</th>
	  <th align="center" class="thTop" width="40%">&nbsp;{L_TOPICS}&nbsp;</th>
	  <th align="center" class="thTop" nowrap>&nbsp;&nbsp;{L_AUTHOR}&nbsp;&nbsp;</th>
	  <th align="center" class="thTop" nowrap>&nbsp;{L_REPLIES}&nbsp;</th>
	  <th align="center" class="thTop" nowrap>&nbsp;{L_VIEWS}&nbsp;</th>
	  <th align="center" class="thCornerR" nowrap>&nbsp;{L_LASTPOST}&nbsp;</th>
	</tr>
	<!-- BEGIN toprow -->
  <tr>
 <td class="row1" nowrap><span class="forumlink"><a href="{toprow.FORUM_URL}" target="_top" class="forumlink">{toprow.FORUM_NAME}</a></span></td> 
 <td class="row2" nowrap><span class="topictitle"><a href="{toprow.TOPIC_URL}" target="_top" class="topictitle">{toprow.TOPIC}</a></span></td>
 <td class="row1" align="center" nowrap><span class="name">{toprow.POSTER_URL}</span></td>
 <td class="row2" align="center" nowrap><span class="postdetails">{toprow.TOPIC_REPLIES}</span></td>
 <td class="row1" align="center" nowrap><span class="postdetails">{toprow.TOPIC_VIEWS}</span></td>
 <td class="row2" align="center" nowrap><span class="postdetails">{toprow.POST_TIME}<br />{toprow.REPLIER_URL}&nbsp;<a href="{toprow.LAST_POST_URL}" target="_top"><img src="{ICON_URL}" border="0" alt="{ICON_ALT}" /></a></span></td>  
  </tr>
  <!-- END toprow -->
</table>
 </td>  
  </tr>
</table><br>
在下面加入:
(我想這個和安裝手冊寫一樣 =.=||)
*譯文資料在phpBB 技術文件
bu.femto-size
*和我聯絡,請寄 or Google Talk 圖檔
*作品: Intergrated Toplist & Message Can
主題已鎖定

回到「外掛問題討論」