Download & Extend

Fields are not accessible to Dynamic Field module

Project:Addresses
Version:6.x-1.05
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

Hello,

I've been trying to follow the instructions here -> http://www.basantathapa.de/a-simple-embedded-google-map-with-address-fet...

This populates a dynamic field CCK type and returns back Embedded Google Map.

This works properly if you use a custom CCK text field for street and city, but not if you use the Addresses Module and the field names for the street and city of the addresses module.

I tried using my field names for the addresses - field_shopaddress_street and field_shopaddress_city

I even tried field_shopaddress, but nothing works. It seems like for some reason that the value returned is NULL when trying to use these fields from the addresses module.

Any ideas?

Comments

#1

Category:support request» feature request
Status:active» closed (won't fix)

Cookiesunshinex,

While I can understand your want for Addresses to work with your other module there is very little incentive to debug any potential issues and attempt to make it work.

There are two reasons:

  1. Dynamic Field seems to be a one off module that was abandoned shortly after creation. There have been a total of three commits all being nearly a year ago.
  2. The functionality that you are looking to achieve can be accomplished utilizing the theme layer for your node and thus the Dynamic Field module is not needed.