vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Portal Software - WebTemplates 3.7.x: VB Integrated CMS (Content Management System) (https://vborg.vbsupport.ru/showthread.php?t=186644)

drew82 04-10-2009 07:38 PM

Can someone please help me!?

I have created a homepage using this mod. But now how do I make the homepage act as my my defauly homepage when someone goes to mysite.com. My VB is installed in the root... I tried domain forwarding and that didn't work. There must be a simple way to do this?

MTGDarkness 04-11-2009 12:39 AM

Hi, I need my front page to be at www.mtgdarkness.com and my forums to be at http://forums.mtgdarkness.com; can this CMS manage that? If so, how can I set that up?

gsmph 04-11-2009 01:25 AM

@drew82 and MTGDarkness


PHP Code:





<?php 
ob_start
(); 
header("Location: http://location here where your visitors will land.com"); //without a trailing slash
ob_end_flush(); 
?>

make a clean index.php and put this code inside it. and upload it on your main domain..

ps.
ofcourse edit the red text except the "location: :D

br

gsmph

MTGDarkness 04-11-2009 01:33 AM

But that will just redirect, won't it?

drew82 04-11-2009 02:04 AM

yeah that worked, but now when I click my forum link it just reroutes it to my homepage

I still want to be able to view my forum overview?

can anyone help?

TheLastSuperman 04-11-2009 02:21 AM

Quote:

Originally Posted by drew82 (Post 1788613)
yeah that worked, but now when I click my forum link it just reroutes it to my homepage

I still want to be able to view my forum overview?

can anyone help?

Edit your index.php or index.html and at the VERY top add:

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yoursite.com/the rest of the url from WebTemplates etc">

Then save and that should redirect you, gsmph gave a more forum friendly php way of doing it but the lesser works just as good.

Edit the content="0 to 1 or 2 for seconds IF you want the redirect to take place after 1 or 2 seconds and so on... maybe change your original index into a loading or intro page... perhaps add a splash page etc.

S-MAN

drew82 04-11-2009 02:28 AM

that does the same exact thing

let me try to explain this another way

I want my custom homepage to come up when you go to mysite.com, but I still want access to the forum page

does anyone know how to do this

TheLastSuperman 04-11-2009 02:32 AM

Well then you need to have your redirect via your hosting/cpanel/ whatever verified, it should work w/ the specified URL.

TheLastSuperman 04-11-2009 02:41 AM

Quote:

Originally Posted by drew82 (Post 1788630)
that does the same exact thing

let me try to explain this another way

I want my custom homepage to come up when you go to mysite.com, but I still want access to the forum page

does anyone know how to do this

I think we have lost each other, sounds simple but take it one way and you go another route eh?

So here's what I have so far... (So we ALL can be clear & help you)

1. You created a custom page via WebTemplates
2. You want that custom page to be your new homepage
3. The custom page (I suspect you did it w/ a theme if not and it is in fact an Independent template then simply copy the contents and replace the contents in your original index file and no need for redirect) is not being redirected properly even when you apply a redirect via your hosting panel/cpanel etc.

Is that correct?

drew82 04-11-2009 03:43 AM

i don't want to replace the default homepage with my new custom homepage

after I made a custom homepage called *home I added it to my menu as well as added a menu item called *forums

but I want my landing page *home, but I want to keep access to the forums main page so my members can click *forums and see the overview

I though I can do this by redirecting my domain to www.mysite.com/view.php?pg=home

but this solution is not working


All times are GMT. The time now is 09:10 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.01539 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete