ballon like mybb-es 100%
Live demo:
http://www.mybb.vn/community/Thread-Them...-html.html
DEMO:
[Imagen: attachment.php?aid=1492]
+ First you need install & active: PHP and Template Conditionals
Download here:
http://mybbhacks.zingaburga.com/showthread.php?tid=260
+ Add to Global.css or Add a new Stylesheet
fieldset.post_op {
background: #ffffff;
border:2px solid #bde1fd;
-moz-border-radius:8px;
box-shadow: 0 0 1em #b6b6b6;
-webkit-border-radius:8px;
position: relative;
}
fieldset.post_otro {
background: #ffffff;
border:2px solid #f4c98c;
-moz-border-radius:8px;
box-shadow: 0 0 1em #b6b6b6;
-webkit-border-radius:8px;
position: relative;
}
+ Home » Template Sets » Templates
Edit Template: postbit_classic
Find:
<div id="pid_{$post['pid']}" class="post_body">
{$post['message']}
</div>
Replace:
<div id="1" style="float:left; z-index: 1; position: Absolute;">
<br><img src="<if $thread['uid'] == $post['uid'] then>https://lh4.googleusercontent.com/-bTIQJOFEMdI/T4QSPlOVQ1I/AAAAAAAAAfQ/mQDM7MxPIzo/MyBB.vn-globito01.png<else>https://lh6.googleusercontent.com/-4Kgooy5A-N0/T4PmnBiKSeI/AAAAAAAAAe0/jk4qbgj4dFM/MyBB.vn-globito02.png</if>">
</div>
<div id="2" style="z-index: 0; padding: 5px;">
<fieldset class="<if $thread['uid'] == $post['uid'] then>post_op<else>post_otro</if>"/>
{$post['message']}
</div>
Enjoy