when userpoints is active and user total points is not enough, the form return empty page.

i found the problem is at the userpoints_nodelimit.module

$form = NULL;

i try to change it to

$form = NULL;
$form['dummy'] = array(
  '#default_value' => '',
  '#type' => 'hidden'
);

and now it works!

Comments

jredding’s picture

Assigned: Unassigned » jredding
Status: Active » Closed (fixed)

adding to drupal-5--3 branch.

jredding’s picture

Project: User Points » User Points Contributed modules
Version: 5.x-1.x-dev » 5.x-2.0