This is the same reason as explained with phone.module... http://drupal.org/node/99042

patch forthcoming.

CommentFileSizeAuthor
#1 zipcode_patch_1.patch1.62 KBTresler

Comments

Tresler’s picture

Status: Active » Needs review
StatusFileSize
new1.62 KB

Patch attached. Formatting is still done before data is entered into database, addition of default formatter.

For 4.7 against ver. 1.7

mariuss’s picture

Had a similar issue and was about to submit a very similar patch. To bad I did not find this one earlier :-(

The issue I had was with zipcodes not showing up at all in drupal 5, only with custom node themes. Adding the formatter hooks is key.

mariuss’s picture

One more thing, after applying the patch I had to remove existing zipcode fields and add them back before the patch took effect.

When I removed and then re-added the same field (same field name), none of the values where lost.

thierry_gd’s picture

Version: 4.7.x-1.x-dev » 5.x-1.x-dev
Status: Needs review » Fixed

Taken into account in drupal 5 version

Anonymous’s picture

Status: Fixed » Closed (fixed)