帖子內容頁面怎麼標記樓層呀?viewtopic.body.html
http://www.phpbbchina.com/forum/viewtop ... =24&t=1875
帖子內容頁面怎麼標記樓層呀?viewtopic.body.html
- 懸壺子
- 系統管理員
- 主題中的帖子: 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}藥櫃