MyBB Community Forums

Full Version: Create an extra sheet to appear on the front page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thanks
I really appreciate
I am using MYBB 1.8 which u said there is no compatible portal

I want to add a front front sheet to my current template.
some thing like having HTML and include the header and the footer, make it the default page, as in the page that will appear first to the user

<!DOCTYPE html>
<html>
    
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>GETTING STARTED WITH BRACKETS</title>
        <meta name="description" content="An interactive getting started guide for Brackets.">
        <link rel="stylesheet" href="main.css">
    </head>
    <body>
        <?php
   /* so somewhere i can include the header and the footer to have the some header and footer*/
 include(header.php);
        ?>
in the body i can put some style here and the announcement plugin to anounce some selected thread to the body

<?php
include(footer.php);

?>
      
        
    </body>
</html>
Thanks
you can continue posting at earlier thread regarding the portal / custom page
http://community.mybb.com/thread-159799.html