vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Troubleshooting / "How do I..." Questions

 
 
Thread Tools Display Modes
  #1  
Old 02-28-2005, 09:02 PM
Danny_Willis Danny_Willis is offline
Member
 
Join Date: Feb 2005
Posts: 46
Default Just installed vbAdvanced, having a few problems

Here's the details:

vBulletin
- v3.0.6 w/ 'misc.php' patch

Hacks
- vBadvanced CMPS v1.0.1 w/ Left SideBar Hack

I went through the normal installation process and I then renamed the cmps_index.php to index.php and put it in the root of my site. Now when I head to the website I get a blank page.

What did I do wrong?
  #2  
Old 03-01-2005, 08:42 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Just installed vbAdvanced, having a few problems

Can you post the chdir line from your cmps_index.php page here?
  #3  
Old 03-01-2005, 11:44 AM
Danny_Willis Danny_Willis is offline
Member
 
Join Date: Feb 2005
Posts: 46
Default Re: Just installed vbAdvanced, having a few problems

Actually I did end up getting the page to display but now it doesn't display all the time. Here's my cmps_index.php page:

<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0.1
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 17:44, Mon Feb 28th 2005 - 9839
// ||
// ++ ========================================================================++

error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);

// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

chdir('./vb');

// ============================================
// No Further Editing Necessary!
// ============================================

$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();

require_once('./global.php');

print_portal_output($home);

?>


Now I also have a bunch of links that do not work as well. What I did is I put the cmps_index.php in my root directory, but the forums are located in a sub directory called vb. When I visit the main page some of the links work and some of them do not. The links that don't work do not point to the forum directory, the point to the root which doesn't have the pages. Here are the links that do not work:

usercp.php?
faq.php?
memberlist.php?
Calendar.php?
newposts.php?

But if I move the cmps_index.php into the forums folder they work, but I am unable to view the forums (due to the overwriting of the forums' index.php).

Also, where do I find information on how to edit the navigation menus, the FAQ pages, etc. With no link to the forums on the portal it kinda makes it difficult to view the information.

Thanks.
  #4  
Old 03-01-2005, 11:52 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Just installed vbAdvanced, having a few problems

Admin CP => vBa CMPS => Default Settings

See if you have a group there called 'vBadvanced Global Settings' with some replacement options. If so, make sure those files are listed in your 'Navbar Replacements' option. If you don't have those options, download the package from here again, upload the install file, and go to the URL http://yoursite.com/forum/admincp/vb...hp?do=settings
  #5  
Old 03-01-2005, 12:12 PM
Danny_Willis Danny_Willis is offline
Member
 
Join Date: Feb 2005
Posts: 46
Default Re: Just installed vbAdvanced, having a few problems

Ok,

Those files are there, but they are located in the /vb/ folder, not in the root. If I am to have both the portal and the forums use the same set of pages, how do I redirect the portal to point to the files located in the vb folder? I tried changing the path in the Admin CP => vBa CMPS => Default Settings after looking at it and that didn't work.
  #6  
Old 03-01-2005, 01:45 PM
Danny_Willis Danny_Willis is offline
Member
 
Join Date: Feb 2005
Posts: 46
Default Re: Just installed vbAdvanced, having a few problems

Any suggestions?
  #7  
Old 03-01-2005, 02:16 PM
KW802's Avatar
KW802 KW802 is offline
Administrator
 
Join Date: Mar 2004
Location: A galaxy far, far away...
Posts: 5,030
Default Re: Just installed vbAdvanced, having a few problems

Danny,

What value do you have in ACP --> vBulletin Options --> Site Name / URL / Contact Details --> Forum URL? It should be (from what you're listing above) http://yoursite.com/vb.
  #8  
Old 03-01-2005, 02:21 PM
Danny_Willis Danny_Willis is offline
Member
 
Join Date: Feb 2005
Posts: 46
Default Re: Just installed vbAdvanced, having a few problems

Quote:
Originally Posted by KW802
Danny,

What value do you have in ACP --> vBulletin Options --> Site Name / URL / Contact Details --> Forum URL? It should be (from what you're listing above) http://yoursite.com/vb.
That's exactly what it is. http://mysite.net/vb
  #9  
Old 03-01-2005, 02:22 PM
KW802's Avatar
KW802 KW802 is offline
Administrator
 
Join Date: Mar 2004
Location: A galaxy far, far away...
Posts: 5,030
Default Re: Just installed vbAdvanced, having a few problems

Danny,

Do you have a URL to check out? Also, are these links in your navbar or in your header?
  #10  
Old 03-01-2005, 02:30 PM
Danny_Willis Danny_Willis is offline
Member
 
Join Date: Feb 2005
Posts: 46
Default Re: Just installed vbAdvanced, having a few problems

I can provide you a link but it has to be via pm or other means due to the private content of the site (it's not a public site).

The links are all on the navbar, at least that what I understand.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Just installed vbadvanced and i get a error cgjackson2001 Troubleshooting / "How do I..." Questions 18 03-05-2005 11:30 PM
Installed With Problems kremerov Troubleshooting / "How do I..." Questions 15 01-26-2005 11:52 PM
Problems staying logged in or logging out Brian Frequently Asked Questions 0 06-16-2004 10:43 AM


All times are GMT -4. The time now is 11:20 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.