Version: 1.00, by calorie
Developer Last Online: Nov 2023
Version: 3.0.3
Rating:
Released: 10-04-2004
Last Update: Never
Installs: 7
No support by the author.
This hack creates an automated money bar to encourage users to support your site with paid subscriptions. There is a similarly themed hack dated July 2004 at https://vborg.vbsupport.ru/showthread.php?t=67425 using different code where you need to manually update the sum of money received. This hack on the other hand automates the process and is for use with paid subscriptions that are setup via the vB AdminCP. You set your monthly money goal, and this hack stores paid subscription amounts in a table for use in creating the money bar. This hack also lets you add or edit the user subscription amounts via the vB AdminCP, and it automatically resets the money bar on a per month cycle. This hack assumes that the payment gateway postback subscription amount will be in x.xx format. Support is offered on an if/as time is available basis but is not guaranteed. If you use this hack, a click of the install button is appreciated.
Queries to run :: 1
Phrases to add :: 4
Template changes :: 2
New files added :: 1
Files to edit :: 3 to 6 *
Number of edits :: 14 to 17 *
* depending on what payment gateways are used
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
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
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
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;
I did not mean to diminish the value of your hack...... It IS a very good hack. I'm sorry if I sounded ungrateful or obnoxious.
I want to thank you for the eply though because now I you've got my mind going here. Let me see if I can get some stuff together and make this hack myself.
This hack creates an automated money bar to encourage users to support your site with paid subscriptions. There is a similarly themed hack dated July 2004 at https://vborg.vbsupport.ru/showthread.php?t=67425 using different code where you need to manually update the sum of money received. This hack on the other hand automates the process and is for use with paid subscriptions that are setup via the vB AdminCP. You set your monthly money goal, and this hack stores paid subscription amounts in a table for use in creating the money bar. This hack also lets you add or edit the user subscription amounts via the vB AdminCP, and it automatically resets the money bar on a per month cycle. This hack assumes that the payment gateway postback subscription amount will be in x.xx format. Support is offered on an if/as time is available basis but is not guaranteed. If you use this hack, a click of the install button is appreciated.
Queries to run :: 1
Phrases to add :: 4
Template changes :: 2
New files added :: 1
Files to edit :: 3 to 6 *
Number of edits :: 14 to 17 *
* depending on what payment gateways are used
This is really nice, especially since it is automated, and because you can use this for give-away games, etc. (if we reach the goal before end of month, 1 free gift for one of our members!, support us now)
I did not mean to diminish the value of your hack...... It IS a very good hack. I'm sorry if I sounded ungrateful or obnoxious.
I want to thank you for the eply though because now I you've got my mind going here. Let me see if I can get some stuff together and make this hack myself.
Thanks.
Okay, no problem, thanks for the clarification. If you need some hints along the way, just ask and I'll answer if I have the time.
Quote:
Originally Posted by floris
This is really nice, especially since it is automated, and because you can use this for give-away games, etc. (if we reach the goal before end of month, 1 free gift for one of our members!, support us now)
thanks for this calorie now i use manual subscriptions because the payment processor i use isnt added yet (stormpay) this would work with the manual addition as well correct?
thanks for this calorie now i use manual subscriptions because the payment processor i use isnt added yet (stormpay) this would work with the manual addition as well correct?
When you manually add a user via the vB subscription manager, just stick in the amount paid and the money bar will automatically do its thing.