By Etc. Incarnate on
Going off of this snippet here: http://drupal.org/node/36501
But when I look at the page, it has completely broken out of the site's theme and css, and gives me this error:
Fatal error: Call to undefined function: buddylist_get_buddies()
Something similar happens when I try to use this snippet: http://drupal.org/node/35738
Little help please? =)
I have buddylist2 installed.
Thanks!
Comments
buddylist_get_buddies()
After struggling with the same problem for some time I finally got it!
Change
buddylist_get_buddies()
which works for Buddylist to
buddy_api_get_buddies()
to get it working for Buddylist2.
this thread should help
this thread should help you:
http://drupal.org/node/226423