Here's a patch that adds some extra formatting options to North American phone numbers. It allows you to specify a separator for phone numbers other than '-', and to optionally enclose the area code in parentheses. It also formats the optional extension readably.

CommentFileSizeAuthor
phone_2.patch2.22 KBTheMystic

Comments

davemybes’s picture

Status: Needs review » Reviewed & tested by the community

Nice patch. Thanks for that. Works well, and the phone number area code and extension look much better now. It also showed me that there is a new release of the module which is not shown on the main module page.

thierry_gd’s picture

Status: Reviewed & tested by the community » Fixed

Taken into account in 5.2.7 version

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

thirdender’s picture

Issue summary: View changes

How do you use this in Drupal 7? I just spent a while digging through the docs, and I couldn't figure out how to add the settings programatically, and I don't see these settings exposed through any forms. Thanks!