|
Unofficial modifications nieoficjalne modyfikacje for?w phpBB by Przemo |
|
English FAQ - Creating a new portal page
regua - Pon 22 Maj, 2006 Temat postu: Creating a new portal page Open the notepad or another text editor and paste this:
Kod | <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"><tr><td class="catHead" height="25" align="left"><span class="genmed"><b>HEADING</b></span></td></tr><tr><td class="row1" align="center"><span class="genmed" style="line-height: 150%">
CONTENT
</span></td></tr></table><br /> |
Change the HEADING to a suitable heading, eg. 'About me'.
Change the CONTENT to a suitable content, eg. all information about you
Save it as portal_pageX.html (replace X with a number from 1 to 5)
If 5 is not enough, open portal.php and find "portal page1" etc. After portal page5 add:
Kod |
'6' => 'portal_page6.html', |
etc.
You can also change it other way, eg. '6' to 'rules' and 'portal_page6.html' to 'rules.html'
You open the pages this way:
Cytat | www.board.com/portal.php?show=1 |
And the page number instead of '1'.
If you've changed the numbers to eg. 'rules', then use
Cytat | www.board.com/portal.php?show=rules |
Originally posted by Marshal's
|
|