مهدی فتحی   17 Feb, 2012, 4:13 am
#1
hello, Posts I want to be like this photo? How do I correct?


tanx...
DARKNESSDH   17 Feb, 2012, 9:19 am
#2
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
مهدی فتحی   17 Feb, 2012, 12:44 pm
#3
url : localhost for test
version : 1.6.5
---------------------
Cluster   17 Feb, 2012, 12:52 pm
#4
http://www.mybb-es.com/Hilo-globos-de-di...t-1-imagen

to change the color (post aurhor) use php in templates Wink

Smile
مهدی فتحی   17 Feb, 2012, 1:50 pm
#5
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?
Cluster   17 Feb, 2012, 1:56 pm
#6
<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>
PHP

Smile firs install the plugin "PHP in templates"

Smile
مهدی فتحی   17 Feb, 2012, 2:17 pm
#7
thank. This plugin gets me so :" php in templates" !!!! Huh
مهدی فتحی   18 Feb, 2012, 9:36 am
#9
thank for all !!!!!!!! :thumbsup: :thumbsup:
Lex   18 Feb, 2012, 9:50 am
#10
Wink closed
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.