Local dos sub-fóruns na categoria

3 participantes

Ver o tópico anterior Ver o tópico seguinte Ir para baixo

Tópico resolvido Local dos sub-fóruns na categoria

Mensagem por Alcatra 26.12.12 6:58

Qual é minha questão:
Olá, inicialmente alterei a template "index_box" para envolver a variável {catrow.forumrow.LINKS} em uma tabela com uma nova classe (Código 01). O resultado pode ser visto na Imagem 01, onde os sub-fóruns ficam com um contorno azul e ao lado direito. Entretanto estou tendo problemas para mudar esta tabela de local. Gostaria de deixá-la no canto inferior direito das categorias, com um leve espaço da parte de baixo desta (Imagem 02). Se puder ajudar, agradeceria.

Tentativas para solucionar:
Apenas consigo movimentar a área dos sub-fóruns colocando um valor "align" diretamente no template. E, ainda assim, por algum motivo, apenas os valores "left" e "right" funcionam, o que não permite que eu modifique sua localização vertical. Já tentei modificar utilizando outros valores no template, na Folha CSS, e não consegui resultado. O valor "valign" também não funciona. Todo valor que mova este espaço verticalmente parece não surtir efeito. Muito obrigado pela atenção.

Imagens:
Imagem 01 - Como Está
Imagem 02 - Como Desejado

Códigos:
Código 01
Código:
<table class="subforum" align="right"><tr><td>{catrow.forumrow.LINKS}</td></tr></table></span>

index_box
Código:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}<br />
         {CURRENT_TIME}<br />
         </span>
         <!-- END switch_user_logged_in -->
         <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
   </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
      <th nowrap="nowrap" width="50">{L_TOPICS}</th>
      <th nowrap="nowrap" width="50">{L_POSTS}</th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
         <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
               <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
         </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
         </h{catrow.forumrow.LEVEL}>
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}
                          <table class="subforum" align="right"><tr><td>{catrow.forumrow.LINKS}</td></tr></table></span>
      </td>
      <td class="row3" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="row2" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>
   </tr>
   <!-- END forumrow -->
   <!-- BEGIN catfoot -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
   </tr>
   <!-- END catfoot -->
   <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Folha CSS
Código:
.subforum {
width: 200px;
border: 1px solid #006699; }


Endereço do meu fórum:
http://alcatratestando.forumeiros.com

Versão do fórum:
PHPBB2


Última edição por Alcatra em 27.12.12 18:56, editado 1 vez(es)
Alcatra

Alcatra
*

Membro desde : 19/12/2012
Mensagens : 32
Pontos : 62

http://alcatratestando.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Local dos sub-fóruns na categoria

Mensagem por seender 26.12.12 17:04

Olá!

Troque o código css por este:
.subforum {
width: 200px;
border: 1px solid #006699;
margin-bottom:-40px !important;}
Quanto maior o valor de vermelho mais para baixo irá ficar.

Até mais!
seender

seender
Membro Entusiasta
Membro Entusiasta

Membro desde : 07/04/2009
Mensagens : 9449
Pontos : 12455

http://www.divulgamaisweb.com https://www.facebook.com/Divulga-Mais-Web-874814432638426/

Ir para o topo Ir para baixo

Tópico resolvido Re: Local dos sub-fóruns na categoria

Mensagem por Alcatra 26.12.12 18:22

Olá, infelizmente não resultou (tentei vários valores). É muito estranho pois, na teoria, isto devia funcionar perfeitamente. De toda forma se houver algum modo de fazer um efeito parecido com este sem alterar a index_box para colocar a tabela em questão, talvez funcione melhor. Mas não sei como fazer isto. Obrigado pela atenção.
Alcatra

Alcatra
*

Membro desde : 19/12/2012
Mensagens : 32
Pontos : 62

http://alcatratestando.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Local dos sub-fóruns na categoria

Mensagem por Holmes 27.12.12 15:25

Saudações,

Use esse código no lugar do código 1:
<div style=padding-top:54px><table class="subforum" align="right" style="margin-bottom:0px!important"><tr><td>{catrow.forumrow.LINKS}</td></tr></table></div></span>

Assombrosamente.
Holmes

Holmes
****

Membro desde : 11/11/2012
Mensagens : 303
Pontos : 413

Ir para o topo Ir para baixo

Tópico resolvido Re: Local dos sub-fóruns na categoria

Mensagem por Alcatra 27.12.12 18:56

Resultou perfeitamente, Holmes, muito obrigado pela ajuda.
Alcatra

Alcatra
*

Membro desde : 19/12/2012
Mensagens : 32
Pontos : 62

http://alcatratestando.forumeiros.com/

Ir para o topo Ir para baixo

Ver o tópico anterior Ver o tópico seguinte Ir para o topo

- Tópicos semelhantes

Permissões neste sub-fórum
Não podes responder a tópicos