Sitenizde profil kısmına girip en altında "eklentiler"inize tıklarsanız, ki aşağıdaki link oluyor
http://www.*****.com/profile.php?do=editattachments
göreceksinizki forumda bulunan eklentilerinizin sayısını gösterir. İşte ben o sayıyı postbit te göstermek istiyorum. Aşağıda ilgili kısmın kodu var. O kodu postbit e yerleştiriyorum ancak boş alan çıkıyor. Nasıl halledebilirim.
<fieldset class="fieldset">
<legend>$vbphrase[attachment_statistics]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td><phrase 1="$attachsum" 2="$totalattachments">$vbphrase[currently_using_x_to_store_y_attachments]</phrase> // ilgili sayıyı veren kod
</td>
</tr>
<if condition="$show['attachlimit']">
<tr>
<td>
<table style="border:2px groove" cellpadding="0" cellspacing="1" border="0" width="100%">
<tr>
<if condition="$show['currentattachsize']"><td width="$attachsize" style="background-color:red; font-size:10px" title="<phrase 1="$attachsum">$vbphrase[current_attachment_total_x]</phrase>"> </td></if>
<if condition="$show['totalattachsize']"><td width="$totalsize" style="background-color:green; font-size:10px" title="<phrase 1="$attachlimit">$vbphrase[maximum_attachment_storage_x]</phrase>"> </td></if>
</tr>
</table>
</td>
</tr>
</if>
</table>
</fieldset>Yardımlarınız için şimdiden teşekkürler...Saygılarımla,