Using the codes here: https://help.forumotion.com/t63491-create-a-loading-page-before-accessing-your-forum
I have followed the instructions to the best of my abilities. When I use the 'preview' button before saving the code it works perfectly! So I save everything as told and when I go back into the forum to make sure it is working, the first page loads fine. Click the button to go to the loading page. Works great. But after it is done loading it refers back to the welcome page rather than the home page of the forum.
Here is what I have used as my first code:
Here is my second code:
It is currently disabled so that members can still log into the forum and post, but I could not find a help source for this.
Thanks in advance!
I have followed the instructions to the best of my abilities. When I use the 'preview' button before saving the code it works perfectly! So I save everything as told and when I go back into the forum to make sure it is working, the first page loads fine. Click the button to go to the loading page. Works great. But after it is done loading it refers back to the welcome page rather than the home page of the forum.
Here is what I have used as my first code:
- Code:
<BODY BGCOLOR=black> <!-- Page background color -->
<center><img src="http://i45.photobucket.com/albums/f82/abrunette4ev/shadow11.jpg"></center><br><br>
<center><strong><font color="white" face="Arial">Shadowfang Welcomes You</font></strong></center>
<center><br></center>
<p style="text-align: center;"><a href="http://shadowfang.forumotion.co.nz/h2-welcome-wait"><img alt="" src="http://i45.photobucket.com/albums/f82/abrunette4ev/phoenixsmokecropped.jpg" width="300" height="200"></a></p><p style="text-align: center;"><br></p>
</p><div style="text-align: right;"><font style="color: White;" size="1">Powered by <a href="http://www.forumotion.com" target="_blank">forumactif.com</a></font></div></BODY>
Here is my second code:
- Code:
<BODY BGCOLOR=Black>
<div style="text-align: center;">
<img src="http://i45.photobucket.com/albums/f82/abrunette4ev/phoenixsmokecropped-1.jpg">
<br>
<br>
</div>
<meta HTTP-EQUIV="REFRESH" CONTENT="2; URL=http://shadowfang.forumotion.co.nz">
</BODY>
It is currently disabled so that members can still log into the forum and post, but I could not find a help source for this.
Thanks in advance!
Last edited by Eclipse_Stellar on October 7th 2012, 6:49 pm; edited 1 time in total (Reason for editing : Solved!)