2013-09-05, 08:36 PM
^ you can add below code in the postbit templates (both postbit templates - to be added to the post buttons code)
admin panel >> templates >> active theme templates >> Post Bit Templates >> postbit & postbit_classic
example code in postbit template:
{$post['icon_browser']}{$post['icon_os']}
admin panel >> templates >> active theme templates >> Post Bit Templates >> postbit & postbit_classic
example code in postbit template:
<div class="post_management_buttons float_right">{$post['button_spam']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}{$post['icon_browser']}{$post['icon_os']}</div>