Quote:
Originally Posted by tpearl5
Anyone have any ideas on having a member option to exclude the pin button from their posts?
|
Actually, I figured this one out as well.
I added a new radio button user field called "Pinterest" with the description "Allow users to pin your photos on Pinterest", make sure it is not private, and put Yes No in for the selection
Since I manually added {vb:raw template_hook.postbit_bop_pinterest} to postbit, I added a conditional around it:
HTML Code:
<vb:if condition="$post['fieldX'] != 'No'">{vb:raw template_hook.postbit_bop_pinterest}</vb:if>
Change X to the number of your custom field. Mine is 15 so it looks like this: $post['field15']