![]() |
Installation | Help & Support | F.A.Q. | Upgrading |
vBadvanced CMPS (Content Management & Portal System) |
Introduction |
vBadvanced CMPS (Content Management & Portal System) is an advanced portal / content management system that will allow you to easily include different elements from your vBulletin message board on your web site's homepage, or other pages. It's module system makes it very easy to add custom modules without modifying any files. It also allows you to easily create and manage new pages in which you can customize almost every default setting, plus it is very easy to integrate with other vBulletin pages and hacks. Everything is completely template based and fully integrated with vBulletin as well, so it is very easy to customize and change everything through your Admin CP. |
Features: |
Main Features:
Included Modules:
Other 3rd party modules available in the vBadvanced Forums. |
Help & Support |
Before asking for support Please check the vBadvanced F.A.Q. Forum! If you have any problems or questions that are not covered in the F.A.Q. please post them at vbadvanced.com in the appropriate support forum. We will be more than happy to help in any way we can if the request for help is made there. Anyone trying to contact a staff member via e-mail, private message, or any other means will be ignored. |
Copyright |
This software is © 2003 - 2007 vBadvanced.com.
All copyright notes in the software itself must remain unchanged unless you have purchased a Branding Free license.
This software is NOT to be re-distributed in any way or placed on any other web site for download.
For a complete and current list of Terms & Conditions, please see the download page. By downloading this software, you are agreeing to all Terms and Conditions listed on that page.
|
Installation Instructions | ||||||||||||||||
Step 1 - File Modifications | ||||||||||||||||
Note: If you intend to use this software in the same directory as your vBulletin forum and plan to upload the cmps_index.php file to your vBulletin forum's directory (ex: /forum/cmps_index.php) then you may skip this step.
In your cmps_index.php file: Open your cmps_index.php file in this folder and find: $forumpath = '';
Add the full path to your forum on your server between the '' marks here.Not sure how to find your path? | ||||||||||||||||
Step 2 - Upload Files | ||||||||||||||||
Upload the new vBadvanced CMPS files to the directories listed below. Note that this guide assumes your vBulletin files are in a folder called 'forum'. If vBulletin is uploaded elsewhere or the folder is named something different, you will need to upload the folders and files in the 'forum' folder with this package to whatever folder your vBulletin files reside in. Note: Be sure to upload the /forum/images and /forum/cpstyles folders and their contents in Binary mode and the other files in ASCII mode. |
||||||||||||||||
|
||||||||||||||||
Now you will need to chmod the /forum/modules folder to 777: | ||||||||||||||||
Step 3 - Run the Install File | ||||||||||||||||
The last step is to run the installation file. This file may be run from your browser by going to http://yoursite.com/forum/admincp/vbacmps_install.php. This file will make all necessary changes to your database and install the modules, templates, phrases, settings, and etc for you. Once the file is done, go to your Admin CP and you will see a new group of options called "vBadvanced CMPS". This is where you will modify the settings, add/edit modules, and add/edit new pages. Note that you will find the main page of your CMPS wherever you uploaded your cmps_index.php file to. For more information on how to use your new product, please see the User's Manual available at vbadvanced.com. |
Help & Support |
Before asking for support Please check the vBadvanced F.A.Q. Forum! If you have any problems or questions that are not covered in the F.A.Q. please post them at vbadvanced.com in the appropriate support forum. We will be more than happy to help in any way we can if the request for help is made there. Anyone trying to contact a staff member via e-mail, private message, or any other means will be ignored. |
Frequently Asked Questions | ||||
|
||||
Other problems?
Please check the vBadvanced F.A.Q. Forum. |
Upgrading |
Upgrading from vBa CMPS v2.x |
If you have made the changes from the vBadvanced Users Manual here to integrate your other vBulletin files/hacks, you will need to remove 2 of these changes as this is now done via plugins. Otherwise, you may continue to "Final Steps" section below. First, open your /forum/global.php file. Find the code below, and remove it. if (defined('VBA_PORTAL')) { require_once('./includes/vba_cmps_include_template.php'); } Next, open your forum/includes/functions.php file. Search the file for 'VBA_PORTAL'. You should find some code that is similar to the code below, but may be slightly different depending on when the code was added. This code should be removed as well. if (defined('VBA_PORTAL') AND !defined('SKIP_OUTPUT') AND !defined('NOPMPOPUP') AND THIS_SCRIPT != 'adv_index') { define('SKIP_OUTPUT', true); global $home; print_portal_output($home, $vartext); } Save these two files and be sure to upload them when you upload the rest of the files for the CMPS. Note that it is not necessary to remove the code from other individual files that you have integrated. |
Final Steps (Upgrading from vBadvanced CMPS 3.x) |
|