View Full Version : Donation Button Floating
Amaresh
06-02-2009, 08:22 AM
Can we make donation button as floating and when user donates then the donation button is hide for donators only.
Seven Skins
06-02-2009, 08:56 AM
Yes you can.
After they donate move them to new user group.
And put the donation button code in:
<if condition="!is_member_of($bbuserinfo, X)">
Button code
</if>
Where X is the usergroup ID.
PS. What if they want to donate again.
.
Amaresh
06-02-2009, 11:07 AM
hmm then i have donation button at the top of my forum also
--------------- Added 1243944481 at 1243944481 ---------------
Yes you can.
After they donate move them to new user group.
And put the donation button code in:
<if condition="!is_member_of($bbuserinfo, X)">
Button code
</if>
Where X is the usergroup ID.
PS. What if they want to donate again.
.
i need floating script also
can u help me on that
Seven Skins
06-02-2009, 12:32 PM
You can customize this script.
https://vborg.vbsupport.ru/showthread.php?t=120784
Amaresh
06-02-2009, 08:22 PM
thanks alot
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.