Salve a tutti. Uso Joomla da un po' ed ho provato ad inserire Page Peel nel sito che curo, ma ho riscontrato anche io il problema dei banner in flash che rimangono sopra allo script del modulo peel
Ho rpvato a spostare il modulo in diverse posizioni e ne ho creata una ad hoc con questo tag <div id="peel"><?php mosLoadModules('peel', -1); ?></div>
come da voi consigliato. Ho dato come valore -3 ai moduli dei banner ma non ho risolto nulla, il problema persiste. Ho anche spostato il tag del modulo peel in varie posizioni del file html, ma senza risultato. Vi posto la parte di codice in questione, sperando che sappiate aiutarmi.
Grazie anticipatamente
<div id="peel"><?php mosLoadModules('peel', -1); ?></div>
<body id="body_bg">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="169" align="left" valign="middle">
<form action="index.php" method="post" name="form" >
<div >
<input class="searchbox" type="text" name="searchword" size="20" value="<?php echo _SEARCH_BOX; ?>" onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
</div>
<input type="hidden" name="option" value="search" />
</form>
</td>
<td> </td>
<td width="601" align="center" class="topnav" valign="bottom">
<?php if (mosCountModules('user3')) { ?>
<div>
<?php mosLoadModules ( 'user3', -1 ); ?>
</div>
<?php } ?>
</td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<?php if (mosCountModules('user5')) { ?>
<td width="15%" height="" align="center"> <div align="center"></div>
<div>
<?php mosLoadModules ( 'user5', -3 ); ?>
</div></td>
<?php } ?>
<div align="center"><td align="center" width="65%"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/header_image.png" alt="" border="0" ></div>
<?php if (mosCountModules('user5')) { ?>
<td width="30%" height="" align="center"> <div align="center"></div>
<div>
<?php mosLoadModules ( 'user5', -3 ); ?>
</div></td>
<?php } ?>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="519" class="top1" ><?php mosPathWay(); ?></td>
<td class="top1"> </td>
<td width="251" align="right" class="top1" ><div class="date"><?php echo mosCurrentDate(); ?></div></td>
</tr>
</table>
<table width="95%" class="top2" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<?php if (mosCountModules('left')) { ?>
<td valign="top" class="lcol">
<div class="leftrow">
<?php mosLoadModules ( 'left' ); ?>
</div>
</td>
<td class="bgline" ><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/space.gif" alt="" width="7" border="0"/></td>
<?php } ?>
<td align="center" valign="top" width="100%" >
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-top: 2px solid #ffffff;">
<?php if (mosCountModules('top')) { ?>
<tr valign="top" >
<td colspan="3">
<div>
<?php mosLoadModules ( 'top' ); ?>
</div>
</td>
</tr>
<tr><td colspan="3"></td></tr>
<?php } ?>
<?php if (mosCountModules('user1','user2')) { ?>
<tr>
<?php if (mosCountModules('user1')) { ?>
<td class="banner" align="center" valign="top" ><div>
<?php mosLoadModules ( 'user1', -3 ); ?>
</div>
</td>
<td width="4" class="mod" valign="top" bgcolor="#FFFFFF" ><div class="mod"> <?php } ?> <?php if (mosCountModules('user2')) { ?> </div></td>
<td valign="top"><div>
<?php mosLoadModules ( 'user2' ); ?>
</div></td> <?php } ?>
</tr>
<tr><td colspan="3"></td></tr>
<?php } ?>