PDA

View Full Version : Postbit problem


mikesafl
04-21-2013, 04:35 AM
I cant figure out how to get these options into the boxes like the other ones. (screenshot attachment)

Using vb 4.2.0 PL3, postbit legacy, theme= Seamus

Amaury
04-21-2013, 06:08 AM
You should ask the author of the style for assistance.

SiMoZ1337
04-21-2013, 01:40 PM
add the div calss bppostbit (for example, how to add the flags)

<div class="bppostbit"> <vb:if condition="$post['field5']"> <dt>Country</dt> <img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field5}.GIF" alt="Users Country Flag" border="" /> </div>

just figured it out now :)

mikesafl
04-23-2013, 04:15 PM
Worked perfect simo thank you