Remover conteúdo central

  • riccelly
  • Avatar de riccelly Autor do Tópico
  • Offline
  • JCB! Geek
  • JCB! Geek
Mais
15 anos 3 meses atrás #34268 por riccelly
riccelly created the topic: Remover conteúdo central
pessoal, estou usando um template da siteground, o 115.

Questão:
Como remover todo o conteudo central (artigos)? Para que fique apenas os modulos que irei colocar.

link: [url:3hluzaol]http://www.eapois.com.br/joomla[/url:3hluzaol]

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.


Mais
15 anos 3 meses atrás #34487 por Andre MaNcHa
Andre MaNcHa replied the topic: Re: Remover conteúdo central
Olá riccelly,

Você precisa ver o que está sendo chamado dentro da div "maincolumn" que é onde o conteúdo está.

Depois vc pode substituir por uma posição e colocar o módulo que quiser...

Abs <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->

Please Entrar ou Registrar to join the conversation.

  • riccelly
  • Avatar de riccelly Autor do Tópico
  • Offline
  • JCB! Geek
  • JCB! Geek
Mais
15 anos 3 meses atrás #34492 por riccelly
riccelly replied the topic: Re: Remover conteúdo central
vlw andre´, vou dá uma mexida e postarei aki o resultado.

lá tem isso, o q removo?

<div id="maincolumn">

<?php if ($this->countModules('central')) : ?>
<div>
[color=#FF0000:aksb6cf6]<jdoc:include type="modules" name="central" style="xhtml" />[/color:aksb6cf6]
</div>
<?php endif; ?>
<?php elseif($this->countModules('left') and !$this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>

<div id="maincolumn_left">

<?php elseif(!$this->countModules('left') and $this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>

<div id="maincolumn_right">

<?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">
<jdoc:include type="modules" name="right" style="rounded" />
</div>
<?php endif; ?>
<div class="clr"></div>
</div>
</div>
</div>

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.

Mais
15 anos 3 meses atrás #34493 por Andre MaNcHa
Andre MaNcHa replied the topic: Re: Remover conteúdo central
Faz um teste tirando o que esta destacado em vermelho e colocando uma posição nova!

Abs <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->

Please Entrar ou Registrar to join the conversation.

  • riccelly
  • Avatar de riccelly Autor do Tópico
  • Offline
  • JCB! Geek
  • JCB! Geek
Mais
15 anos 3 meses atrás #34494 por riccelly
riccelly replied the topic: Re: Remover conteúdo central
essa já é a posição q eu coloquei andre. e fá funcionando blz.

o negócio é remover os artigos ... vou tentar aki e posto o resultado qnd conseguir. abs

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.