2013-10-21, 07:36 PM
2013-10-21, 08:23 PM
admin panel >> templates >> basscode templates >> Post Bit templates --> both postbit and postbit_classic templates
you can find required buttons codes and remove them
{$post['button_email']} <-- email the user
{$post['button_pm']} <-- send private message
{$post['button_www']} <-- home page of the user
{$post['button_find']} <-- find all posts by the user
<span class="rep_{$fid}">{$post['button_rep']}</span> <-- add REP for the post
you can find required buttons codes and remove them
{$post['button_email']} <-- email the user
{$post['button_pm']} <-- send private message
{$post['button_www']} <-- home page of the user
{$post['button_find']} <-- find all posts by the user
<span class="rep_{$fid}">{$post['button_rep']}</span> <-- add REP for the post
2013-10-21, 08:33 PM
(2013-10-21, 08:23 PM).m. Wrote: [ -> ]admin panel >> templates >> basscode templates >> Post Bit templates --> both postbit and postbit_classic templates
you can find required buttons codes and remove theme
{$post['button_email']} <-- email the user
{$post['button_pm']} <-- send private message
{$post['button_www']} <-- home page of the user
{$post['button_find']} <-- find all posts by the user
<span class="rep_{$fid}">{$post['button_rep']}</span> <-- add REP for the post
Thank you! =)