
04-01-2012, 02:09 PM
|
|
|
Join Date: Feb 2012
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Gemma
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.
|
Worked like a charm!
|