Sto usando il template siteground-j15-59, ma nelle proprietà dei moduli, alla voce "Posizione" posso scegliere solo left, right e user3, le altre posizioni non vengono elencate nonostante nel file index.php ci siano breadcrumbs, debug e user4.
Ok, ho modificato l'index.php, ma non ho toccato nulla rigardante queste posizioni.
Che problema può esserci?
Nel caso potesse servire riporto qui sotto il file index.php
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
JPlugin::loadLanguage( 'tpl_SG1' );
?>
<!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<!--[if lte IE 6]>
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/ie7.css" type="text/css" />
<![endif]-->
</head>
<body class="body_bg">
<div id="page_bg">
<div id="topw">
<div id="logo" style="width:937px;height:90px;">
<!-- lista di link per mappare il logo, vedere anche in fondo al css -->
<ul id="link-logo">
<li id="link-logo1"><a href="index.php"><span class="alt">link-logo</span></a></li>
</ul>
</div>
<div id="search" style="width:200px;">
<jdoc:include type="modules" name="user4" style="rounded" />
</div>
</div>
<div class="clr"></div>
<div id="header">
<div style="width:937px; float: right; margin: 0;">
<div id="header_img" >
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="937" height="91">
<param name="width" value="538" />
<param name="height" value="91" />
<param name="src" value="templates/siteground-j15-59/images/banner937.swf" />
<param name="quality" value="high" />
<embed type="application/x-shockwave-flash" width="937" height="91" src="templates/siteground-j15-59/images/banner937.swf" quality="high"></embed>
</object>
</div>
</div>
</div>
<div class="clr"></div>
<div class="pill_m">
<div id="pillmenu">
<table cellpadding="0" cellspacing="0" style="margin: 0 auto;">
<tr>
<td style="text-align: center; vertical-align: center;">
<jdoc:include type="modules" name="user3" />
<div class="clr"></div>
</td>
</tr>
</table>
</div>
</div>
<!--center start-->
<div class="center">
<div id="wrapper">
<div id="content">
<!--pathway start-->
<div class="cpathway">
<div class="cpleft">
<jdoc:include type="module" name="breadcrumbs" />
</div>
</div>
<!--pathway end-->
<?php if($this->countModules('left') and JRequest::getCmd('layout') != 'form') : ?>
<div id="leftcolumn">
<jdoc:include type="modules" name="left" style="rounded" />
<?php $sg = 'banner'; include "templates.php"; ?>
</div>
<?php endif; ?>
<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<div id="maincolumn">
<?php else: ?>
<div id="maincolumn_full">
<?php endif; ?>
<div class="nopad">
<jdoc:include type="message" />
<?php if($this->params->get('showComponent')) : ?>
<jdoc:include type="component" />
<?php endif; ?>
</div>
</div>
<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<div id="rightcolumn" style="float:right">
<jdoc:include type="modules" name="right" style="rounded" />
</div>
<?php endif; ?>
<div class="clr"></div>
</div>
</div>
</div>
<!--center end-->
</div>
<jdoc:include type="modules" name="debug" />
<!--footer start -->
<div id="footer">
<div id="sgf">
<div>
<div style="text-align: center; padding: 10px 0 0;">
Copyright 2009 xxxxxxxxxxxx. Tutti i diritti riservati.
</div>
<div style=" padding: 5px 0; text-align: center; color: #83A330;">
</div>
</div>
</div>
</div>
<!--footer end-->
</body>
</html>