代碼: 選擇全部
#################################################################
## Mod Title: ViewTopic Nunber (NO:1) for phpBB 2.0.x
## Mod Version: 0.1
## Author: AndyGod <andy1@macau.ctm.net> - u-net.no-ip.com
## Description:
## This MOD will ViewTopic Nunber (NO:0) -> (NO:1) -> (NO:2) -> (NO:3).......
##
## Installation Level: Easy
## Installation Time: 1 Minutes
## Files To Edit: viewtopic.php, viewtopic_body.tpl
## Included Files: N/A
#################################################################
## Security Disclaimer: This MOD Cannot Be Posted To Or Added At Any Non-Official phpBB Sites
#################################################################
#
#
#-----[ OPEN FILE ]------------------------------------------
#
viewtopic.php
#
#-----[ FIND ]------------------------------------------
#
$template->assign_block_vars('postrow', array(
#
#-----[ AFTER, ADD ]------------------------------------------
#
'ROW_NUMBER' => $i + ( $HTTP_GET_VARS['start'] - 1 + 1 ),
#
#-----[ END ]------------------------------------------
#-----[ OPEN FILE ]------------------------------------------
#
viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
</table><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td><hr />
#
#-----[ AFTER, ADD ]------------------------------------------
#
<FONT color="#1834FF">NO:{postrow.ROW_NUMBER}</FONT><BR />
#
#-----[ END ]------------------------------------------
#
# OK ^O^ 
