![]() |
|
#1
|
|||
|
|||
|
Hello, I have vBadvanced and I was wondering if I can just add in CMPS with putting in some files or would I have to completly delete vBadvanced and fully install CMPS.
Last edited by Dee; 10-17-2004 at 08:15 PM. |
|
#2
|
||||
|
||||
|
You can have both running at the same time without a problem and the install script for the CMPS will import your settings from vBa Homepage if you wish.
|
|
#3
|
|||
|
|||
|
Alright I downloaded CMPS and did everything, and all file edits except one. In /forum/includes/adminfunctions_template.php I have to find this
Code:
'forumhome' => $vbphrase['group_forum_home'], Code:
'adv_portal' => 'vBadvanced CMPS', |
|
#4
|
||||
|
||||
|
Are you running an older version of vB? Either way, just go to the very bottom of the file and then go up a few lines and you should see something similar.
|
|
#5
|
|||
|
|||
|
Oh man it was right there, I missed it. Ok thanks now I got it, and going to install all the files now.
I'll post if I have any problems.
|
|
#6
|
|||
|
|||
|
Alright I just installed everything, and went fine. But before I change cmps_index.php to index.php I went to http://www.mysite.net/cmps_index.php and it gave me this
Quote:
Last edited by Dee; 10-18-2004 at 04:09 PM. |
|
#7
|
||||
|
||||
|
Looks like you modified your chdir line in that file incorrectly.
|
|
#8
|
|||
|
|||
|
I figured that was the problem, I put the same one in that was used for vBadvanced. Right now its currently like this:
Code:
<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0 RC2 ||
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved ||
// || This file may not be redistributed in whole or significant part. ||
// || http://vbadvanced.com ||
// ++ ========================================================================++
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('./forums');'/home/virtual/site2/fst/var/www/html/board'
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('./global.php');
print_portal_output($home);
?>
|
|
#9
|
||||
|
||||
|
chdir('/home/virtual/site2/fst/var/www/html/board');
|
|
#10
|
|||
|
|||
|
Alright I put that in and went back to http://www.mysite.net/cmps_insex.php and I got this:
Quote:
|
|
#11
|
||||
|
||||
|
You have your chdir line wrong. Try this:
chdir('/home/mc2g/public_html/board'); |
|
#12
|
|||
|
|||
|
Alright I changed it to that and now I got this:
Quote:
|
|
#13
|
||||
|
||||
|
Did you upload the modules folder and it's contents to your forums directory?
|
|
#14
|
|||
|
|||
|
Bah, I thought I did, I must've overlooked it. Ok it works fine now on cmps_index.php Its doing fine. So its safe to go ahead and change to index.php and everything should be set?
|
|
#15
|
||||
|
||||
|
Yup, as long as you have it set up the way you would like
|
|
#16
|
|||
|
|||
|
Alright thanks, works perfect
But do you know how I can get the custom blocks again from vBadvanced?
|
|
#17
|
||||
|
||||
|
Just add them as new modules.
|
| 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 |
| Hacks from vBadvanced > CMPS | Intex | Troubleshooting / "How do I..." Questions | 6 | 02-16-2006 11:16 AM |
| Difference btw vBadvanced CMPS & vBadvanced Homepage? | Millionaire | Chit Chat | 5 | 08-27-2004 01:24 PM |
| vBadvanced CMPS Templates? | Graham Barns | Troubleshooting / "How do I..." Questions | 1 | 07-28-2004 11:22 AM |
| Help with IMG Tag parse on vBadvanced CMPS | Atomic Fireball | Add-On Modules & Modifications | 1 | 07-14-2004 09:57 PM |
| vBadvanced CMPS Questions | Big Kahuna | Troubleshooting / "How do I..." Questions | 1 | 06-24-2004 12:54 PM |