帖子內容頁面怎麼標記樓層呀?viewtopic.body.html

phpBB3.0.x請盡早更新為phpBB3.2.x版,官方已停止更新
頭像
懸壺子
系統管理員
系統管理員
主題中的帖子: 2
文章: 33584
註冊時間: 2001-10-05 , 10:10
個人狀態: 道骨學習佛心..^^..
貼心留言: 氣候不穩
性別: 公仔
來自: 黃金故鄉
聯繫:

帖子內容頁面怎麼標記樓層呀?viewtopic.body.html

未閱讀文章 懸壺子 »

帖子內容頁面怎麼標記樓層呀?viewtopic.body.html

http://www.phpbbchina.com/forum/viewtop ... =24&t=1875
圖檔
頭像
懸壺子
系統管理員
系統管理員
主題中的帖子: 2
文章: 33584
註冊時間: 2001-10-05 , 10:10
個人狀態: 道骨學習佛心..^^..
貼心留言: 氣候不穩
性別: 公仔
來自: 黃金故鄉
聯繫:

Re: 帖子內容頁面怎麼標記樓層呀?viewtopic.body.html

未閱讀文章 懸壺子 »

http://www.phpbbchina.com/forum/viewtop ... =24&t=1875
由IOsetting發佈

viewtopic.php, 找到

代碼: 選擇全部

$post_list = $user_cache = $id_cache = $attachments = $attach_list = $rowset = $update_count = $post_edit_list = array();
改成

代碼: 選擇全部

$floor_list = $post_list = $user_cache = $id_cache = $attachments = $attach_list = $rowset = $update_count = $post_edit_list = array();
找到

代碼: 選擇全部

while ($row = $db->sql_fetchrow($result))
{
   $post_list[$i] = $row['post_id'];
後面添加

代碼: 選擇全部

$floor_list[$i] = $start + $i + 1;
找到

代碼: 選擇全部

$row =& $rowset[$post_list[$i]];
後面添加

代碼: 選擇全部

$floor = $floor_list[$i];
找到

代碼: 選擇全部

$postrow = array(
後面添加

代碼: 選擇全部

'FLOOR'            => $floor,

岐黃稍有更改藥櫃
styles/prosilver/template/viewtopic_body.html
找到

代碼: 選擇全部

height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF -->
後面添加

代碼: 選擇全部

<div class="pagination"><span><strong>{postrow.FLOOR}藥櫃</strong></span></div>
Edit註解: 3/3 岐黃第二次更改為
發現

代碼: 選擇全部

<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a>
後面加上

代碼: 選擇全部

<strong>{postrow.FLOOR}藥櫃</strong>
Edit註解: 3/4 去掉粗體
發現

代碼: 選擇全部

<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a>
後面加上

代碼: 選擇全部

{postrow.FLOOR}藥櫃
圖檔
版面鎖定 主題已鎖定

回到「phpBB3.0.x」