Joomla.it Forum
Joomla! 1.0.x (versione con supporto terminato) => Le voci di Joomla.it (solo per versione Joomla 1.0.x) => I Template di Joomla 1.0.x => : ilfriz80 12 Jun 2008, 11:30:49
-
Ciao, su questo mio sito di prova sto perdendo le ore a provare a cancellare la colonna vuota di sinistra, http://www.play-poker.it/
non riesco in alcun modo, vorrei che non ci fosse.
potete aiutarmi per cortesia?
grazie
-
hai disabilitato la pubblicazione dei moduli della colonna sinistra?
se si, prova ad eliminare dal file index.php il <div> del modulo "left"
ciaooo
-
Ciao, questo è il file index.php del template, mi puoi aiutare a capire dove è per cortesia?
<?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">
<head>
<meta http-equiv="Content-Language" content="en-us">
<?php mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}
$collspan_offset = ( mosCountModules( 'right' ) ) ? 2 : 1;
//right based combos
if ( mosCountModules( 'right' ) and ( empty( $_REQUEST['task'] ) || $_REQUEST['task'] != 'edit' ) ) {
$right = 1;
}
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/css/template_css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div align="center">
<table border="0" cellspacing="1" width="980" id="table1">
<tr>
<td width="990">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/logo.jpg" alt="Template" /></td>
</tr>
<tr>
<td width="990">
<table border="0" cellpadding="0" cellspacing="0" width="976">
<tr>
<td width="772">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table7" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/bac_footer.png'); background-repeat: repeat-x" >
<tr>
<td width="9">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/right_footer.png" alt="Template" /></td>
<td>
<?php mosLoadModules ( 'user3', -1 ); ?></td>
<td width="11">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/left_footer.png" alt="Template" /></td>
</tr>
</table>
</td>
<td width="3"></td>
<td width="200">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table9" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/bac_footer.png'); background-repeat: repeat-x" >
<tr>
<td width="9">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/right_footer.png" alt="Template" /></td>
<td class="w">
<?php echo mosCurrentDate(); ?></td>
<td width="11">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/left_footer.png" alt="Template" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="196" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="bac_module"><?php mosLoadModules ( 'left', -2 ); ?></td>
</tr>
</table></td>
<td valign="top" width="4"> </td>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table3" bgcolor="#F0FFF0" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/top.png'); background-repeat: repeat-x; background-position-y: top">
<tr>
<td width="6" valign="top" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/right.png'); background-repeat: repeat-y">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/top_right.jpg" alt="Template" /></td>
<td valign="top" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/top-right.jpg'); background-repeat: no-repeat; background-position: right top">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table4" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/top-left.jpg'); background-repeat: no-repeat; background-position: left top; height:376px">
<tr>
<td valign="top"><?php mosMainBody(); ?></td>
</tr>
</table>
</div>
</td>
<td width="5" valign="top" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/left.png'); background-repeat: repeat-y">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/top_left.jpg" alt="Template" /></td>
</tr>
<tr>
<td width="6">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/bot_right.png" alt="Template" /></td>
<td style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/bot.png')">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/bot.png" alt="Template" /></td>
<td width="5">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/box/bot_left.png" alt="Template" /></td>
</tr>
</table></td>
<?php
if ( mosCountModules ('right') ) {
?>
<td valign="top" width="4"> </td>
<td valign="top" width="196">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="bac_module"><?php mosLoadModules ( 'right', -2 ); ?></td>
</tr>
</table>
</td> <?php
}
?>
</tr>
</table>
</td>
<tr>
<td width="990">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table5" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/bac_footer.png'); background-repeat: repeat-x" >
<tr>
<td width="9">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/right_footer.png" alt="Template" /></td>
<td>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" id="table6">
<tr>
<td class="w">
Design:<a href="http://www.studentsdesign.de" class="w">StudentsDesign[/url]</td>
</tr>
</table>
</div>
</td>
<td width="11">
<img border="0" src="<?php echo $mosConfig_live_site;?>/templates/lady_beetle/ltr/images/left_footer.png" alt="Template" /></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
-
è questo qui
<tr>
<td class="bac_module"><?php mosLoadModules ( 'left', -2 ); ?></td>
</tr>
-
grandissimo PUITZ.problema risolto
posso chiederti delle cose?
- hai imparato da solo?
- lo fai anche di lavoro?
grazie davvero e buona giornata
-
bene così!
si sono un autodidatta e il mio è un hobby ;)
ciaoooo