..unless I disable the module and enable it back . Why this ?
But not is a new problem :
phone and fax fields(maybe others too) don't appear on content nodes. They appear as !phone
and the other fileds can't they have a separator config ? If they are null look in the picture how nasty is shown if i setup a comma as a separator in address format on settings page
Addresses module is much more buguous. I have waited for this new version to solve phone fileds problem, but it seems it does not.
I have a site with companies nodes that need to have al those contact fields : adress, city, province, country , a map will be nice too and surely phone numbers where those companies can be contacted
Any previous experiences with similar need to have address and phone fields in node contents ?
thanks for your report. And sorry for not fixing it yet. I launched the new versions because it was important security bugs. Now im working on other bugs.
Location module is more focused on Geocode and map integration. Thats why Location has 1.64 MB and Addresses has only 70 KB. Also the Location's issues list is substantially bigger.
since i change the internal API (by november) and the final release of CCK changed the API too, the CCK support became quite bogus. I will make a sprint to fix it. Some other issues were open to report this. Its my priority.
OK brmassa, thanks for your reply. But it seems that just 1 minute ago i deleted the adresses cck field from my "company" content type , loosing all my previous address for the companies already entered and I disaled addresses module for now , after going on paralel with Location module with gmap module and testing mapping kit module too. Last one seems a bit too complicated for me.
As i said before , i need for my site those fields : adress, city, province, country , a map will be nice too(yahoo is more detailed at street level for my country- romania) and surely phone and fax numbers where those companies can be contacted.
Addresses module, if is bug free, seems like a good solution for me; and together with Node map module it will be exactly what i need.
If I can help on Romanian addresses , city and provinces list pls let me know.
Thanks for your nice module and keep up the good work.
The specific instance of this problem I was having was with displaying a Phone number by itself in views; whether as a table or a node, I couldn't get the Phone number to display at all. After poking around I patched the module to fix this issue (see attached). However, there are two clear issues still to be addressed:
1. Other fields, like city, postal code, etc., need similar patches in order to display properly (some brief testing confirms my suspicion that they don't show up in views either)
2. I'm fairly sure that the specific code I use to display phone numbers is probably not up to snuff, whether for security reasons or otherwise.
Once item 2 is addressed, I'm pretty sure item 1 will be quite easy to fix. It's also possible that my approach in this patch is totally off, but after chasing quite a few tails in this debugging session, I'm reasonably sure this is the "right" approach.
#1
..unless I disable the module and enable it back . Why this ?
But not is a new problem :
phone and fax fields(maybe others too) don't appear on content nodes. They appear as
!phoneand the other fileds can't they have a separator config ? If they are null look in the picture how nasty is shown if i setup a comma as a separator in address format on settings page
sorry for my bad english
#2
the problem with phone filed not displayed persists on 6.x-1.02 too
#3
see image
#4
I think I will renounce of this module in favour of Location module !
I don't know why all this modules have problems with phone fields, even Phone CCK module: http://drupal.org/node/341878.
but
Location module seems to have a patch for this : http://drupal.org/node/299449.
Addresses module is much more buguous. I have waited for this new version to solve phone fileds problem, but it seems it does not.
I have a site with companies nodes that need to have al those contact fields : adress, city, province, country , a map will be nice too and surely phone numbers where those companies can be contacted
Any previous experiences with similar need to have address and phone fields in node contents ?
#5
Marcel,
thanks for your report. And sorry for not fixing it yet. I launched the new versions because it was important security bugs. Now im working on other bugs.
Location module is more focused on Geocode and map integration. Thats why Location has 1.64 MB and Addresses has only 70 KB. Also the Location's issues list is substantially bigger.
since i change the internal API (by november) and the final release of CCK changed the API too, the CCK support became quite bogus. I will make a sprint to fix it. Some other issues were open to report this. Its my priority.
Phone fields are also reported http://drupal.org/node/346267. I will focus there the communication ok?
best regards,
massa
#6
Marcel,
the phone problem is now solved. Soon on the 1.03 release.
regards,
massa
#7
OK brmassa, thanks for your reply. But it seems that just 1 minute ago i deleted the adresses cck field from my "company" content type , loosing all my previous address for the companies already entered and I disaled addresses module for now , after going on paralel with Location module with gmap module and testing mapping kit module too. Last one seems a bit too complicated for me.
Lately I just discover Node map module
As i said before , i need for my site those fields : adress, city, province, country , a map will be nice too(yahoo is more detailed at street level for my country- romania) and surely phone and fax numbers where those companies can be contacted.
Addresses module, if is bug free, seems like a good solution for me; and together with Node map module it will be exactly what i need.
If I can help on Romanian addresses , city and provinces list pls let me know.
Thanks for your nice module and keep up the good work.
Marcel Cozma
#8
Marcel,
take a look on http://drupal.org/node/355595. i wrote a mini tutorial. It would be great to correct Romanian data.
regards,
massa
#9
Automatically closed -- issue fixed for two weeks with no activity.
#10
I just notice that the Phone field still does not show up in version 6.x-1.05.
(nothing displayed at all)
Also, it troncatates the phone number to 16 digits, which does not allow to include country code and spaces
I reopened the issue
#11
#12
The specific instance of this problem I was having was with displaying a Phone number by itself in views; whether as a table or a node, I couldn't get the Phone number to display at all. After poking around I patched the module to fix this issue (see attached). However, there are two clear issues still to be addressed:
1. Other fields, like city, postal code, etc., need similar patches in order to display properly (some brief testing confirms my suspicion that they don't show up in views either)
2. I'm fairly sure that the specific code I use to display phone numbers is probably not up to snuff, whether for security reasons or otherwise.
Once item 2 is addressed, I'm pretty sure item 1 will be quite easy to fix. It's also possible that my approach in this patch is totally off, but after chasing quite a few tails in this debugging session, I'm reasonably sure this is the "right" approach.
#13
Whoops! Sure would help to post the patch files themselves. Here they are.
#14
When can we get these fixes committed in a new version?
Thanks
#15
Ive applied the patches, but the phone numbers still dont show, even after putting in an entirely new entry.
Update: Need to add !phone and !fax to country "address formats", either default, or specific country...my boo boo ;)