I have a Content type called copenhagen which is made by ONLY CCK fields and
that is good because ALL the info is saved in only ONE table called
content_type_copenhagen and is used to show a map like this
http://www.tinemuller.dk/drupal/Copenhagen_map.
table content_type_copenhagen - this is how it should be
vid nid field_adresse_value field_postnummer_value field_city_value
field_lat_value field_lng_value field_nid_value field_betaling2_value
field_copenhagen_map_url field_copenhagen_map_title
field_copenhagen_map_attributes field_toilettype_value field_bemanding_value
field_puslebord_value field_kanylebeholder_value field_vandhane_value
field_fri_gulvplads_value field_copenhagen_map_radius_url
field_copenhagen_map_radius_title field_copenhagen_map_radius_attributes
field_yderligere_info_value
I have now tried to export and import this to another testsite and some new
content types called city1, city2 and city3 and it's functioning but the
problem is that now the info is not in ONE table but are splitted into
several tables. A table for
content_type_city1 with field vid and nid
content_field_adresse with field vid and nid and field_adresse_value
and so on for the different tables for city2 and city3
Is there something I can do NOT to get this info splitted into several
tables because I need only ONE table for showing the map?
CCK Import/Export - need help, please?
CCK Import/Export - need help, please?