( ! ) 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.0001378648{main}( ).../showthread.php:0
20.0002403576require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00511726528pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00511726560google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00531727312preg_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.0001378648{main}( ).../showthread.php:0
20.0002403576require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00511726528pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00511726560google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00561728192parse_str( $string = NULL, $result = NULL ).../redirect.php:315
¿Cómo edito los usuarios anonimos?

[Ayuda]  ¿Cómo edito los usuarios anonimos?
Hola que tal, quisiera editar esta parte de mi foro: (la hago chica para que no ocupe tanto espacio) ya busque y todo. mi tema actual que uso es...

Hola que tal, quisiera editar esta parte de mi foro:
[Imagen: jadBMLM.png]

(la hago chica para que no ocupe tanto espacio)
ya busque y todo. 

mi tema actual que uso es: VIENNA
URL: 127.0.0.1
Es la parte marcada de amarillo? usercp_user_avatar o algo asi.
{SIGNATURE_IMAGE}
Última modificación: 5 Oct, 2015, 10:24 am por Omar G..
 me refiero a que cambie lo de Motor mybb cambiarlo por ejemplo: "Notificación de sistema"
 
este es mi codigo de Usercp_avatar:

Código:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->change_avatar}</title>
{$headerinclude}
</head>
<body id="forums">
{$header}
<table width="100%" border="0" align="center">
<tr>
    {$usercpnav}
    <td valign="top">
        {$avatar_error}
        <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
            <tr>
                <td class="thead" colspan="2"><strong>{$lang->change_avatar}</strong></td>
            </tr>
            <tr>
                <td class="trow1" colspan="2">
                    <table cellspacing="0" cellpadding="0" width="100%">
                        <tr>
                            <td>{$lang->avatar_note}{$avatarmsg}</td>
                            {$currentavatar}
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td class="tcat" colspan="2"><strong>{$lang->custom_avatar}</strong></td>
            </tr>
            <form enctype="multipart/form-data" action="usercp.php" method="post">
            <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
            {$avatarupload}
            <tr>
                <td class="trow2" width="40%">
                    <strong>{$lang->avatar_url}</strong>
                    <br /><span class="smalltext">{$lang->avatar_url_note}</span>
                </td>
                <td class="trow2" width="60%">
                    <input type="text" class="textbox" name="avatarurl" size="45" value="{$avatarurl}" />
                    <br /><span class="smalltext">{$lang->avatar_url_gravatar}</span>
                </td>
            </tr>
        </table>

        <br />
        <div align="center">
            <input type="hidden" name="action" value="do_avatar" />
            <input type="submit" class="button" name="submit" value="{$lang->change_avatar}" />
            {$removeavatar}
        </div>
    </td>
</tr>
</table>
</form>
{$footer}
</body>
</html>
No sé si es en un archivo de lenguaje.
No se distingue en la imagen pero si hablas de los mensajes privados enviados por usuarios de "MyBB Engine" (ingles) entonces si es un archivo de idioma. global.lang.php supongo.
{SIGNATURE_IMAGE}
Te amo  Heart si era ahi. gracias Omar.