帖子內容頁面怎麼標記樓層呀?viewtopic.body.html
發表於 : 2008-01-01 , 9:04
由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>
代碼: 選擇全部
<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a>
代碼: 選擇全部
<strong>{postrow.FLOOR}藥櫃</strong>
代碼: 選擇全部
<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a>
代碼: 選擇全部
{postrow.FLOOR}藥櫃