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

<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
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.