Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-18-2007, 09:27 PM
dplevy dplevy is offline
 
Join Date: Feb 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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.
Reply With Quote
  #2  
Old 12-19-2007, 10:30 AM
5th-Level 5th-Level is offline
 
Join Date: Jul 2007
Location: Georgia
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #3  
Old 12-19-2007, 12:47 PM
dplevy dplevy is offline
 
Join Date: Feb 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 12-20-2007, 08:57 PM
dplevy dplevy is offline
 
Join Date: Feb 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

somebody, anybody? lol.
Reply With Quote
  #5  
Old 12-20-2007, 09:23 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #6  
Old 12-29-2007, 03:56 AM
dplevy dplevy is offline
 
Join Date: Feb 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

okay, just one thing, what are "keywords" and "description" for? is that where i put the link to the image i want displayed?
Reply With Quote
  #7  
Old 12-30-2007, 12:41 AM
5th-Level 5th-Level is offline
 
Join Date: Jul 2007
Location: Georgia
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What search engines look for.
Reply With Quote
  #8  
Old 01-08-2008, 11:43 PM
dplevy dplevy is offline
 
Join Date: Feb 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #9  
Old 01-09-2008, 09:30 PM
5th-Level 5th-Level is offline
 
Join Date: Jul 2007
Location: Georgia
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Change
Code:
<body>
to
Code:
<body bgcolor="COLOR">
To add a title:

under the <head> tag enter
Code:
<title>WEBSITE TTLE</title>
To add wallpaper:

Find
Code:
<body>
and change to
Code:
<body background="URL">
Reply With Quote
  #10  
Old 02-06-2008, 06:04 PM
dplevy dplevy is offline
 
Join Date: Feb 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:10 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.13881 seconds
  • Memory Usage 2,253KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_code
  • (1)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete