On line 138 in vote_up_down.module in the HEAD version, the condition is: $form_id == 'userpoints_settings_form'

It should be: $form_id == 'userpoints_settings'

Without this change, userpoints integration does not work for me on Drupal 5.

CommentFileSizeAuthor
#3 wrong_formid.patch759 bytesowen barton

Comments

aw05’s picture

The line number should be 137, the first line of the function vote_up_down_form_alter, in vote_up_down.module

frjo’s picture

Thanks for reporting this. I will take a look at it when I return from my travel.

owen barton’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new759 bytes

Here is a patch

frjo’s picture

Status: Reviewed & tested by the community » Closed (duplicate)

This has been solved in a different manner in issue #114025, http://drupal.org/node/114025.