( ! ) 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.0001378504{main}( ).../showthread.php:0
20.0001403432require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00531729008pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00531729040google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00551729760preg_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.0001378504{main}( ).../showthread.php:0
20.0001403432require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00531729008pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00531729040google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00571730640parse_str( $string = NULL, $result = NULL ).../redirect.php:315
poner tamaño al postbit

poner tamaño al postbit
Hola alguien tiene algun tuto que me ayude a establecer un tamaño fijo al postbit ??? es que en mi foro el tamaño del postbit es variable, algunos se...

Hola alguien tiene algun tuto que me ayude a establecer un tamaño fijo al postbit ??? es que en mi foro el tamaño del postbit es variable, algunos se ven mas anchos que otros dependiendo del nombre de usuario o el titulo que se pongan y queria dejarlos en un cuadro fijo como los postbit de aca
:vueltas:
<-------
No hare un tutorial para esto pero aqui va:

Agrego esto a tu global.css:
Código:
.postbit_fixed{
width:160px;max-width:160px;min-width:160px;
}

Luego en tu plantilla showthread_classic_header cambia esto:
Código:
<td class="tcat" width="15%">

Por esto:
Código:
<td class="tcat postbit_fixed" width="160px">

En tu plantilla postbit_classic cambia esto:
Código:
<td class="trow1" width="15%" valign="top"

Por esto:
Código:
<td class="trow1 postbit_fixed"" width="160px" valign="top"

Eso debe de funcionar, espera 5 minutos y limpia tu cache de navegador antes de pensar que no sirve xD
{SIGNATURE_IMAGE}
wooo exelente Big Grin Gracias !
solucionado? temma cerrado sino envie mp a cualquiera del staff