Works in 4.2.0 PL3.
But i just made some changes:
- Using "adicional.css mod", put your css there;
- Change code to this:
Code:
<!-- Thread Info -->
<vb:if condition="$vboptions[konu_active]">
<vb:if condition="$post[postcount] == 1">
<center>
<div class="threadInfo">
<div class="textcontrols">
<div id="wgo_stats" class="wgo_subblock">
{vb:rawphrase konu_goruntulenme} : {vb:raw thread.views}
<vb:if condition="$vboptions[konu_cevap_active]">
{vb:rawphrase konu_cevap} : {vb:raw thread.replycount}
</vb:if>
<vb:if condition="$vboptions[konu_sitene_active]">
<input type="text" value="{vb:raw vboptions.bburl}/{vb:raw relpath}" size="30">
</vb:if>
</div>
</div>
</div>
</vb:if>
</center>
</vb:if>
<!-- Thread Info -->
Just changed "
vb:if condition="$vboptions[konu_active]"" to first line, 'cause with this change Thread Info Bar just appears if Plugins is Active and change close vb:if condition before center tag.