Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Index con cuadros del Portal
Páginas (2): 1 2   
bender   12 Nov, 2011, 8:42 pm
#1
bueno a cosa es simple es algo parecido a lo que tiene esta pagina http://custushost.com/foro.php el foro en medio y cuadros a la derecha...

esto va en su plantilla de index


Código PHP:
<?php 
<table width="100%" cellspacing="10" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" align="center">
<
tr><td valign="top" width="70%" rowspan="2" align="left">

{
$forums}

</
td>

<
td>
<!--
start: primer_cuadro -->
<
table border="0" cellspacing="0" cellpadding="4" class="tborder">
<
tr>
<
td class="thead"><strong>AQUI EL NOMBRE DEL RECUADRO</strong></td>
</
tr>
<
tr>
<
td class="trow1" align="center">

AQUI AGREGAN LO QUE QUIERAN

</td>
</
tr>
</
table>
<!--
end: primer_cuadro -->

</
td>
</
tr>

<
td>
<!--
start: segundo_cuadro -->
<
table border="0" cellspacing="0" cellpadding="4" class="tborder">
<
tr>
<
td class="thead"><strong>AQUI EL NOMBRE DEL RECUADRO</strong></td>
</
tr>
<
tr>
<
td class="trow1">

AQUI AGREGAN LO QUE QUIERAN


</td>
</
tr>
</
table>
<!--
end: segundo_cuadro -->

</
td>
</
table>


para agregar otro cuadro abajo deben cambiar el valor de "rowspan" (esta arriba de {$forums}) el valor que trae es de "2" por lo que solo crea 2 filas... ustedes lo cambian por el nº de cuadros que quieran

para crear otro solo deben crear una etiqueta <td> despues del penultimo </table> y poner este codigo


Código PHP:
<?php 
<table border="0" cellspacing="0" cellpadding="4" class="tborder">
<
tr>
<
td class="thead"><strong>AQUI EL NOMBRE DEL RECUADRO</strong></td>
</
tr>
<
tr>
<
td class="trow1">

AQUI AGREGAN LO QUE QUIERAN


</td>
</
tr>
</
table>

eso va entre

</table>

<td> <-- el nuevo "td" para el nuevo cuadro

Aqui el codigo para un tercer cuadro

</td>
</table>

Espero le sirva a alguien saludos y si quieren editar, agregar y/o aportar algo mas al esto... bienvenido sea ~~ ;D
Gustavo R.   12 Nov, 2011, 9:27 pm
#2
De hecho ellos usan un plugin llamado SideBoxes

Buen tuto
bender   13 Nov, 2011, 3:06 pm
#3
wuajajajaja no lo sabia xDDD
gracias por ello Gustavo pero siempre e leido que
que es mejor hacer una modificacion en la plantilla antes que un plugin
o algo asi e.e
en fin de todas formas ya lo hice y ahi esta Tongue
Omar G.   14 Nov, 2011, 1:49 pm
#4
Usando el plugin PHP en Templates, se podria agregar las cajas del portal en el index, luego hago el tuto si nadie me gana.
bender   14 Nov, 2011, 9:12 pm
#5
pero el mio no usa plugins xDDDD
aunque debe quedar muy bueno eso Sama34 ;D
Denis G.   14 Nov, 2011, 9:49 pm
#6
Aun sin utilizar el plugins se puede agregar los bloques.. yo prefiero no usarlo igual y modificar directamente los archivos php.. Buen aporte
Jaizu   12 Jan, 2012, 12:56 pm
#7
Veo errores aquí:
<table width="100%" cellspacing="10" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" align="center">
Sería:
<table width="100%" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" align="center">
Aparte de que hay un error si lo dejas como antes quedará envuelto el Foro en el tborder jaja
bender   10 Apr, 2012, 5:09 am
#8
(12 Jan, 2012, 12:56 pm)Rikio escribió: Veo errores aquí:
<table width="100%" cellspacing="10" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" align="center">
Sería:
<table width="100%" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" align="center">
Aparte de que hay un error si lo dejas como antes quedará envuelto el Foro en el tborder jaja

jajajaja gracias por la correccion...:thumbsup:
no soy experto en esto y solo trato de aportar un poco aunque sea :whistling:
Kevinex   10 Apr, 2012, 7:34 am
#9
Muy bueno amigo! Me será util Wink

www.ledahost.com | Email: info[at]ledahost.com | Skype: ledahost
VPS SSD - HOSTING Y RESELLER [cPanel, Plesk, etc] - DOMINIOS - BACKUPS - WAREZ & XXX
CUPONES: Hosting 20%: memudoaleda
comicsht   10 Apr, 2012, 1:05 pm
#10
Gracias bender por el tutorial.
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.