Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422
post - MyBB-Es.com
Contrata servicios web en ougcNetwork.
hello, Posts I want to be like this photo? How do I correct?

[Image: 1329481240.jpg]

[Image: 1329522959.jpg]


tanx...
Hola, te invitamos a que primero leas las reglas internacionales de posteo.

http://www.mybb-es.com/Hilo-internationa...es-english



Hello, we invite you to first read the international rules of posting.

http://www.mybb-es.com/Hilo-internationa...es-english
url : localhost for test
version : 1.6.5
---------------------
http://www.mybb-es.com/Hilo-globos-de-di...t-1-imagen

to change the color (post aurhor) use php in templates Wink
Smile
pon:
Código:
<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;">
y despues:
Código:
<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;">

Me comentas si funciona

PD: pon otro globito pero de otro color claro esta XD
----------------------------------------------------
el globito 1 lo pongo en el {$post['message']}
pero el globito 2?
<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>

Smile firs install the plugin "PHP in templates"
Smile
thank. This plugin gets me so :" php in templates" !!!! Huh
this plugin:
http://mybbhacks.zingaburga.com/showthread.php?tid=260
thank for all !!!!!!!! :thumbsup: :thumbsup:
Wink closed