
02-15-2011, 05:37 PM
|
|
|
Join Date: Aug 2010
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by BirdOPrey5
It's working for me... get rid of all that extra / useless code, simply replace:
Code:
{vb:raw post.message}
with:
Code:
<vb:if condition ="$post[usergroupid]==10">
<span style="color: #0000FF">
</vb:if>
{vb:raw post.message}
<vb:if condition ="$post[usergroupid]==10">
</span>
</vb:if>
It has to be <span> tags too... div doesn't work the same way.
|
Didnt work for me...
|