I really like this mod and we have the Pro.
I've been asked to Clean up the Postbit. Right now we have the
Code:
<vb:if condition="$vboptions['dbtech_vbdonate_postbit_contribs'] == 0">
{vb:raw show.dbtech_vbdonate_total_contribs_user}
</vb:if>
Which of course results in
Total Contributions for:
Username $xxx.xx
How can we just just display something like this:
Code:
<vb:if condition="$vboptions['dbtech_vbdonate_postbit_contribs'] == 0">
<div class="bppostbit"><dt>My Contributions</dt>
<dd>{vb:raw total.contribs.user}</dd></div></vb:if>
Basically it would align with our Location, Age, Posts and put "My Contributions" in Column 1 and the $Amount in Column 2
Appreciate any help from anyone with experience.