PDA

View Full Version : Need some help with my portal please


bashy
07-30-2006, 07:12 PM
Hi peeps

I am currently using mkportal and i am trying out vb 3.6 on my test site.

I view my forum within the portal so that it shows the left blocks, to do this in vb 3.5.4 you add this code

//added from MKportal
define ( 'IN_MKP', 1 );
require_once "../mkportal/include/VB/vb_out.php";
$output = mkportal_board_out($output);
//end added


below this in includes/functions.php

if (!is_demo_mode())
{
($hook = vBulletinHook::fetch_hook('global_complete')) ? eval($hook) : false;
}


ok, my question is this, the code that we add in 3.5.4 does not work for 3.6.0
It gives a blank screen, does any part of the code make any sense to anyone and would you know what would need to be changed for it to work on 3.6.0 please?

I am only asking here due the fact that when asked over at mkportal.it i got "we do not support 3.6 at present" :( surely it cant be that much can it?

Yours hopefully