vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   v4 suite and cms or forum as main (https://vborg.vbsupport.ru/showthread.php?t=242690)

masons 05-17-2010 10:20 AM

v4 suite and cms or forum as main
 
Hi,

I added the CMS to my forums this now became the "home" page for first time visitors.
I need the first and main page to always be my forum, "home" just an option.

How can I do this?

your24hourstore 05-17-2010 11:22 AM

I will say something then someone will jump in and save you.

Not sure about this as i use cms as home, but higherarchy dictates index is king

in admincp/setting/options /homepage options it will allow you to rename your Forum home page
its default is Forum, If you renamed it to index, not index.php in that setting

then you would have to go to your server and rename forum.php to Index.php

LOL Im just guessing, but you shouldnt get locked out trying it!

added: yep tried it it works

--------------- Added [DATE]1274102598[/DATE] at [TIME]1274102598[/TIME] ---------------

this should have been explained some where before

maybe made into an article this has been asked many times and its so easy.

masons 05-18-2010 05:34 AM

GREAT! it worked!

Thank you so much

your24hourstore 05-18-2010 10:28 AM

anytime

borbole 05-18-2010 01:58 PM

Alternatively you can do that at the index.php page at this part of code:

PHP Code:

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

//require('content.php');


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

require('forum.php'); 

And if you will want the cms as default, then comment the forum.php part and uncomment the cms one.


All times are GMT. The time now is 04:46 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.00953 seconds
  • Memory Usage 1,716KB
  • 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
  • (5)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