Quote:
Originally Posted by glen290
hope its back up soon, upgraded to vb 4.1.4 during the week and need to edit templates to save scores...
|
If IPB Scores Are Not Saving With vBulletin CMS
Open index.php and do the following edit.
Find:
Code:
require('content.php');
Add above:
Code:
require_once('./includes/v3arcade_vbsuite_index_compatibility.php');
Save and upload. Close all of your browsers and restart.
IPB Scores Not Saving With vBadvanced CMPS
For those who are using vBadvanced CMPS and are using it in the same folder as vBulletin and are using the vBa CMPS script as their 'index.php' file instead of the default 'index.php' file
Look for.
Code:
require_once('./global.php');
and immediately *AFTER* it add:
Code:
require_once('./includes/v3arcade_vbsuite_index_compatibility.php');
Save and upload. Close all of your browsers and restart.