Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
how to change color for Message Block?
zkenji   11 Apr, 2012, 3:19 pm
#1
Hi! I need advice.

How to like this?

Orange color for author.
[attachment=1193]

Not author be blue!
[attachment=1192]

Thanks for reading.
bekyta   14 Apr, 2012, 6:48 pm
#2
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
Cluster   14 Apr, 2012, 8:11 pm
#3
Move to International Support forum

MyBB-Es.com uses PHP in the template system

Código PHP:
<?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>

:)
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.