4images Forum & Community

International => Espaņol / Castellano => Topic started by: not_real_presence on June 05, 2007, 11:26:33 PM

Title: Orden de las Categorias
Post by: not_real_presence on June 05, 2007, 11:26:33 PM
Hola a todos... tengo una consulta para hacerles!

alguien sabe como hacer ke las categorias se armen en fila ?

osea... no kiero ke se creen al lado

por ejemplo:

01 - categoria   02 - categoria  <-- Asi noo!!!

01 - Categoria
02 - Categoria   <<--- Asi si! =)

alguien sabe!! ?? ayudaaaa xDD

SAludos!
Title: Re: Orden de las Categorias
Post by: riomolin on June 06, 2007, 12:22:45 AM
edita en tu template/home:

busca en el <head>:

{lang_registered_user}</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                    <tr>
                      <td align="center" class="row1">{user_box}</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                  </table>
                  <p align="center">

aņade a continuacion:

 {if categories}
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head1">
                        <table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <tr>
                            <td class="head1" valign="top">{lang_categories}</td>
                          </tr>
                          <tr>
                            <td height="23" valign="top" class="row1">{categories}</td>
                          </tr>
                        </table>
                        </td>
                    </tr>
                  </table>
                  {endif categories}

Busca en el <body>:


 {if categories}
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head1">
                        <table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <tr>
                            <td class="head1" valign="top">{lang_categories}</td>
                          </tr>
                          <tr>
                            <td height="23" valign="top" class="row2">{categories}</td>
                          </tr>
                        </table>
                        </td>
                    </tr>
                  </table>
                  {endif categories}

Borralo y ya deberia estar

haz una copia del archivo para reponerlo si no te funciona
Title: Re: Orden de las Categorias
Post by: masterred on June 06, 2007, 01:19:10 PM
hola

entra a tu panel de control, y en configuraciones busca la seccion de caegorias, ahi decides cuantas columnas o tasblas deseas que aparezcan en las categorias
por default trae dos, ponla en 1 y listo.
hasta pronto
Title: Re: Orden de las Categorias
Post by: riomolin on June 06, 2007, 01:56:04 PM
hola

entra a tu panel de control, y en configuraciones busca la seccion de caegorias, ahi decides cuantas columnas o tasblas deseas que aparezcan en las categorias
por default trae dos, ponla en 1 y listo.
hasta pronto

correcto, pero no sirve para poner las categorias tipo menu a la izquierda, que imagino que sera lo que quiere, ya que las categorias en vertical en medio de la pagina no debe quedar muy estetico y pierdes un espacio a lo tonto,

corrigeme si me equivoco