If you have a custom style installed please remember to link the style, if we dont have the style installed in order to support your request we can't help, so heres my suggestion for support on this mod
1) Post Link to issue ( preferably a postlink )
2) post mod installed for the request you need ( e.g. DTech Thank you MOD )
there are many that can help and quicker support it given when the details of the issue is shown rather than explained
i can give 1 BIG tip, which is about diferent styles
Postbit_legacy ( standard templates )
ensure that you replace postbit_legacy template with the postbit_legacy.txt file located in the download, some of the Postbit_legacy may need to be changed to support the style but easier to support
Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
Description
<dd>
content
</dd>
</div>
Postbit_legacy ( custom / professional templates )
this can be complicated for many and rather fustrating, and will require more time to support as the code will be different due to css and the change of location of code will also be diffent
Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<dt>Description</dt>
<dd>
content
</dd>
</div>
if you have a custom style please ensure you paste the full postbit_legacy code
also if you are having issues with postbit_onlinestatus working please write
which VB version you are using as the code is slightly different on each version
if you have vb 4.2.0 its best to use
postbit_onlinestatus
Code:
<vb:if condition="THIS_SCRIPT == 'member'">
<vb:if condition="$onlinestatus==0"><img class="inlineimg onlinestatus" src="{vb:stylevar imgdir_statusicon}/user-offline.png" alt="{vb:rawphrase x_is_offline, {vb:raw user.username}}" border="0" />
<vb:elseif condition="$onlinestatus==1" /><img class="inlineimg onlinestatus" src="{vb:stylevar imgdir_statusicon}/user-online.png" alt="{vb:rawphrase x_is_online_now, {vb:raw user.username}}" border="0" />
<vb:elseif condition="$onlinestatus==2" /><img class="inlineimg onlinestatus" src="{vb:stylevar imgdir_statusicon}/user-invisible.png" alt="{vb:rawphrase x_is_invisible, {vb:raw user.username}}" border="0" /></vb:if>
<vb:else />
<vb:if condition="$onlinestatus==0"><div class="etiket_postbit_alanI_durumu_cevrimdIsI">Status<dd> Offline </dd></div></vb:if>
<vb:if condition="$onlinestatus==1"><div class="etiket_postbit_alanI_durumu_iceride">Status<dd> Online </dd></div></vb:if>
<vb:if condition="$onlinestatus==2"><div class="etiket_postbit_alanI_durumu_gizli_geziyor">Status<dd> Invisible </dd></div></vb:if>
</vb:if>
if you find that the postbit breaks afterwards please look for </span> if you using <div class as it may need to be changed to </div> to fix it, which is a common issue