Modules in horizontal - Joomla! Forum - community, help and support
hi,
with these sentences:
<?php if ($this->countmodules('position-11')) : ?>
<jdoc:include type="modules" name="position-11"/>
<?php endif; ?>
the follwing code generated:
<ul class="nav menu">
<li class="item-592"><a href="/desarrollo/index.php/quienes-somos" >¿quienes somos?</a></li><li class="item-591"><a href="/desarrollo/index.php/estructura" >estructura </a></li><li class="item-534"><a href="/desarrollo/index.php/consejo-" >consejo </a></li></ul>
<ul class="nav menu">
<li class="item-593"><a href="/desarrollo/index.php/actividades/manana" >mañana</a></li><li class="item-594"><a href="/desarrollo/index.php/actividades/oce11o" >oc11eo</a></li><li class="item-595"><a href="/desarrollo/index.php/actividades/" >pere</a></li></ul>
i´ve got 2 modules defined position-11. how can show them in horizontal instead of vertical rendered? have 4 modules defined in position.
best regards,
borja
with these sentences:
<?php if ($this->countmodules('position-11')) : ?>
<jdoc:include type="modules" name="position-11"/>
<?php endif; ?>
the follwing code generated:
<ul class="nav menu">
<li class="item-592"><a href="/desarrollo/index.php/quienes-somos" >¿quienes somos?</a></li><li class="item-591"><a href="/desarrollo/index.php/estructura" >estructura </a></li><li class="item-534"><a href="/desarrollo/index.php/consejo-" >consejo </a></li></ul>
<ul class="nav menu">
<li class="item-593"><a href="/desarrollo/index.php/actividades/manana" >mañana</a></li><li class="item-594"><a href="/desarrollo/index.php/actividades/oce11o" >oc11eo</a></li><li class="item-595"><a href="/desarrollo/index.php/actividades/" >pere</a></li></ul>
i´ve got 2 modules defined position-11. how can show them in horizontal instead of vertical rendered? have 4 modules defined in position.
best regards,
borja
i wrote down these notes myself on how see module positions in template.
--template mgr ... options (right hand corner).
--templates tab. preview module positions... enabled.
--save , close.
--template mgr ... left menu ... templates.
--click "preview" desired template.
i may not understand problem, sounds want content in different module position (instead of 11).
--template mgr ... options (right hand corner).
--templates tab. preview module positions... enabled.
--save , close.
--template mgr ... left menu ... templates.
--click "preview" desired template.
i may not understand problem, sounds want content in different module position (instead of 11).
Comments
Post a Comment