( ! ) 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.0002390512{main}( ).../showthread.php:0
20.0003415440require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00591742928pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00591742960google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00601743728preg_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.0002390512{main}( ).../showthread.php:0
20.0003415440require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00591742928pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00591742960google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00631744608parse_str( $string = NULL, $result = NULL ).../redirect.php:315
how to change color for Message Block?

[Ayuda]  how to change color for Message Block?
Hi! I need advice. How to like this? Orange color for author. [attachment=1193] Not author be blue! [attachment=1192] Thanks for reading.

Hi! I need advice.

How to like this?

Orange color for author.
[attachment=1193]

Not author be blue!
[attachment=1192]

Thanks for reading.
hmm i not have idea. An sorry, but is with css in your theme.

Ahhh, im sorry, but, this service is in Spanish, for support on english, please visit: www.mybb.com

Regards
Move to International Support forum

MyBB-Es.com uses PHP in the template system

Código PHP:
<if $thread['uid'] == $post['uid'then>
                <
div>
<
div id="1" style="float:left; z-index: 1; position: Absolute;">
<
br><img src="images/globito02.png">
</
div>
<
div id="2" style="z-index: 0; padding: 5px;">
<
fieldset style="background: #ffffff;
border:2px solid #f4c98c;
-moz-border-radius:8px;
box-shadow: 0 0 1em #b6b6b6;
-webkit-border-radius:8px;
position: relative;"
>
{
$post['message']}
</
fieldset>
</
div>
</
div
            </
div>
<else>
                <
div>
<
div id="1" style="float:left; z-index: 1; position: Absolute;">
<
br><img src="images/globito01.png">
</
div>
<
div id="2" style="z-index: 0; padding: 5px;">
<
fieldset style="background: #ffffff;
border:2px solid #bde1fd;
-moz-border-radius:8px;
-webkit-border-radius:8px;
position: relative;"
>
{
$post['message']}
</
fieldset>
</
div>
</
div
            </
div>
</if> 
:)