The Arcive of vBulletin Modifications Site. |
|
Scores Don't Save, Goes to Forum Details »»
|
|||||||||||||||||||||||||
After I play a game, it doesn't save the score and it sends me right to the forums.
I am using vb 4.0.1. Why is this? Thanks! Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Are you running vBadvanced. I believe there's a thread where this is covered.
|
|
#3
|
||||
|
||||
|
This same thing happened after upgrading to vBulletin 4.0.2, and I don't have vBadvanced installed.
|
|
#4
|
||||
|
||||
|
Found out what to do. After upgrading, I had to change the index.php file:
This is how I comment out: Code:
/**
* Use the CMS as the default script:
*/
// require('content.php');
/**
* Use the forum as the default script:
*/
require('forum.php');
|
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Quote:
Thanks! That worked perfect! |
|
#7
|
||||
|
||||
|
Quote:
|
![]() |
|
|