Create a loading page before accessing your forum ! Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Create a loading page before accessing your forum !

    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16217
    Reputation : 1831
    Language : French, English

    Tutorial Create a loading page before accessing your forum !

    Post by Shadow January 26th 2010, 9:21 am

    Create a loading page before accessing your forum !





    Hello,

    Create a loading page before accessing your forum

    It's fast and easy to do Smile


    • First of all create a HTML page and add it to the homepage.

      Admin panel > Modules > HTML > HTML pages management.


      • Create a new HTML page

      • Create a loading page before accessing your forum ! 25012010

        Do you wish to use your forum page header and page footer ? No
        Use this page as homepage ? Yes

        Create a loading page before accessing your forum ! 25012011

      • Insert the following code in the "HTML code" field without the red parts (these are comments) :


      • <BODY BGCOLOR=black> <!-- Page background color -->
        <center><img src="Welcome_image_address"></center><br><br>
        <center><strong><font color="white" face="Arial">Welcome on XXX (Forum name) </font></strong></center>
        <center><br></center>
        <p style="text-align: center;"><a href="Second_HTML_page_link"><img alt="" src="https://i.servimg.com/u/f28/11/40/02/06/iconfi20.png" width="128" height="128"></a></p><p style="text-align: center;"><br></p><p style="text-align: center;"><img src="https://www.icone-gif.com/gif/noel/lignes/noel_lignes027.gif"><br></p>
        </p><div style="text-align: right;"><font style="color: White;" size="1">Powered by <a href="https://www.forumotion.com" target="_blank">forumactif.com</a></font></div></BODY>

      • Save


    • Create a second HTML page where will be displayed the loading image.


      • Create a new HTML page


      • Create a loading page before accessing your forum ! 25012012

        Do you wish to use your forum page header and page footer ? No
        Use this page as homepage ? No

        Create a loading page before accessing your forum ! 25012013

      • Insert the following code in the "HTML code" field without the red parts (these are comments) :


      • <BODY BGCOLOR=black> <!-- Page background color -->
        <div style="text-align: center;">
        <img src="Welcome_image_address">
        <br>
        <br>
        </div>
        <meta HTTP-EQUIV="REFRESH" CONTENT="4; URL=Your_forum_or_portal_link">
        </BODY>

        * In CONTENT="4;--> the number 4 represents loading time, in seconds ! In the link add the real address of your forum (forum or portal)

      • Save


    • Then go back to your first page (the homepage) and add a link to the second page !

      Create a loading page before accessing your forum ! 25012014




    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15167
    Reputation : 1696
    Language : English,Greek
    Location : Greece

    Tutorial Re: Create a loading page before accessing your forum !

    Post by skouliki February 11th 2020, 5:49 pm

    This code was updated to fit in with the new HTTPS address

    updated 11.02.2020 by skouliki