View Single Post
Old 07-15-2006, 03:56 AM   #35 (permalink)
Sean
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: [phpBB] Step-By-Step Instructions to creating a new template

i edited the index_body.tpl for the forum categorys.

Unlike the other tables these r just 2 separate tables one sitting on the top of the category and the other on the bottom.

HTML Code:
<table width="100%"  cellpadding="0" cellspacing="0" border="0">
<td width="9" height="6"><img width="9" height="6" border="0" src="templates/ClanzDarkness2/images/a4.gif"></td>
<td width="100%" height="6" background="templates/ClanzDarkness2/images/a5.gif"></td>
<td width="9" height="6"><img width="9" height="6" border="0" src="templates/ClanzDarkness2/images/a6.gif"></td>
</table>
  <!-- BEGIN catrow -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">

  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>

  <tr> 
	<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
	<td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
  <!-- BEGIN forumrow -->
  <tr> 
	<td class="row2" align="center" valign="middle" height="50"><img vspace="3" hspace="3" src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="33" height="33" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
	<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
	  </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
	  </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
	<td width="150" class="row1" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
</table>
<table width="100%"  cellpadding="0" cellspacing="0" border="0">
<td width="9" height="6"><img width="9" height="6" border="0" src="templates/ClanzDarkness2/images/a1.gif"></td>
<td width="100%" height="6" background="templates/ClanzDarkness2/images/a2.gif"></td>
<td width="9" height="6"><img width="9" height="6" border="0" src="templates/ClanzDarkness2/images/a3.gif"></td>
</table> 
Sean is offline   Reply With Quote