vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   index.html (https://vborg.vbsupport.ru/showthread.php?t=134753)

gullystation 12-25-2006 03:04 PM

index.html
 
How do I make my forum homepage (www.gullystation.com) to go straight to my vbadvanced CMPS. Currently, the CMPS is on www.gullystation.com/forum/index.php. I want to take out the /forum/index.php and make that my forum homepage.

Can anyone help me? Also, can you contact me via MSN : fizsparky@gullystation.com

thanks

RS_Jelle 12-25-2006 04:58 PM

You can place the CMPS index file where you want if the forum path in it is filled in correctly, so you can make it the default site home :)
Also replace the normal image paths of your styles with full url paths.

You can also redirect people directly to the current CMPS file using a redirect page:

PHP Code:

<?php
header
("Location: http://www.gullystation.com/forum/index.php");
?>


gullystation 12-26-2006 07:35 AM

Quote:

Originally Posted by RS_Jelle (Post 1144937)
You can place the CMPS index file where you want if the forum path in it is filled in correctly, so you can make it the default site home :)
Also replace the normal image paths of your styles with full url paths.

You can also redirect people directly to the current CMPS file using a redirect page:

PHP Code:

<?php
header
("Location: http://www.gullystation.com/forum/index.php");
?>


Where do I place this php code into?

RS_Jelle 12-26-2006 08:25 AM

In an index.php file that you place in the site root, it will auto redirect the user immediately to your vBadvanced forum home ;)

gullystation 12-26-2006 09:17 AM

Where abouts do I place that php code in the index.php file? Also, I dont have a index.php file in the site root but instead in the forum directory. I have index.php and index2.php (the index.php is the CMPS page and the index2.php is the actual forum page).

Any other information you need to know? Where abouts in the index.php file do i place that code, I put it at the top of the file but it made no difference.

RS_Jelle 12-26-2006 10:33 AM

I meant you create a new index.php to place in your site root. It will redirect the user to the /forum/index.php (vBadvanced CMPS) :)

gullystation 12-26-2006 12:28 PM

great stuff...but one thing...some of the images are missing? Why does that happen and how do i change the text in between the navbar (where there is a pic of a folder and then site name) to index2.php ?


All times are GMT. The time now is 04:58 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01025 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete