Quote:
Originally Posted by amykhar
Yep. This fixed it. Specifically, change these two lines:
Code:
// modified to make less use of the index.php
$ibforums->vars['base_url'] = "arcade.php?$session[sessionurl]&";
$ibforums->base_url = "arcade.php?$session[sessionurl]&";
To
Code:
// modified to make less use of the index.php
$ibforums->vars['base_url'] = "/forums/arcade.php?$session[sessionurl]&";
$ibforums->base_url = "/forums/arcade.php?$session[sessionurl]&";
|
Does not work with MKPortal - same Error :
Quote:
Fatal error: Cannot redeclare class db_driver in /poltbofu/www.politikstube.de/mkportal/include/mk_mySQL.php on line 7
|
The Score is saved but the Error is showed - and Arcade is still not showing the navbar from MKPortal.
I have tried it with the full path including
www.politikstube.de of course and without.
What MKPortal does is to add a Line at functions.php :
Quote:
// parse PHP include ##################
if (!is_demo_mode())
{
($hook = vBulletinHook::fetch_hook('global_complete')) ? eval($hook) : false;
}
//added from MKportal
define ( 'IN_MKP', 1 );
require_once "../mkportal/include/VB/vb_out.php";
$output = mkportal_board_out($output);
//end added
|
Why does this not work for this Arcade ?
http://www.mkportal.it/support/showthread.php?p=53945