integration with buddylist
MohamedMabrouk - July 28, 2007 - 05:33
| Project: | RSVP |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
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.

#1
I have done a very simple and minimal integration.
#2
Committed.
#3
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.
#4
I'll check this out.
#5
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...
#6
#7
Automatically closed -- issue fixed for two weeks with no activity.