On points settings page, can't set 'default category' to new terms. It always reverts back to default 'uncategorized' value.
Haven't tested it thoroughly, a quick fix might be just change line 360 from:
from $form[$group]['id'] = array(
$form[$group]['id'] = array(
to $form[$group][USERPOINTS_CATEGORY_DEFAULT_TID] = array(
$form[$group][USERPOINTS_CATEGORY_DEFAULT_TID] = array(
You were correct the name of the form was off; my fault. its been fixed.
Comments
Comment #1
dami commentedHaven't tested it thoroughly, a quick fix might be just change line 360 from:
from
$form[$group]['id'] = array(to
$form[$group][USERPOINTS_CATEGORY_DEFAULT_TID] = array(Comment #2
jredding commentedYou were correct the name of the form was off; my fault. its been fixed.
Comment #3
(not verified) commented