vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Deleting Home page? (https://vborg.vbsupport.ru/showthread.php?t=256756)

total gearhead 01-08-2011 10:39 AM

Deleting Home page?
 
I'm sure the answer is here somewhere but being hard of sight, trying to find it has giving me a headache.

How do I delete the home page all together? When new people are trying to find us they are getting lost on the home page. www.spiuserforum.com

When the address is typed in I'd like it to go straight to our forums. As it is, it goes to a Home Page and people have to find the FORUM button to locate the forums. For our purpose the home page is not needed at all. I'm sure there is a way to do it I am just having a time trying to find it.

Thanks Dub

Antidepresiv 01-08-2011 12:14 PM

I'm sure you will find it under Products Manager >> vBulletin CMS, just select disable.. And you will have to change the page to Forum..

Lynne 01-08-2011 04:45 PM

Edit index.php to look like this:
PHP Code:

/**
 * Use the CMS as the default script:
 */

// require('content.php');


/**
 * Use the forum as the default script:
 */

require('forum.php'); 


total gearhead 01-08-2011 05:45 PM

Lynne, Thank you, The only problem is that is exactly how my php code reads.

Lynne 01-08-2011 05:51 PM

You looked closely at which line was commented out and which was not? Because your index.php is definitely forwarding to content.php and not forum.php.

total gearhead 01-08-2011 05:59 PM

I double checked and had someone check me as my eyes are very bad, but it looks just like your code.

Lynne 01-08-2011 06:35 PM

Try copying/replacing and then saving and see if it works. And make sure you don't have an index.php in couple of places and you aren't editing the wrong one.

total gearhead 01-08-2011 06:47 PM

Will try that next. Thanks again!

total gearhead 01-11-2011 12:22 PM

so far so good. I had to turn off the cms. Thank you so much!


All times are GMT. The time now is 09:33 PM.

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.00978 seconds
  • Memory Usage 1,725KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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