1
I´m having troubles with the theme kubrick and kubrick left and the ipboard module, when i set kubrick as the default theme and try to go to the forum it gives me this error:
Fatal error: Call to a member function on a non-object in D:\inetpub\paco-site\STORE\templates_c\%%14^147^1478770A%%theme.html.php on line 8
line 8 is this one in theme.php:
$GLOBALS['xoopsTpl']->assign( 'kubrick_selector', $kubrick );
if I erease all the code is on the top line 1 to line 10 (php) I can now go in to the forum but the space for a right block is left and the forum looks awkward:
<{php}>
$display_wide = "kubrick newbb ipboard contact xoopsmembers xoopspartners xoopsheadline ipboard";
$mod = $GLOBALS['xoopsModule'];
$dirname = (isset($mod) ? $mod->getVar('dirname') :'system');
$kubrick = strpos($display_wide, $dirname);
$GLOBALS['xoopsTpl']->assign( 'kubrick_selector', $kubrick );
<{/php}
also if is set true the code (<{if $kubrick_selector == FALSE}>) in theme.php the left and rigth blocks does not appear any more on all pages (wich is good for me) but when I go to the forum the left block dissapear but the forum still looking wrong.
the address is
http://teziuyork.com and the forum
http://teziuyork.com/store/modules/ipboardI want the kubrick theme because coppermine photo gallery uses it too, I tried with kubrick flexible but there I cannot change the top banner.