2010-12-04, 05:27 PM
I'm trying to add a new postbit button so that it appears on the postbit bar.
I've created a template "postbit_facebook"
I've added
to global.lang.php file.
I've also edited the postbit template so that it looks like
but it's not showing?
I think it may be something to do with these which i can't find.
<td class="trow1 post_buttons {$unapproved_shade}">
<div class="author_buttons float_left">
Also, i've added the {$post['button_facebook']} into the postbit but i've not assigned it any values, but i don't know where to add them.
Any ideas?
I've created a template "postbit_facebook"
I've added
$l['postbit_facebook'] = "Share this post on Facebook";
to global.lang.php file.
I've also edited the postbit template so that it looks like
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_rep']}{$post['button_find']}{$post['button_facebook']}
but it's not showing?
I think it may be something to do with these which i can't find.
<td class="trow1 post_buttons {$unapproved_shade}">
<div class="author_buttons float_left">
Also, i've added the {$post['button_facebook']} into the postbit but i've not assigned it any values, but i don't know where to add them.
Any ideas?