MyDroidWorld
09-10-2011, 10:59 PM
Im looking for a paypal donate button mod that can be used for certain usergroups and displayed in user postbit. I have searched a lot of places and have yet to find one. I tried converting one from 3.8.1 but could not get it to function properly. That could be in part do to my amateur coding abilities. I have posted the code below as an example if anyone thinks it could work.
This was originally taken from this mod - https://vborg.vbsupport.ru/showthread.php?t=205166&highlight=beer
<vb:if condition="is_member_of($vbulletin->userinfo, 6,12,21)">
<vb:if condition="$post['field8']"> <div class=?info?>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=<dd>{vb:raw post.field8}</dd>&item_name=Donate&amount=3%2e00&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank" rel="nofollow" title="Donate"><img alt="Please Donate" border="0" src="http://www.mydroidworld.com/forumimages/donate.png" border="0"/>
</div></vb:if>
</vb:if>
This was originally taken from this mod - https://vborg.vbsupport.ru/showthread.php?t=205166&highlight=beer
<vb:if condition="is_member_of($vbulletin->userinfo, 6,12,21)">
<vb:if condition="$post['field8']"> <div class=?info?>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=<dd>{vb:raw post.field8}</dd>&item_name=Donate&amount=3%2e00&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank" rel="nofollow" title="Donate"><img alt="Please Donate" border="0" src="http://www.mydroidworld.com/forumimages/donate.png" border="0"/>
</div></vb:if>
</vb:if>