İnstall
product-konu_bilgileri.xml -->Product İmport
Postbit or Postbit Legeacy open and find;
PHP Code:
<div class="postfoot">
add top;
PHP Code:
<style type="text/css">
.postfoo {
display:block;
clear:both;
position: relative;
/* top: {vb:math {vb:stylevar padding}*1.5}; */
{vb:stylevar right}: 0;
padding: 3px 0 7px;
background: #4D5E7B;
_background-image: none;
width: 100%;
font: {vb:stylevar postbit_control_font};
color:#FFFFFF;
height: 16px;
}
</style>
<vb:if condition="$post[postcount] == 1">
<center><div class="postfoo">
<div class="textcontrols">
<vb:if condition="$vboptions[konu_active]">
<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">
</div>
</vb:if>
</vb:if>
</div>
</div>
</center>
</vb:if>