Manual Template Edits
If you have a customized style and the auto edits don't work, or you simply want more control over where the button is and how it looks make one of the manual edits below.
If you are using VB 4.x:
Edit the template
postbit or
postbit_legacy depending on which one you use on your forum.
Find the code:
Code:
<div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">
Directly before (or above) that code paste in:
Code:
{vb:raw template_hook.postbit_bop_pinterest}
This will show the Pinterest button in the default VB4 location. Feel free to move the template_hook code anywhere in the postbit template for your own custom solutions.
Edit the template
postbit_pinterest_vb4 to further customize the button.
If you are using VB 3.x:
Edit the template
postbit or
postbit_legacy depending on which one you use on your forum.
Find the code:
Code:
<div id="post_message_$post[postid]">
REPLACE that code with this code:
Code:
<div id="post_message_$post[postid]" style="min-height:60px; position:relative; "> $template_hook[postbit_bop_pinterest]
This will show the Pinterest button in the default VB3 "message Area" location. Feel free to move the template_hook code anywhere in the postbit template for your own custom solutions.
Edit the template
postbit_pinterest_vb3 to further customize the button.