![]() |
|
#1
|
|||
|
|||
|
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
|
||||
|
||||
|
Can you post the chdir line from your cmps_index.php page here?
|
|
#3
|
|||
|
|||
|
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
|
||||
|
||||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
Any suggestions?
|
|
#7
|
||||
|
||||
|
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
|
|||
|
|||
|
Quote:
|
|
#9
|
||||
|
||||
|
Danny,
Do you have a URL to check out? Also, are these links in your navbar or in your header? |
|
#10
|
|||
|
|||
|
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 | |
|
|
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 |