( ! ) Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/inc/plugins/google_seo/redirect.php on line 298
Call Stack
#TimeMemoryFunctionLocation
10.0002378616{main}( ).../showthread.php:0
20.0003403544require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00571732872pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00571732904google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00591733656preg_replace( $pattern = '/\\?([^&?=]+)([=&])/u', $replacement = '&$1$2', $subject = NULL ).../redirect.php:298

( ! ) Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/mybb-es.com/inc/plugins/google_seo/redirect.php on line 315
Call Stack
#TimeMemoryFunctionLocation
10.0002378616{main}( ).../showthread.php:0
20.0003403544require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00571732872pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00571732904google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00621734536parse_str( $string = NULL, $result = NULL ).../redirect.php:315
[MyCode] Agregar Video de Vimeo solo con ID

[MyCode] Agregar Video de Vimeo solo con ID
Título: Vimeo Descripción Corta: Videos Vimeo colocando la id del video Expresión Regular: \[vimeo\]([0-9]+)\[/vimeo\] Reemplazar por: <iframe...

Título:
Código:
Vimeo

Descripción Corta:
Código:
Videos Vimeo colocando la id del video

Expresión Regular:
Código:
\[vimeo\]([0-9]+)\[/vimeo\]

Reemplazar por:
Código:
<iframe src="http://player.vimeo.com/video/$1?title=0&amp;byline=0&amp;portrait=0" width="400" height="300" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

Ejemplo de cómo se usaría:
Código:
[vimeo]Id de Video[/vimeo]

Ejemplo de uso o como sacar ID:

Cita:http://vimeo.com/14000040

[Imagen: attachment.php?attachmentid=2011&d=1322167561&thumb=1] Este tema está protegido bajo CreativeCommons.
Publicado por -Locked- para SoporteMybb.

Crédito: -Locked-
Última modificación: 29 Nov, 2011, 1:53 pm por umrei1937.