The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
question about making simple welcome page
im looking to add a simple welcome page to my site. just something basic where theres just a full page image, that when you click on it it takes you to the forums. i already have the image, and i know what to do with the redirects and everything. what i need to know is, what would be the code i need to make the php file?
--------------- Added [DATE]1198021321[/DATE] at [TIME]1198021321[/TIME] --------------- hope i worderd that well. |
#2
|
|||
|
|||
It can be a simple HTML file.
All you do is align the image as "Absolute Middle" and then redirect it to your forums. If you still need help PM me and I can write the code up for you. |
#3
|
|||
|
|||
pm sent. yeah. just looking for the code so that the image is centered, and it will take you to www.mysite.com/index.php when clicked.
|
#4
|
|||
|
|||
somebody, anybody? lol.
|
#5
|
||||
|
||||
HTML Code:
<head> <title>Enter Page Title</title> <meta name="keywords" content="enter your keywords" /> <meta name="description" content="enter your description" /> </head> <body> <div align="center"> <a href="http://link.com/to/your/forum" rel="nofollow" target="_blank"><img src="/path/to/image/" border="0"></a> </div> </body> |
#6
|
|||
|
|||
okay, just one thing, what are "keywords" and "description" for? is that where i put the link to the image i want displayed?
|
#7
|
|||
|
|||
What search engines look for.
|
#8
|
|||
|
|||
okay, i got it working.. now how do i add a page title to that?
--------------- Added [DATE]1199843486[/DATE] at [TIME]1199843486[/TIME] --------------- and also, how do i make it so the background of the page is a color? --------------- Added [DATE]1199917631[/DATE] at [TIME]1199917631[/TIME] --------------- i have like a wallpaper that i used for the skin on the site. need the line of code that will let me put it behind the image. |
#9
|
|||
|
|||
Change
Code:
<body> Code:
<body bgcolor="COLOR"> under the <head> tag enter Code:
<title>WEBSITE TTLE</title> Find Code:
<body> Code:
<body background="URL"> |
#10
|
|||
|
|||
one more question, i got this working and its up and everything is cool. how can i change it so it opens the page in the same window though? it opens a new one when you click on the image?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|