instead of 'naked' list of emails, a website subscription can gain lots of momentum if the invitees list made easier by just checking selected ones from the list of buddylist module.. I think.

CommentFileSizeAuthor
#1 rsvp.buddylist.patch2.28 KBowahab

Comments

owahab’s picture

Status: Active » Needs review
StatusFileSize
new2.28 KB

I have done a very simple and minimal integration.

owahab’s picture

Status: Needs review » Fixed

Committed.

irishpadres’s picture

Category: feature » bug

If buddylist is not installed a warning message is displayed:

user warning: Table 'drupal.buddylist' doesn't exist query: SELECT DISTINCT(b.buddy), u.name FROM buddylist b INNER JOIN users u ON b.buddy = u.uid WHERE b.uid = 2 ORDER BY u.name ASC in /path/to/drupal/includes/database.mysqli.inc on line 154.

owahab’s picture

Status: Fixed » Active

I'll check this out.

Rasputin Paracelsus’s picture

I'm getting a buddylist error too, since a recent update suggested to me by the module status monitor (a few weeks ago, maybe)?

user warning: Table 'DATABASE.buddylist' doesn't exist query: SELECT DISTINCT(b.buddy), u.name FROM buddylist b INNER JOIN users u ON b.buddy = u.uid WHERE b.uid = 1 ORDER BY u.name ASC in /home/USER/public_html/d5/includes/database.mysql.inc on line 172.

Never heard of buddlist until now...

owahab’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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