######################################################## 
## Mod Title:    Name, Rank & Avatar in Center
## Mod Version:  1.0.0
## Author:       Robbie McMichael webmaster@gs.gaming-fusion.net
## Description:  This hack puts the name, rank, rank image and avatar in the center,
##               but leaves the joined date, post count and location on the left
##		 (when viewing a topic).
## 
## Installation Level:  Very Easy
## Installation Time:   1 minute
## File To Edit:        templates/subSilver/viewtopic_body.tpl
## Included Files:      N/A
######################################################## 
##
## 
##-----------------------------------------------
## Open /templates/subSilver/viewtopic_body.tpl
##----------------------------------------------- 
## 
##-----------------------------------------------
## Find, around line 29
##----------------------------------------------- 
## 
##
## <td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}">
##
## 
##-----------------------------------------------
## Replace with
##----------------------------------------------- 
## 
##
## <td width="150" align="center" valign="top" class="{postrow.ROW_CLASS}">
##
## 
##-----------------------------------------------
## Find, around line 29
##----------------------------------------------- 
## 
##
## <br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br />
##
## 
##-----------------------------------------------
## Replace with
##----------------------------------------------- 
## 
##
## <p align="left">{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</p></span>
##
##
##
##
########################################################
## Notes:
##
## This is the first release of this, but I don't think there needs to be another one.
## If a new version of phpBB comes out then I'll justmake a new one to fit that version.
##
########################################################
