Installation | Upgrading | F.A.Q. | Help & Support |
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 options from your vBulletin message board on your site's homepage. It also allows you to easily create and manage new pages in which you can set different settings other than the default. It's module system also makes it very easy to add custom modules without hacking any of the files, plus it is very easy to integrate with other vBulletin pages and hacks. Everything is also template based and completely integrated with vBulletin, so it is very easy to customize and change everything through your Admin CP. |
Features: |
Included Modules:
More modules available in the Addon Modules, Hacks, & Modifications forum at vbadvanced.com. |
Help & Support |
Before asking for support Please read the F.A.Q below! 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 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 script is © 2003 - 2004 vBadvanced.com and PlurPlanet, LLC.
This script is NOT to be re-distributed in any way or placed on a web site for download.
All copyright notes in the script itself must remain unchanged unless you have purchased a Branding Free license.
|
Installation Instructions |
Step 1 - File Modifications |
In your /forum/global.php file: (3 Changes) |
In your cmps_index.php file: Now open your cmps_index.php file in this folder and find: chdir('/home/yoursite/public_html/forum'); Replace the path within the chdir() function with the full path to your forum on your server. Not sure what this means? Note: If you are installing this script in the same directory as your forums then you may simply comment out this line. |
Step 2 - Optional File Modifications |
The modifications in this section are strictly optional. They simply add a little more convience and organization, but it is up to you if you would like to add them.
This modification will add your CMPS options to your regular vBulletin Admin CP. If this change is not made then you will be able to access a separate control panel for the CMPS by clicking on the 'Admin CP' link in the footer of your CMPS page. In your /forum/admincp/index.php file: |
This modification will add a new group to your Style Manager for your new vBadvanced CMPS templates. Otherwise they will be displayed with your custom templates. In your /forum/includes/adminfunctions_template.php file: |
Step 3 - Upload Files |
Upload the new vBadvanced CMPS files and your modified vBulletin files to the directories listed below. root folder - cmps_index.php (you will probably rename this file to index.php once everything is set up)
root/forums - global.php
root/forums/admincp - index.php (if modified), vbacmps_install.php, vba_cmps_admin.php
root/forums/cpstyles - vba_cp_logo.gif
root/forums/includes - adminfunctions_template.php (if modified), adminfunctions_vba_cmps.php, vba_cmps_include_top.php, vba_cmps_include_bottom.php, vba_cmps_include_template.php
root/forums/images/misc - noavatar.gif
root/forums/modules - Upload this folder and all of it's contents
Note: Be sure to upload the /forums/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 /forums/modules folder to 777: |
Step 4 - Run the Install Script |
Now you're almost done! Run the install script from your browser by going to http://yoursite.com/forum/admincp/vbacmps_install.php. This script will make all necessary changes to your database and install the templates, phrases, settings, and etc for you. Once the script is done go to your Admin CP and you will see a new group of options called "vBadvanced CMPS". That is where you will modify the settings, add/edit modules, and add/edit new pages. For more information on how to use your new script, please see the User's Manual available at vbadvanced.com. |
Frequently Asked Questions | ||||
| ||||
| ||||
| ||||
|
Help & Support |
Before asking for support Please read the F.A.Q above! 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 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. |
Upgrading |
Upgrading From v2.0 RC1 & RC2: |
To upgrade from v2.0 RC1 or v2.0 RC2, simply upload all of the new files that you downloaded (except the cmps_index.php). Then go to the admincp/vbacmps_install.php file in your browser and select the option to upgrade. | Upgrading From v1.x |
Important Note: If you have added any new 3rd party modules, it is strongly recommended that you run the upgrade script on a test forum first. While we have made every attempt to make sure that the upgrade from v1.x to v2.0 will go as smoothly as possible, we cannot guarantee that all third party modules will work with v2.0. We also cannot guarantee that we will be able to provide support in helping to get 3rd party modules to work with the new version. Any customized default CMPS templates will be removed! Due to the number of changes with 2.0 of the CMPS, most of the templates for the default modules will not work properly, and for this reason, will be removed. If you have customized any of the default templates for the CMPS it is recommended that you download a copy of that style so that you may reapply the changes to the new version. Please note that this only affects default CMPS templates. Any templates that have been added for custom or 3rd party modules will not be removed. |
1). In your forum/global.php file: |
2). In your forum/admincp/index.php file: |
3). Now upload all of the new vBadvanced CMPS files over your existing ones as well as the 2 vBulletin files you just modified. 4). Chmod your /forums/modules folder to 777. 5). Last, go to the install file in your browser by going to http://yoursite.com/forum/admincp/vbacmps_install.php. Once there, select the option to upgrade. |