|
Quote: You don't understand the concept of the html templates. What's the <?php doing there?
i do understand that concept, i just thought that i only can open a table to hold the forum, in the index.php file..
Quote:
Simply: edit the mainheader.htm by adding your navigation, tables, pics etc and open the table that will hold the rest of the forum.
I figured navigation, header and the right side image out. How do i open a table for the forum in a completely different file?(mainheader.htm)
Quote: Edit mainfooter to close all tags, display copyright etc.
What tags? the only code thats in the mainfooter is:
Code:
{$copyright}
</body>
</html>
Wich doesn't display your copyright if im correct.
Quote: You DON'T edit the php script (the index.php file). Leave it as it was. Just edit the 2 html templates.
Then explain how to open a table that will hold the forum (index.php i assume?)
Quote: What values have you set for the $forumdir and $forumscript vars?
Code:
$forumdir = 'http://www.online.trap17.com/Rakion/forum/'; //forum dir without the script file, must end with a '/'
$forumscript = 'http://www.online.trap17.com/Rakion/forum/index.php'; //forum dir + script file
Sorry for the long post [sad]
|