[問題]安裝了adv_top5_mod_2.1之後..變空白

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

版主: 版主管理群

主題已鎖定
bitemancat
星球公民
星球公民
文章: 40
註冊時間: 2004-05-23 21:54
來自: 從零開始的領域
聯繫:

[問題]安裝了adv_top5_mod_2.1之後..變空白

文章 bitemancat »

問題外掛:adv_top5_mod_2.1
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php ... light=top5
使用版本:phpBB 2.0.8a
網站位置:http://www.bitemancat.adsldns.org
狀況描述:

我安裝了adv_top5_mod_2.1
"LAST5" "TOP" "HOT"三個LINK都有顯示出來
但....點進去之後都是空白的耶\r
圖檔
圖檔
圖檔

請問一下...哪裡有錯誤呢?

我改了adv_top5_body.tpl
就是改不出來

代碼: 選擇全部

<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" -->
<!-- <html xmlns="http://www.w3.org/1999/xhtml"> -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"  />
<meta http-equiv="Content-Style-Type" content="text/css" />
<style type="text/css">
<!--
-->
</style>
<link rel="stylesheet" href="templates/{T_HEAD_STYLESHEET}" type="text/css" /> 
</head> 
<body bgcolor="{T_BODY_BGCOLOR}"> 
<!--<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" style="{background-color: {T_BODY_BGCOLOR};}">-->
	<table width="100%" height="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#333333" style="{background-color:#000000;}">

  <!--<tr><td height="18" valign="top"><span class="nav">{nav_links}</span></td></tr>-->
   	  <tr><td height="18" valign="top"><span class="nav">{nav_links}</span></td></tr> 
  	<!--<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%"> {L_FORUM} </th>
	  <th align="center" class="thTop" width="40%"> {L_TOPICS} </th>
	  <th align="center" class="thTop" nowrap>  {L_AUTHOR}  </th>
	  <th align="center" class="thTop" nowrap> {L_REPLIES} </th>
	  <th align="center" class="thTop" nowrap> {L_VIEWS} </th>
	  <th align="center" class="thCornerR" nowrap> {L_LASTPOST} </th>
	</tr>-->
	
	<tr> 
    <td valign="top"> 
   	 <table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"></td>
 	 <tr> 
	  <th align="center" class="thCornerL" width="20%"> {L_FORUM} </th>
	  <th align="center" class="thTop" width="40%"> {L_TOPICS} </th>
	  <th align="center" class="thTop" nowrap>  {L_AUTHOR}  </th>
	  <th align="center" class="thTop" nowrap> {L_REPLIES} </th>
	  <th align="center" class="thTop" nowrap> {L_VIEWS} </th>
	  <th align="center" class="thCornerR" nowrap> {L_LASTPOST} </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} <a href="{toprow.last_post_url}" target="_top"><img src="{icon_url}" border="0" alt="{icon_alt}" /></a></span></td>        
        </tr>-
		<!--END toprow -->
		  <!-- BEGIN top5row --> 
         <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} <a href="{toprow.last_post_url}" target="_top"><img src="{icon_url}" border="0" alt="{icon_alt}" /></a></span></td>        
        </tr>
        <!-- END top5row --> 
		</table>
    </td>  
  </tr>
</body>
</html>

這是我的adv_top5.php

代碼: 選擇全部

<?php
/***************************************************************************
 *                               adv_top5.php
 *                            -------------------
 *  Contains GPL code copyright of phpBB group.
 *
 *  MOD Name: Top5 topics
 *  Author: OOHOO
 *  Version: 1.x.x for phpBB 2 Beta serial
 *  Version: 2.0.0 for phpBB 2 RC serial
 *  Version: 2.1.0 for phpBB 2.0.0
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

define('IN_PHPBB', true);
$phpbb_root_path = "./";
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);

//
// Mod setting
//
// Topics text length
$MAX_STR_LEN = 60;
// Topics to display
$MAX_TOPICS = 5;
// 0 => users can see all topics including authorized issue(but they cant read the posts)
// 1 => users can see only authorized topics
$AUTH_SECRUITY = 1;

function cutStr($str) {

	global $MAX_STR_LEN;

	$str = (strlen($str) > $MAX_STR_LEN) ? (substr($str, 0, $MAX_STR_LEN - 1) . "...") : $str;
	return $str;
}

//
// gzip_compression
//
$do_gzip_compress = FALSE;
if($board_config['gzip_compress'])
{
	$phpver = phpversion();

	if($phpver >= "4.0.4pl1")
	{
		if(extension_loaded("zlib"))
		{
			ob_start("ob_gzhandler");
		}
	}
	else if($phpver > "4.0")
	{
		if(strstr($HTTP_SERVER_VARS['HTTP_ACCEPT_ENCODING'], 'gzip'))
		{
			if(extension_loaded("zlib"))
			{
				$do_gzip_compress = TRUE;
				ob_start();
				ob_implicit_flush(0);

				header("Content-Encoding: gzip");
			}
		}
	}
}

header ("Cache-Control: no-store, no-cache, must-revalidate");
header ("Cache-Control: pre-check=0, post-check=0, max-age=0", false);
header ("Pragma: no-cache");
header ("Expires: " . gmdate("D, d M Y H:i:s", time()) . " GMT");
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");


//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX, $session_length);
init_userprefs($userdata);
//
// End session management
//


// Find which forums are visible for this user
$is_auth_ary = array();
$is_auth_ary = auth(AUTH_READ, AUTH_LIST_ALL, $userdata);

$auth_forum_ary = array();

// Get forum info
$sql = "SELECT forum_id FROM " . FORUMS_TABLE;

if( !$q_forums = $db->sql_query($sql) )
{
	message_die(GENERAL_MESSAGE, 'ADV_TOP5 MOD ERROR!!');
}

// Authorized forums info
while( $forum_row = $db->sql_fetchrow($q_forums) )
{
	$forum_id = $forum_row['forum_id'];

	if( $is_auth_ary[$forum_id]['auth_read'] == 1)
	{
		array_push($auth_forum_ary, $forum_id);
	}
}

if( sizeOf($auth_forum_ary) == 0 || !$AUTH_SECRUITY )
{
	$auth_forums = "";
}
else
{
	$auth_forums = 'AND f.forum_id IN(';

	if(sizeOf($auth_forum_ary) > 1)
	{
		$auth_forums .= implode (',', $auth_forum_ary);
	}
	else
	{
		$auth_forums .= $auth_forum_ary[0];
	}

	$auth_forums .= ')';
}

// select mode
$mode=$HTTP_GET_VARS['mode']; 
switch($mode)
{
	case 'last':
		$sortby = "topic_last_post_id";
		break;
	case 'hot':
		$sortby = "topic_views";
		break;
	case 'top':
		$sortby = "topic_replies";
		break;
	default:
		$sortby = "topic_last_post_id";
		$mode = "last";
		break;
}

// nav links
$last_link = ( ($mode == "last") ? "<font style=\"{color: #ff006e}\">« LAST $MAX_TOPICS »</font>" : ('<a href="' . append_sid("adv_top5.$phpEx?mode=last") . '" class="nav">LAST</a>'));
$hot_links = ( ($mode == "hot") ? "<font style=\"{color: #ff006e}\">« HOT $MAX_TOPICS »</font>" : ('<a href="' . append_sid("adv_top5.$phpEx?mode=hot") . '" class="nav">HOT</a>'));
$top_links = ( ($mode == "top") ? "<font style=\"{color: #ff006e}\">« TOP $MAX_TOPICS »</font>" : ('<a href="' . append_sid("adv_top5.$phpEx?mode=top") . '" class="nav">TOP</a>'));

// set template
$template->set_filenames(array("body" => "adv_top5_body.tpl"));

$template->assign_vars(array(
	"icon_url" => $images['icon_latest_reply'],
	"icon_alt" => $lang['View_latest_post'],
	"nav_links" => "$last_link  $hot_links  $top_links"
));

// query
$sql = "SELECT topic_id, topic_title, topic_poster, topic_views, topic_replies, topic_last_post_id, f.forum_id, forum_name
	FROM " . TOPICS_TABLE . " t, " . FORUMS_TABLE . " f
	WHERE t.forum_id = f.forum_id
	AND topic_moved_id = '0'
	$auth_forums
	ORDER BY $sortby DESC LIMIT 0, $MAX_TOPICS";

if( !$result = $db->sql_query($sql) )
{
	echo '<p align="center"><font color="red"><b>ADV_TOPN_MOD TOPICS QUERY ERROR!!</b></font></p>';
	exit;
}

// fetch rows
while( $rows = $db->sql_fetchrow($result) )
{
	$topic_url = append_sid("viewtopic.$phpEx?t=" . $rows['topic_id']);
	$forum_url = append_sid("viewforum.$phpEx?f=" . $rows['forum_id']);

	$topic_poster = $rows['topic_poster'];
	$topic_last_post_id = $rows['topic_last_post_id'];

	// Grab topic poster and last replier data
	$sql = "SELECT post_username, user_id, username
		FROM " . POSTS_TABLE . ", " . USERS_TABLE . "
		WHERE topic_id = '" . $rows['topic_id'] . "'
		AND poster_id = user_id
		ORDER BY post_id LIMIT 0, 1";

	if( !$p_result = $db->sql_query($sql) )
	{
		message_die(GENERAL_MESSAGE, 'ADV_TOP5 MOD TOPIC_POSTER QUERY ERROR!!');
	}

	$p_row = $db->sql_fetchrow($p_result);

	$poster_name = ( $topic_poster != ANONYMOUS ) ? $p_row['username'] : ( !$p_row['post_username'] ? $lang['Guest'] : $p_row['post_username']);
	$poster_url = ( $topic_poster != ANONYMOUS && !$p_row['post_username'] ) ? ('<a href="' . append_sid("profile.$phpEx?mode=viewprofile&u=$topic_poster") . '" target="_top">' . "$poster_name</a>") : $poster_name;

	$sql = "SELECT post_username, user_id, username, post_time
		FROM " . POSTS_TABLE . ", " . USERS_TABLE . "
		WHERE post_id = '$topic_last_post_id'
		AND poster_id = user_id";

	if( !$r_result = $db->sql_query($sql) )
	{
		message_die(GENERAL_MESSAGE, 'ADV_TOP5 MOD LAST_REPLIER QUERY ERROR!!');
	}

	$r_row = $db->sql_fetchrow($r_result);

	$replier_id = $r_row['user_id'];
	$replier_name = ( $replier_id != ANONYMOUS ) ? $r_row['username'] : ( !$r_row['post_username'] ? $lang['Guest'] : $r_row['post_username']);
	$replier_url = ( $replier_id != ANONYMOUS && !$r_row['post_username'] ) ? ('<a href="' . append_sid("profile.$phpEx?mode=viewprofile&u=$replier_id") . '" target="_top">' . "$replier_name</a>") : $replier_name;

	$last_post_url = append_sid("viewtopic.$phpEx?p=$topic_last_post_id#$topic_last_post_id");

	$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
	));
}

$template->assign_vars(array( 
   'S_CONTENT_DIRECTION' => $lang['DIRECTION'], 
   'S_CONTENT_ENCODING' => $lang['ENCODING'], 

   'T_HEAD_STYLESHEET' => $theme['template_name'] . "/" . $theme['head_stylesheet'], 
   'T_BODY_BGCOLOR' => '#'.$theme['td_color3'], 

   'L_FORUM' => $lang['Forum'], 
   'L_TOPICS' => $lang['Topics'], 
   'L_REPLIES' => $lang['Replies'], 
   'L_AUTHOR' => $lang['Author'], 
   'L_VIEWS' => $lang['Views'], 
   'L_POSTS' => $lang['Posts'], 
   'L_LASTPOST' => $lang['Last_Post'] 
));


//
// Generate the page
//
\n//$gen_simple_header = TRUE;

//include($phpbb_root_path . 'includes/page_header.'.$phpEx);

$template->pparse("body");

$db->sql_close();
//
// Compress buffered output if required
// and send to browser
//
if($do_gzip_compress)
{
	//
	// Borrowed from php.net!
	//
	$gzip_contents = ob_get_contents();
	ob_end_clean();

	$gzip_size = strlen($gzip_contents);
	$gzip_crc = crc32($gzip_contents);

	$gzip_contents = gzcompress($gzip_contents, 9);
	$gzip_contents = substr($gzip_contents, 0, strlen($gzip_contents) - 4);

	echo "\x1f\x8b\x08\x00\x00\x00\x00\x00";
	echo $gzip_contents;
	echo pack("V", $gzip_crc);
	echo pack("V", $gzip_size);
}

exit;
?>
神川小羽
調皮の小羽
調皮の小羽
文章: 1461
註冊時間: 2004-05-01 05:55
來自: 謎樣之筱語
聯繫:

文章 神川小羽 »

看不出個所以然不過我想嚐試看看安裝這套看看能不能有所發現!!
-.-
神川小羽
調皮の小羽
調皮の小羽
文章: 1461
註冊時間: 2004-05-01 05:55
來自: 謎樣之筱語
聯繫:

文章 神川小羽 »

神川小羽 寫:看不出個所以然不過我想嚐試看看安裝這套看看能不能有所發現!!
後續補上
應該是你某個地方改錯了吧,因為你是黑色系所以你沒注意到\r
其實有呈現出來並不是空的 你在表格內滑鼠左鍵包覆看看就會出現\r
版面 主題 發表人 回覆 觀看 最後發表
所以問題應該是出在adv_top5_body.tpl 跟index_body.tpl
還有一種可能性就是讀不到.css你有發現嗎 那字體根本不符合你的css
我猜想很可能是adv_top5_body.tpl裡面的
這個部分問題

代碼: 選擇全部

<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"  />
<meta http-equiv="Content-Style-Type" content="text/css" />
<style type="text/css">
請看這篇有看看我剛剛裝後 確定沒問題
http://phpbb-tw.net/phpbb/viewtopic.php?t=5044
-.-
bitemancat
星球公民
星球公民
文章: 40
註冊時間: 2004-05-23 21:54
來自: 從零開始的領域
聯繫:

文章 bitemancat »

神川小羽 寫:
神川小羽 寫:看不出個所以然不過我想嚐試看看安裝這套看看能不能有所發現!!
後續補上
應該是你某個地方改錯了吧,因為你是黑色系所以你沒注意到\r
其實有呈現出來並不是空的 你在表格內滑鼠左鍵包覆看看就會出現\r
版面 主題 發表人 回覆 觀看 最後發表
所以問題應該是出在adv_top5_body.tpl 跟index_body.tpl
還有一種可能性就是讀不到.css你有發現嗎 那字體根本不符合你的css
我猜想很可能是adv_top5_body.tpl裡面的
這個部分問題

代碼: 選擇全部

<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"  />
<meta http-equiv="Content-Style-Type" content="text/css" />
<style type="text/css">
請看這篇有看看我剛剛裝後 確定沒問題
http://phpbb-tw.net/phpbb/viewtopic.php?t=5044
:oops:
我還是不會改耶..您可以教一下嗎?
謝謝...
主題已鎖定

回到「外掛問題討論」