Montagem do Menu

  • marlon.tiedt
  • Avatar de marlon.tiedt Autor do Tópico
  • Offline
  • JCB! Colaborador
  • JCB! Colaborador
Mais
15 anos 9 meses atrás #23215 por marlon.tiedt
marlon.tiedt created the topic: Montagem do Menu
Olha pessoal, estou com uma dúvida em um template que peguei na internet.
Ele está no meu site <!-- w -->[url=http://www.mtsys.com.br" onclick="window.open(this.href);return false;]www.mtsys.com.br[/url]<!-- w -->
O joomla está montando o template desta forma:
<div id="left">
<div class="moduletable_menu">
<h3>Principal</h3>
<ul class="menu">
<li id="current" class="active item1">
</li>
<li class="item55">
</li>
</ul>
</div>
<div class="moduletable">
<h3>Serviços</h3>
<ul class="menu">
</ul>
</div>
<div class="moduletable">
</div>
<div class="moduletable">
</div>
<div class="moduletable">
</div>
<div id="sb"> </div>
</div>
<div id="content_big">

Gostaria de entender aonde que ele decide ser moduletable_menu ou moduletable.
O index.php está assim:
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!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" />
<?php 
$zeit =  $this->params->get('zeit');
$rss =  $this->params->get('syndi');
?>
<?php JHTML::_('behavior.mootools'); ?>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/stylechanger.js"></script>
<?php if($zeit == "on") echo '<script type="text/javascript" src="'.$this->baseurl.'/templates/'.$this->template.'/js/zeit.js"></script>'; ?>
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/<?php echo  $this->params->get('color');  ?>.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template ?>/css/superfish.css" media="screen" />
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery-1.2.6.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/hoverIntent.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/superfish.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/supersubs.js"></script>
<script type="text/javascript"> 
 
    $(document).ready(function(){ 
        $("ul.menu-nav").supersubs({ 
			animation:   {opacity:'show',height:'show'},
            minWidth:    12,   // minimum width of sub-menus in em units 
            maxWidth:    27,   // maximum width of sub-menus in em units 
            extraWidth:  1     // extra width can ensure lines don't sometimes turn over 
			
                               // due to slight rounding differences and font-family 
        }).superfish();  // call supersubs first, then superfish, so that subs are 
                         // not display:none when measuring. Call before initialising 
                         // containing tabs for same reason. 
    }); 
 
</script>
</head>
<body>
<div id="wrap">
	<div class="inside">
    	<div id="toolbar">
        	<div id="toolbar_inside">
    			<?php if($zeit == "on") echo '<div id="time"><div id="Uhr">&nbsp;</div></div>'; ?>
        		<?php if($rss == "on") echo '<div id="syndicate"><jdoc:include type="modules" name="syndicate" /></div>'; ?>
            	<div id="search"><jdoc:include type="modules" name="user4" type="xhtml" /></div>
                <div id="fontsize"><script type="text/javascript">
				//<!&#91;CDATA&#91;
					document.write('<a href="index.php" title="Schrift vergr&ouml;&szlig;ern" onclick="changeFontSize(2); return false;"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/bigger.png" alt="Diminuir Fonte" /></a>');
					document.write('<a href="index.php" title="Schrift zur&uuml;cksetzen" onclick="revertStyles(); return false;"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/normal.png" alt="Schrift zur&uuml;cksetzen" /></a>');
					document.write('<a href="index.php" title="Schrift verkleinern" onclick="changeFontSize(-2); return false;"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/smaller.png" alt="Schrift verkleinern" /></a></p>');
				//&#93;&#93;>
		</script></div>
            </div>
        </div>
        <div id="header">
        	<div id="logo">
    	<a href="<?php echo $this->baseurl ?>" title="Home"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/logo.png" alt="<?php echo $mainframe->getCfg('sitename');?>
" title="<?php echo $mainframe->getCfg('sitename');?>
" /></a>
			</div>
            <div id="news">
            	<div class="newsinside">
            		<jdoc:include type="modules" name="top" style="xhtml" />
                </div>
            </div>
		</div>
        <div id="topmenu"><jdoc:include type="modules" name="user3" style="xhtml" /></div>
            <?php
	if ($this->countModules('right'))
	{ 
        echo '
        <div id="left"><jdoc:include type="modules" name="left" style="xhtml" /><div id="sb"><div id="lu"></div></div></div>
        <div id="content"><div class="ininside"><jdoc:include type="message" /><jdoc:include type="component" /></div></div>
        <div id="right"><div class="insideright"><jdoc:include type="modules" name="right" style="xhtml" /></div><div id="sbr"><div id="lur"></div></div></div>';
	}
	else
	{
		echo '
        <div id="left">
			<jdoc:include type="modules" name="left" style="xhtml" />
				<div id="sb">

				</div>
			</div>
        <div id="content_big">
			<div class="ininside">
				<jdoc:include type="message" />
				<jdoc:include type="component" />
			</div>
		</div>
        ';
	}
		?>
        <div id="footer">
        	<div id="bread"><jdoc:include type="modules" name="user6" style="xhtml" /></div>
        	<div id="user1"><jdoc:include type="modules" name="user1" style="xhtml" /></div>
        	<div id="user2"><jdoc:include type="modules" name="user2" style="xhtml" /></div>
            <div id="user5"><jdoc:include type="modules" name="user5" style="xhtml" /></div>
            <div id="foot"><jdoc:include type="modules" name="footer" style="xhtml" /></div>
        </div>
    </div>
    
</div>
</body>
</html>

Abraços

[b:2gghm5m0][color=#000000:2gghm5m0][url:2gghm5m0]http://www.sesmt.com.br/portal/[/url:2gghm5m0][/color:2gghm5m0][/b:2gghm5m0]

Please Entrar ou Registrar to join the conversation.


Mais
15 anos 8 meses atrás #23482 por clarissems
clarissems replied the topic: Re: Montagem do Menu
Cara tmb to com problemas pra personalizar o template do joomla o meu é esse:
http://www.gelono.com/pt/joomla-1.5-tem ... LGDAR.html o que quero customizar
e o resultado de alguma coisa q já andei futricando:
http://www.ibisliteraturaearte.com/test ... /index.php
<!-- s:( --><img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Triste" /><!-- s:( --> <!-- s:? --><img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confuso" /><!-- s:? --> <!-- s:? --><img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confuso" /><!-- s:? --> <!-- s:? --><img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confuso" /><!-- s:? --> <!-- s:? --><img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confuso" /><!-- s:? -->

Please Entrar ou Registrar to join the conversation.

Mais
15 anos 8 meses atrás #23484 por clarissems
clarissems replied the topic: Re: Montagem do Menu
tmb quero saber aonde é q fica os module pq eu já revirei o joomla inteiro <!-- s:evil: --><img src="{SMILIES_PATH}/icon_evil.gif" alt=":evil:" title="Mal ou Muito Furioso" /><!-- s:evil: -->

Please Entrar ou Registrar to join the conversation.

Mais
15 anos 8 meses atrás #23767 por brandoes
brandoes replied the topic: Re: Montagem do Menu
Pode ser que o template nao aceita os modulos,
se for um template free.

Adriano Brandão
Web Designer - Analista de Sistemas
[color=#0080FF:2tnqrhfy] www.webscreen.com.br [/color:2tnqrhfy]

Please Entrar ou Registrar to join the conversation.

  • marlon.tiedt
  • Avatar de marlon.tiedt Autor do Tópico
  • Offline
  • JCB! Colaborador
  • JCB! Colaborador
Mais
15 anos 8 meses atrás #23778 por marlon.tiedt
marlon.tiedt replied the topic: Re: Montagem do Menu
agitaminas, o meu grande problema é que o menu do módulo principal, aquele que o padrão do site inteiro, fica com icone diferente dos demais módulos.
Já tentei ver no CSS e não achei o problema.

O módulo principal é montando com moduletable_menu e os outros menus com moduletable.
Este é meu problema. Aonde será que o Joomla faz a distinção entre eles?

[]s

Marlon

[b:2gghm5m0][color=#000000:2gghm5m0][url:2gghm5m0]http://www.sesmt.com.br/portal/[/url:2gghm5m0][/color:2gghm5m0][/b:2gghm5m0]

Please Entrar ou Registrar to join the conversation.