|
Integrate The Forum into the WebsiteSuppose we have an website that contains additional pages such as contact, about us, etc. We want to integrate the forum into the website so that the forum masthead is the same as the website masthead and that we have our website navigation bar present in the forum.
The idea is to get a copy the website template HTML code in the directory of where the forum is and have the static HTML work there (making sure that the paths to images and css are correct ans such). The template should have allocated an content area of a <td> that is to be where the forum resides.
Copy the top part of the HTML file up to the content area td into the overall_header.tpl. Copy the bottom part from the </td> to end of file to the overall_footer.tpl. You might have to merge some code and make sure that the <head> section links to both the css for the website template as well as for the forum. Next LessonGo to Next Lesson we will learn how to detect if an user is logged in. |



