Create a New Page in phpBB2

Submitted by Reiji Kurosaky, Feb 2007.
Page: 3
Pages: [1] [2] [3] [4]
Now, letīs do the template file:
Code: (tos.tpl)
  1. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">  
  2.    <tr>  
  3.        <td align="left"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></span></td>  
  4.    </tr>  
  5. </table>  
  6.  
  7. <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">  
  8.    <tr>  
  9.        <th class="thHead" height="25" valign="middle">{L_TOS_TITLE}</th>  
  10.    </tr>  
  11.    <tr>  
  12.        <td class="row1" align="center"><table width="80%" cellspacing="2" cellpadding="2" border="0" align="center">  
  13.            <tr>  
  14.                <td><span class="genmed">{L_CONTENT}<br /></span></td>  
  15.            </tr>  
  16.        </table></td>  
  17.    </tr>  
  18. </table> 
Ok, now upload the tos.php to the forum root, the lang_tos.php to the language file AND the tos.tpl to the template directory in your current style.
Page: 3
Pages: [1] [2] [3] [4]

Share this tutorial

If you want to show this tutorial to someone else please use following code to link to this tutorial:
HTML Link:
Forum BBCode:
Content of this tutorial may not be published anywhere else without author's permission. Please link to this page instead.