( ! ) 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.0001382368{main}( ).../showthread.php:0
20.0001407296require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00521730808pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00521730840google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00551731560preg_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.0001382368{main}( ).../showthread.php:0
20.0001407296require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00521730808pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00521730840google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00571732440parse_str( $string = NULL, $result = NULL ).../redirect.php:315
Como le cambio el destino?

Como le cambio el destino?

La pregunta es en la barra que muestra la imagen
[Imagen: 2u6l00l.jpg]
L2 tecno es un link a index.php yo quiero que sea un link a forum.php

Como hago eso? busque en el header pero no lo encontre Huh y no se en que template buscar.

Saludos y gracias
Abrir: global.php en la raiz de su foro

Buscar:
Código PHP:
$navbits[0]['url'] = $mybb->settings['bburl']."/index.php"

Reemplazar:
Código PHP:
$navbits[0]['url'] = $mybb->settings['bburl']."/forum.php"

Tener cuidado al editar este archivo
(20 Sep, 2008, 11:26 am)Mauricio escribió: Abrir: global.php en la raiz de su foro

Buscar:
Código PHP:
$navbits[0]['url'] = $mybb->settings['bburl']."/index.php"

Reemplazar:
Código PHP:
$navbits[0]['url'] = $mybb->settings['bburl']."/forum.php"

Tener cuidado al editar este archivo

Espectacular!!!!! muchisimas gracias!!!!