Would you like to react to this message? Create an account in a few clicks or log in to continue.


    Redirect a page

    Darren
    Darren
    Ze Big boss

    Number of posts : 171
    Age : 14
    Reputation : 41
    Registration date : 2008-11-29
    20110204

    Redirect a page Empty Redirect a page

    Post by Darren

    Pointless tut much

    What is this?
    This is a trick to allow you to redirect a user when yo have your forum in construction mode! :mrgreen:


    Procedure:
    Step 1:
    Head to: Admin panel >> Modules > HTML Pages > Create a new page, insert this script:
    Code:


    <html>
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8;" />
    <title> Site Maintenance </ title>
    <link rel="stylesheet" type="text/css" href="/acces/style.css" />
    <style>

    td.descr {
    background-color : #CFD9E3; background-color: # CFD9E3;
    padding: 5px; padding: 5px;
    }

    table {
    table-layout: fixed;
    width: 100%;
    cellspacing: 0;
    text-align: center;
    background-color: # 003F70;
    border: 1px solid rgb (217, 207, 227);
    5px; -Moz-border-radius: 5px;
    }
    </style>
    </head>
    <body> <table class="table">
    <tr> <tr>
    <strong> Site Maintenance </ strong> </ td>
    <tr> <tr>
    <td class="descr"> Put the reason for maintaining your site. </ td>
    </tr> </ Tr>
    </table> </ body>
    </html>


    • Page Title: Maintenance of the site;
    • Do you use the top and bottom of the page of your forum? Check "No".
    • Use this page as your homepage? Check "No"


    Note: If you know HTML, you are free to customise this table Smile

    Now save it!

    Step 2:
    Now return to the page to get the URL of that new page, copy it.

    Step 3:
    Activating forum construction mode: General > Forum/configuration > Form in construction mode = Yes, and click the "customisation" button.
    In this window, we will now insert our new HTML code which will redirect us
    This is the code:
    Code:
    <meta http-equiv="refresh" content="0; URL=http://URL_OF_THE_COPIED_PAGE_JUST_PASTE_IT_HERE.">
    An example of this would be:
    Code:
    <meta http-equiv="refresh" content="0; URL=http://help.forumotion.com/h12-page-redirection">

    Now hit the closest save button and viola drunken
    Share this post on: reddit

    No Comment.


      Current date/time is Thu Mar 28, 2024 11:14 pm