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

yaph’s picture

With 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.

fumbling’s picture

Thanks, 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!"

yaph’s picture

No, actually I wasn't aware of the typo, but I will fix it, thanks!

yaph’s picture

Assigned: Unassigned » yaph
Status: Active » Fixed

Typos fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.