Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #81  
Old 09-05-2001, 09:41 PM
REDPGT
Guest
 
Posts: n/a
Default

A guy a know that coded a new PHP board (based off PHPBB) made a donation system.

1) Users who donated money were given one green star for every $20 they donated, the amount could be set to any amount of money to equal a star. This could easily be changed to any symbol.

2) Users who donated $20 got a pre-selected avatar (an image of a car that you could select from about 15 different colors) and users who donated $100 got to have their own customizable avatar (based on the URL of the image). You could set size limits or dimension limits on the image.

3) A member with 5 stars ($100) had access to a 5-Star section of the club, that is not viewable to any of the members except the 5-star guys. Only they had rights to post in there.

This is by far the best (and only) system I have seen and it resides here:

http://www.probetalk.com/

This WILL be gone very soon though as they are switching over to vBulletin but the Donation hack is being worked on.

Here is a basic posting:

http://64.60.145.228/forums/viewtopi...591&forum=1&37

You'll see there are quite a few members who have donated and you can easily distinguish them, either by number of stars, the default image, or a customized image.

Here is my profile on that board, notice it says how much money I have donated (it doesn't say it on the main section, it's only shown by green stars):

http://64.60.145.228/forums/bb_profi...view&user=4924
Reply With Quote
  #82  
Old 09-05-2001, 09:43 PM
REDPGT
Guest
 
Posts: n/a
Default

Quote:
Originally posted by rebby
this sounds like a great hack... can't wait..
Hey Curt, I see you are part of this board too

PS: My above post, I said it was the only one I have seen personally, there may be others out there, and another thing, the hack that we use could use some work but all in all it was pretty nice.
Reply With Quote
  #83  
Old 09-10-2001, 08:10 PM
mkilty mkilty is offline
 
Join Date: Oct 2001
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by wluke
I am not ignoring the thread... I just haven't had much time to work on this lately...

With Family, 3 Jobs, a father recovering from double by-pass surgery and many other things interfering with my life, it leaves very little time for programming. Heck, I haven't even checked to see if my DNS change from two weeks ago has gone into effect on my own site which is still in development.

However even with all this... The majority of this hack has been running at SitePoint Forums for 2 weeks now in a testing phase. I should be releasing my version of it soon. It is just finding time to write up the documentation and creating an installation script now.
Hi wluke,

Any idea on when you are going to release your hack? Just give a date that you might release it so I can know what to do.

By the way my father just did a double bypass at Walter Reed Medical as well. He did very well and was lucky to have caught it in time. Glad to see your father is recovering good as well.

Michael
Reply With Quote
  #84  
Old 09-10-2001, 08:26 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wayne, my best to your father and I know what it's like, my dad went through a triple bypass and a valve replacement 2 years ago...take your time as I'm sure everyone will understand.
Reply With Quote
  #85  
Old 09-17-2001, 10:11 PM
bargie bargie is offline
 
Join Date: Dec 2001
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i might started on this hack. if anyone has anythink allready e-mail it to me. but i just want every one to post what they in this hack as reading through the previous posts seems there are a lot of ideas.

i know how to git rid of the banner system for donated users thats the easy part, need the ideas all sumarised
Reply With Quote
  #86  
Old 09-17-2001, 10:25 PM
chrispadfield's Avatar
chrispadfield chrispadfield is offline
 
Join Date: Oct 2001
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well your first decision is is the subscriber status going to be made by using a usergroup (in my opinion a bad plan because users can only be in 1 usergroup) or by an extra field in the user table (IMHO a good idea).

Benefits include:

1) Seperate header/footer/headinclude templates (to take away banners and pop-ups
2) Different pm storage limits
3) Different mass send to buddies limits
4) Avatars only for subscribers
5) Different post settings on custom avatars
6) Ability to post public events in calendar
7) A forum for subscribers only
8) Turn off limits such as 60 seconds between pm/searching etc.
9) Recognition icon.
10) A subscriber page
11) Automatic email notification of subscription expiration.

probably more....
Reply With Quote
  #87  
Old 09-21-2001, 05:41 PM
chrispadfield's Avatar
chrispadfield chrispadfield is offline
 
Join Date: Oct 2001
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

of course it is up to you but useing user groups destroys any previous use people have them for. As people can only be in one usergroup any past use is gone. I have moderators who subscribe and moderators who don't. Using your system it would not work

If you do the extra profile field, the only problems are that it is harder to have a permission system for a forum for only subscribers.

As for setting up a subscritpion, writing a script that does

UPDATE user SET name_of_field = 1 WHERE userid=form_input is not hard, it is exactly what i do and takes me 5 seconds when i get a subscription notification.
Reply With Quote
  #88  
Old 09-21-2001, 09:28 PM
bargie bargie is offline
 
Join Date: Dec 2001
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i will work on this over the weekend, should be ready by the end of next week

i will try it by adding a new table.

hope it works.

jamie
Reply With Quote
  #89  
Old 09-24-2001, 03:36 AM
Ashura Ashura is offline
 
Join Date: Nov 2001
Location: In a Box
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would recommend just using an extra field in the user table instead of a seperate table.
Reply With Quote
  #90  
Old 09-25-2001, 03:15 PM
mcncyo's Avatar
mcncyo mcncyo is offline
 
Join Date: Oct 2001
Location: derby, Kansas
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

has anyone done this and makeing a money money off of it? What is your topic? How much are you charging? What are you offering?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:07 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04835 seconds
  • Memory Usage 2,273KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_imicons
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete