When attempting to configure the postcard module on Drupal 4.5.1, via /admin/settings/postcard, the 'Main category' selection is always ignored, and the 'Additional categories' selection in fact selects the main category (so that no additional category may be specified).

This is simply because both form fields attempt to set the variable edit[postcard_term], whereas the 'Additional category' field should presumable be associated with some other variable, like edit[postcard_additional_term].

Cheers,
The Stoat.

Comments

axel’s picture

'Additional categories' functionality now uncomplete and unusable yet. Reserved for future versions of module. You need comment out code in lines 52-55 of postcard.module or download updated version (changes uploaded to HEAD and 4.5).

Anonymous’s picture