Closed (fixed)
Project:
Buy Me a Beer
Version:
6.x-1.1-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
10 Feb 2009 at 08:00 UTC
Updated:
24 Feb 2009 at 19:40 UTC
The site I'm working with has a community of users that will sometimes engage in advice-sharing. I would like them to be able to buy each other beers, so to speak, when they get a helpful answer from one another. Is this for them? Or can you only buy the site as a whole "a beer"? If it's only for the site as a whole, do you think it would be a great deal of work for our developer to individualize it? Or do you know of any individual tip jar solutions floating around drupal? Thanks for any help.
Comments
Comment #1
yaph commentedWith the current release (http://drupal.org/node/368213) a feature has been added so users can enter their paypal email addresses and the links will be shown below their comments, if the 'Enable beers for users' setting is enabled. You can read more about this patch by dereine on this feature request page.
Comment #2
fumbling commentedThanks, this was just what I was looking for, really appreciate it. Btw, you're probably already aware of this, but on line 113 of buymeabeer.module it reads:
'title' => t('Buy %name a bear!', array('%name' => $account->name)),... where "bear!" should be "beer!"
Comment #3
yaph commentedNo, actually I wasn't aware of the typo, but I will fix it, thanks!
Comment #4
yaph commentedTypos fixed.