As it says in the info txt file there is a manual template edit you can try:
Quote:
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.
|
There are also instructions for a VB4 template edit but as this is the VB 3.8 forum I assume that is what you are looking for.