Is there any plan to port this module to Drupal 6 in the near future?

Comments

raintonr’s picture

I'm thinking about it. Thing is a lot of modules that are in use on the main site I run (and use Trackfield on) are not D6 ready, so that site cannot be upgraded any time soon. Due to this D6 of this code is not a high priority.

That said - I can understand if this is stopping people from upgrading it would be annoying. Will make some tentative moves to see what needs changing for a D6 version.

raintonr’s picture

I've begun to look at this and have a D6 test system up and running. Stay tuned :)

kirilius’s picture

Thanks!

raintonr’s picture

Assigned: Unassigned » raintonr

Very stuck with how to get the widget to work in CCK 6.x right now though. :(

raintonr’s picture

Status: Active » Closed (fixed)

Struggled quiet a lot with the new CCK, but the module should now be D6 compatible.

Release here:

http://drupal.org/node/327510

kirilius’s picture

Wow, thanks for this. I will try it tonight!

kirilius’s picture

I tried it, installed Track, Track CSV and Track Map.
Created a new content type, added a track field called "field_track_point" of type Track. Then created another field called "field_track_map" of type Track Map. When I try to edit it and fill in the reference field name, I get the following error:

user warning: Table 'db1.node_field' doesn't exist query: SELECT DISTINCT nfi.field_name FROM node_field nf, node_field_instance nfi WHERE nf.type = 'track' AND nfi.field_name = nf.field_name ORDER BY nfi.field_name in ......./public_html/sites/all/modules/trackfield/trackfield.module on line 441.

peter_ivancak’s picture

Category: support » feature
Priority: Normal » Critical
Status: Closed (fixed) » Active

Hello,

I am missing a trackfield_file module in D6 compatible version. Am I doing anything wrong or the module is not ready now? I am building a site for gpx file exchange and this feature is critical form me.

thx

Peter

raintonr’s picture

Hi... you haven't done anything wrong... I haven't managed to update the file handling part yet. Sorry, will try and get to this soon.

raintonr’s picture

Status: Active » Closed (fixed)

The D6 dev. release now has file handling too so closing this.