Hallo,
ich möchte auf meiner Seite ein bereits bestehendes Forum einbinden. was man ja mit dem wrapper übernehmen kann. nur möchte ich für das Forum die ganze seitenbreite nutzen und somit das Linke Menü ausblenden.
Ich habe schon alle Module für den Wrapper deaktiviert, doch wird das Linke Menü nicht so wie das rechte Menü ausgeblendet.
Hier habe ich einen Link zum Problem:
http://ursina.ur.funpic.de/joomla/in...pper&Itemid=28
Und hier die Index.php des Templates:
PS: Ein anderes Problem mit dem Template ....Code:<?php defined( '_VALID_MOS' ) or die( 'Restricted access' ); // needed to seperate the ISO number from the language file constant _ISO $iso = explode( '=', _ISO ); // xml prolog echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/scripts/prototype.lite.js"></script> <script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/scripts/moo.fx.js"></script> <script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/scripts/moo.fx.pack.js"></script> <script type="text/javascript"> window.onload = function() { fadesize = new fx.FadeSize('left_outer', {duration: 500}); } </script> <head> <?php mosShowHead(); ?> <?php if ( $my->id ) { initEditor(); } ?> <meta **********="Content-Type" content="text/html; <?php echo _ISO; ?>" /> <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_css.css" rel="stylesheet" type="text/css" /> <link href="css/template_css.css" rel="stylesheet" type="text/css" /> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="908" align="center"> <tr> <td class="outline"> <table width="902" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> <div id="buttons_outer"> <div id="buttons_inner"> <div id="buttons"> <?php mosLoadModules ( 'user1', -1); ?> </div> </div> </div> <div id="search_outer"> <div id="search_inner"> <?php mosLoadModules ( 'user4', -1 ); ?> </div> </div> </td> </tr> <tr> <td> <div id="header_outer"> <div id="header"> <div id="pathway_text"> <a href="#" onclick="opacity.toggle();"></a> <a href="#" onclick="fadesize.toggle('width');"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/showhide.png" id="showhide" border="0"></a><?php mosPathWay(); ?> </div> </div> <div id="top_outer"> <div id="top_inner"> <?php if ( mosCountModules( 'newsflash' ) ) { mosLoadModules ( 'newsflash', -2 ); } else { ?> <span class="error">Top Module Empty</span> <?php } ?> </div> </div> </div> </td> </tr> <tr> <td id="main_area"> <table width="902" cellpadding="0" cellspacing="0"> <tr> <td id="left_side"> <div id="left_outer"> <div id="left_inner"> <?php mosLoadModules ( 'left', -2 ); ?> </div> </div> </td> <td id="main_body"> <?php if ( mosCountModules ('banner') ) { ?> <div id="banner_inner"> <?php mosLoadModules( 'banner', -1 ); ?> </div><?php } ?> <?php if (mosCountModules('user1') || mosCountModules('user2')) { ?> <table width="100%" border="0" cellspacing="0" cellpadding="0" > <tr> <td width="50%"> <div class="user1_inner"> <?php mosLoadModules ( 'user3', -2 ); ?> </div> </td> <td width="50%"> <div class="user2_inner"> <?php mosLoadModules ( 'user2', -2 ); ?> </div> </td> </tr> </table> <?php } ?> <div id="body_outer"> <?php mosMainBody(); ?> <div class="clr"></div> </div> </td> <?php if ( mosCountModules( 'right' ) and ( empty( $_REQUEST['task'] ) || $_REQUEST['task'] != 'edit' ) ) { ?> <td id="right_side"> <div id="right_outer"> <div id="right_inner"> <?php mosLoadModules ( 'right', -2 ); ?> </div> </div> </td> <?php } ?> </tr> </table> </td> </tr> </table> </td> </tr> </table> <div align="center" class="dd">original solarflare design by <a href="http://www.jamboworks.com/">rhuk</a><br /> schizoperized by <a href="http://www.schizoper.miyahost.com/">ScHiZoPeR</a> </div> <br /> <?php mosLoadModules( 'debug', -1 );?> </body> </html>


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen