This is a backport of the patch at http://drupal.org/node/129805
We have been testing this on a development site for about a week and a half and no problems have been found.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | buddylist_forms_as_links_47.patch | 11.19 KB | gnat |
| #1 | buddylist_accept_links.patch | 11.04 KB | gnat |
| forms_as_links_47.patch | 10.39 KB | drawk |
Comments
Comment #1
gnat commentedYour patch was giving me an error of a call to an undefined function for
buddylist_confirm_form();I grabbed that function from the Drupal 5 version of the module, and it now works as expected. Here's the updated patch.
Comment #2
gnat commentedThere was a bug in my last patch that was giving a nasty error when you tried to deny a buddy request.
Fatal error: Unsupported operand types in /site_dir/new/includes/form.inc on line 88There were two things causing this. One was a call to "drupal_get_form" in the menu callback for the deny function, this had been addressed in the patch for accept already, so I used the same method:
The other reason was a form id for the confirmation form:
This patch reflects those changes.
Comment #3
simon georges commentedThis version of Buddylist is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.