Quote:
Originally Posted by Live Wire
Nice work calorie! ^^
|
Thanks.
Quote:
Originally Posted by juanph
Is anyone going to write a hack that does this?
1. Set a target a mount in AdminCP
2. Users Contribute / Donate
3. It updates a "Money Bar"
4. Lists the users who contribute
5. Adds contributor Image in the postbit
|
Uh, you're welcome? :ermm:
Quote:
Originally Posted by gwhooooey
This is EXACTLY what i'm looking for
|
IMHO, the hard part is already done...
1. See the July 2004 hack for how to do this if that is how you want to manage one value.
2. Use the vB paid subscriptions.
3. This hack already does that if you use the vB paid subscriptions.
4. See below code or go to ACP > Subscriptions > Subscription Manager > select View Users from menu.
5. Set a different subscription usergroup, with a contributor user title and/or a username HTML markup.
Code:
select vb3_user.username,vb3_subscription.title,vb3_subscriptionlog.amount,
vb3_subscriptionlog.status from vb3_user,vb3_subscription,vb3_subscriptionlog
where vb3_user.userid = vb3_subscriptionlog.userid and
vb3_subscription.subscriptionid = vb3_subscriptionlog.subscriptionid;