Ayuda Con Table

Adds lots of useful BBCode features and makes the bbcode buttons look just like Microsoft Office
Updated to version 3.0.7 on 20 April 2010, 14:06 (UTC - 3 hours)

Moderator: VSE

Forum rules
To receive support you must become a Donor, read the Support rules

Bugs go in the Bug tracker

Ayuda Con Table

New postby Juanill0 » Thu Jul 29, 2010 6:26 am

Como se puede aplicar para que dentro de la tabla se puede hacer un salto de linea entre cada texto por ejemplo:
opcion 1opcion 2opcion 3
lista 1lista 2lista 3lista 4


lo q quiero es que la opcion 1 2 y 3 tengan un salto de linea entre cada opcion que ponga. no se si me explique bien.
Juanill0
 
Posts: 33
Joined: Mon May 12, 2008 11:37 pm

Re: Ayuda Con Table

New postby MSSTI » Thu Jul 29, 2010 1:18 pm

Prueba haciendo esto :
Abrir :
raiz/includes/abbcode.php
Buscar :
Code: Select all
		$in	 = str_replace(array("\r\n", '\"', '\'', '(', ')'), array("\n", '"', ''', '(', ')'), trim($in)) ;

		$in = str_replace(array ('<br />', "\n", "\r", "\t"), array ("", "", "", ""), $in);

		$table_ary = array(

Reemplazar por :
Code: Select all
		$in	= str_replace(array("]\r\n", "]\r", "]\n", "\r\n[", "\r[", "\n[", '\"', '\'', '(', ')'), array("]\n", ']', ']', "\n[", '[', '[', '"', '&#39;', '&#40;', '&#41;'), trim($in));

		$table_ary = array(
Excuse me for my poor English, I speak Spanish.
Actualmente estoy buscando trabajo autónomo | Personalizo foros, instalo Skins/Mods ! contratarme
I'm currently looking for freelance work |Customize forums, install Skins/Mods ! hire me.

I don't support by PM, please ask it on public topic, take in mind that your problem can be the problem for another ones ;)

Image
User avatar
MSSTI
Quality Assurance Team member at phpBB
 
Posts: 4303
Joined: Wed Jan 09, 2008 2:51 am
Location: Argentina

Re: Ayuda Con Table

New postby Juanill0 » Fri Aug 06, 2010 2:45 pm

gracias por tu repuesta, ya probe y se soluciono el problema muschas gracias.
Juanill0
 
Posts: 33
Joined: Mon May 12, 2008 11:37 pm

Re: Ayuda Con Table

New postby Juanill0 » Fri Aug 06, 2010 3:08 pm

tengo problema no se si lo puedas resolver al momento de poner yo un tab dentro de una tabla nose muestra el tab puedes verlo de en esta imagen:

Image
Juanill0
 
Posts: 33
Joined: Mon May 12, 2008 11:37 pm

Re: Ayuda Con Table

New postby MSSTI » Fri Aug 06, 2010 3:43 pm

No, no es posible los tabulados son eliminados antes que se lea el bbcode :oops:
Excuse me for my poor English, I speak Spanish.
Actualmente estoy buscando trabajo autónomo | Personalizo foros, instalo Skins/Mods ! contratarme
I'm currently looking for freelance work |Customize forums, install Skins/Mods ! hire me.

I don't support by PM, please ask it on public topic, take in mind that your problem can be the problem for another ones ;)

Image
User avatar
MSSTI
Quality Assurance Team member at phpBB
 
Posts: 4303
Joined: Wed Jan 09, 2008 2:51 am
Location: Argentina

Re: Ayuda Con Table

New postby Juanill0 » Mon Aug 09, 2010 10:08 am

ejemplo 1 : hola
ejemplo 2 : hola2
Juanill0
 
Posts: 33
Joined: Mon May 12, 2008 11:37 pm

Re: Ayuda Con Table

New postby Juanill0 » Mon Aug 09, 2010 10:12 am

perdon por hacer dos repuestas pero no pude editar la respuesta anterio y gracias por responder.

te puse un ejemplo para que veas que en tu pagina si se puede hacer estoy de poner tabs dentro de un table el problema es que en mi web no puede hacer que aparesca igual.
Juanill0
 
Posts: 33
Joined: Mon May 12, 2008 11:37 pm


Return to Advanced Bbcode Box 3

Who is online

Users browsing this forum: No registered users and 1 guest

cron