How can I have an intro page like this?
Page 1 of 1 • Share •
How can I have an intro page like this?
Hi. I would like to give my forum a website effect by creating an intro/ entry page like here:
http://simplycilla.com/
Now, I know it's not a forumotion address and I apologize if it's not convenient but I coulnd't find one forum with this feature that I'd seen a while ago..
I'd appreciate any help. Thanks
http://simplycilla.com/
Now, I know it's not a forumotion address and I apologize if it's not convenient but I coulnd't find one forum with this feature that I'd seen a while ago..
I'd appreciate any help. Thanks
Last edited by Yada on July 3rd 2009, 5:16 pm; edited 1 time in total
Re: How can I have an intro page like this?
Hmm... not sure, but I can only guess. Try and use the code below, editing some information in the code like the image you would like displayed, ect...
- Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>#1 Priscilla Presley Fan Site ~ SimplyCilla</title>
<style type="text/css">
<!--
body {
background-color: #c2a9a1;
}
-->
</style></head>
<body>
<div align="center">
<p> </p>
<p> </p>
<p><a href="mp/simplycilla/newindex.html"><img src="mp/simplycilla/layouts/version6/indexpic copy.gif" alt="Welcome to SimplyCilla" width="720" height="720" border="0" /></a> </p>
</div>
</body>
</html>

Torres- Forumotion Member
-

Posts: 1268
Language: English
Location: UK, Liverpool
Country:
Join date: 2008-09-16
Re: How can I have an intro page like this?
But where do I put that code and could you possibly highlight the text that needs to be customized? 
Re: How can I have an intro page like this?
Its called HTML Page.
Go to Admin Panel > Modules >HTML Page and you have to have a code to have the page to work.
Go to Admin Panel > Modules >HTML Page and you have to have a code to have the page to work.
Sammy 10- Forumotion Member
- Posts: 93
Language: English
Country:
Join date: 2008-11-28
Re: How can I have an intro page like this?
Thanks everyone.. I tried what you said, I can change the colour and the welcome message but the picture still does not come up. Where do I put the link(s) for the picture? Could you please underline in the code posted above?
Thanking you
Thanking you
Re: How can I have an intro page like this?
erm Try this
- Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Rising Dead</title>
<style type="text/CSS">
<!--
body {
background-color: #c2a9a1;
background-image: url('http://simplycilla.com/mp/simplycilla/layouts/version6/indexpic%20copy.gif');
}
-->
</style></head>
<body>
<div align="center">
<p> </p>
<p> </p>
<p><a href="mp/simplycilla/newindex.html"><img src="mp/simplycilla/layouts/version6/indexpic copy.gif" alt="Welcome to SimplyCilla" width="720" height="720" border="0" /></a> </p>
</div>
</body>
</html>
Re: How can I have an intro page like this?
Download a HTML Editor from Google and paste the code given, and once you have done that, you will be able to view the page, and change whatever you like from there. I used HTML editor and made this page: www.LG-Club.co.cc
No need to register, just showing.
No need to register, just showing.
Re: How can I have an intro page like this?
hey my question is how do you redirect your forum to the into ?
so when you enter the forum you see the into and not the Home
so when you enter the forum you see the into and not the Home
Re: How can I have an intro page like this?
When you create an HTML Page, you get the choice of setting it as your Homepage, and set it to Yes, so when people go to your site, they will see that HTML Page.
Re: How can I have an intro page like this?
i did that !
i set it to YES Clicked Submit then it asked me to enter the Forum address
i enter it and Click again Yes then submit i get the message
-HTML page successfully updated.
This page cannot be set as the homepage until you insert a link to the website forumotion.com..-
i have entered the Forum URL (http://risingdead.ultimarpg.net)
I also tryed to the HTML Code
And i still get that Error
Can Someone please tell me if i did a mistake or something :|
i set it to YES Clicked Submit then it asked me to enter the Forum address
i enter it and Click again Yes then submit i get the message
-HTML page successfully updated.
This page cannot be set as the homepage until you insert a link to the website forumotion.com..-
i have entered the Forum URL (http://risingdead.ultimarpg.net)
I also tryed to the HTML Code
- Code:
<a href="http://RisingDead.UltimaRPG.net" target="_blank">RisingDead.com</a>
And i still get that Error
Can Someone please tell me if i did a mistake or something :|
Re: How can I have an intro page like this?
TheKiller wrote:erm Try this
- Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Rising Dead</title>
<style type="text/CSS">
<!--
body {
background-color: #c2a9a1;
background-image: url('http://simplycilla.com/mp/simplycilla/layouts/version6/indexpic%20copy.gif');
}
-->
</style></head>
<body>
<div align="center">
<p> </p>
<p> </p>
<p><a href="mp/simplycilla/newindex.html"><img src="mp/simplycilla/layouts/version6/indexpic copy.gif" alt="Welcome to SimplyCilla" width="720" height="720" border="0" /></a> </p>
</div>
</body>
</html>
Thank you but I cannot seem to get the picture working.. Everything is ok except the picture!
Re: How can I have an intro page like this?
Amandeep619 wrote:Download a HTML Editor from Google and paste the code given, and once you have done that, you will be able to view the page, and change whatever you like from there. I used HTML editor and made this page: www.LG-Club.co.cc
No need to register, just showing.
Thank you for the info and the link.
Re: How can I have an intro page like this?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="Text/html; charset=ISO-8859-1" />
<title>YOUR FORUM NAME</title>
<style type="text/CSS">
<!--
Body {
Background-color: #c2a9a1;
Background-image: url('ADRESS OF THE PICTURE');
}
-->
</style></head>
<body>
<div align="center">
<p> </p>
<p> </p>
<p><a href="forum.htm"><img src="http://illiweb.com/fa/empty.gif" alt="YOUR WELCOME MESSAGE" width="720" height="720" border="0" /></a> </p>
</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="Text/html; charset=ISO-8859-1" />
<title>YOUR FORUM NAME</title>
<style type="text/CSS">
<!--
Body {
Background-color: #c2a9a1;
Background-image: url('ADRESS OF THE PICTURE');
}
-->
</style></head>
<body>
<div align="center">
<p> </p>
<p> </p>
<p><a href="forum.htm"><img src="http://illiweb.com/fa/empty.gif" alt="YOUR WELCOME MESSAGE" width="720" height="720" border="0" /></a> </p>
</div>
</body>
</html>
Re: How can I have an intro page like this?
Thekiller, for the first time I can see the photo! Many thanks for your time and effort. I also managed to link it to forumotion. However, there seems to be 2 of the same photo on the homepage and another thing: I cannot see a homepage unless when I'm previewing. Would you or anyone else know what I'm doing wrong?
Do you wish to use your forum page header and page footer ? No
Use this page as homepage ? Yes
and the link to the homepage is http://rileykeough.forums1.net/page_html.forum?mode=preview
and this is what I put on HTML page;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="Text/html; charset=ISO-8859-1" />
<title>RILEY KEOUGH FAN FORUM</title>
<style type="text/CSS">
<!--
Body {
Background-color: #e8cb12;
Background-image: url(http://i41.tinypic.com/e04q6f.jpg);
}
-->
</style></head>
<body>
<div align="center">
<p> </p>
<p> </p>
<p><a href="forum.htm"><img src="http://illiweb.com/fa/empty.gif" alt="WELCOME TO RILEY KEOUGH FAN FORUM" width="720" height="720" border="0" /></a> </p>
</div>
</body>
</html>
<a href="http://www.forumotion.com"><img src="http://www.illiweb.com/fa/banner/en/banner1.gif" alt="Free forum" title="forumotion.com" /></a>
Do you wish to use your forum page header and page footer ? No
Use this page as homepage ? Yes
and the link to the homepage is http://rileykeough.forums1.net/page_html.forum?mode=preview
and this is what I put on HTML page;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="Text/html; charset=ISO-8859-1" />
<title>RILEY KEOUGH FAN FORUM</title>
<style type="text/CSS">
<!--
Body {
Background-color: #e8cb12;
Background-image: url(http://i41.tinypic.com/e04q6f.jpg);
}
-->
</style></head>
<body>
<div align="center">
<p> </p>
<p> </p>
<p><a href="forum.htm"><img src="http://illiweb.com/fa/empty.gif" alt="WELCOME TO RILEY KEOUGH FAN FORUM" width="720" height="720" border="0" /></a> </p>
</div>
</body>
</html>
<a href="http://www.forumotion.com"><img src="http://www.illiweb.com/fa/banner/en/banner1.gif" alt="Free forum" title="forumotion.com" /></a>
Re: How can I have an intro page like this?
TheKiller wrote:Can someone tell me how do i set it as homepage ?
After you paste the link TheKiller posted and edited the CAPITAL letters with your links and text, it will ask:
Do you wish to use your forum page header and page footer ? No
Use this page as homepage ? Yes
and click, copy and paste one of the forumotions banner code in the same HTML page and save it
Re: How can I have an intro page like this?
Ok Yada Thank You weary much !!!! 

Between Try this HTML Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="Text/html; charset=ISO-8859-1" />
<title>RILEY KEOUGH FAN FORUM</title>
<style type="text/CSS">
<!--
Body {
Background-color: #e8cb12;
}
-->
</style></head>
<body>
<div align="center">
<p> </p>
<p> </p>
<p><a href="forum.htm"><img src="http://i41.tinypic.com/e04q6f.jpg" alt="WELCOME TO RILEY KEOUGH FAN FORUM" width="720" height="720" border="0" /></a> </p>
</div>
</body>
</html>
<a href="http://www.forumotion.com"><img src="http://www.illiweb.com/fa/banner/en/banner1.gif" alt="Free forum" title="forumotion.com" /></a>


Between Try this HTML Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="Text/html; charset=ISO-8859-1" />
<title>RILEY KEOUGH FAN FORUM</title>
<style type="text/CSS">
<!--
Body {
Background-color: #e8cb12;
}
-->
</style></head>
<body>
<div align="center">
<p> </p>
<p> </p>
<p><a href="forum.htm"><img src="http://i41.tinypic.com/e04q6f.jpg" alt="WELCOME TO RILEY KEOUGH FAN FORUM" width="720" height="720" border="0" /></a> </p>
</div>
</body>
</html>
<a href="http://www.forumotion.com"><img src="http://www.illiweb.com/fa/banner/en/banner1.gif" alt="Free forum" title="forumotion.com" /></a>
Re: How can I have an intro page like this?
Between if you want to add a favicon picture on your into page add this
HTML Code too
<link rel="shortcut icon" href="YOUR IMAGE URL">
HTML Code too
<link rel="shortcut icon" href="YOUR IMAGE URL">
Re: How can I have an intro page like this?
Thanks TheKiller. I think I did everything you typed. But, still there is not an intro page set-up. Why do you think? I mean it looks like this:
http://rileykeough.forums1.net/login.forum?connexion
not like an intro page like here: http://simplycilla.com/
http://rileykeough.forums1.net/login.forum?connexion
not like an intro page like here: http://simplycilla.com/
Re: How can I have an intro page like this?
heh your Into Page is up
click http://rileykeough.forums1.net/
not http://rileykeough.forums1.net/forum.htm
click http://rileykeough.forums1.net/
not http://rileykeough.forums1.net/forum.htm
Re: How can I have an intro page like this?
TheKiller wrote:heh your Into Page is up
click http://rileykeough.forums1.net/
not http://rileykeough.forums1.net/forum.htm
thank you! Now I can see it! The picture looks wider than it normally is.. How can I sort this out? This's my last question.. Thank you all for your help
Re: How can I have an intro page like this?
You Are Welcome 
Try Editing these fields from the code untill you got the desired size :|
WIDTH="100"
HEIGHT="20"
Try Editing these fields from the code untill you got the desired size :|
WIDTH="100"
HEIGHT="20"
Re: How can I have an intro page like this?
Solved Tag = >Topic Lock
_________________

|Lost Password?|-|FAQ|-|Contact Typlo for a Domain Transfer Code|-|Complaint Against a Forum|
PM Support & PM About Your Topic Is Not Allowed

MrMario- Global Moderator

-

Posts: 9079
Age: 19
Language: English, HTML, XHTML XML, JavaScript, CSS and PERL
Location: USA
Country:
Join date: 2008-06-10
Permissions of this forum:
You cannot reply to topics in this forum
Home




by Yada on July 1st 2009, 3:15 pm






» How do I put threads on my Portal?
» Christmas carol on my Index page or portal?????
» Fiery Hazard Ranks
» Announcement bar not showing
» Special Ranks
» How do i remove the...
» Forum categories -noob qeustion
» How to add a Banner?