Any plans for a Drupal 7 port?

Comments

hefox’s picture

I personally don't have a project that has use for it in d7 yet (:(), but eventually will need to port it.

airb’s picture

subscribe

drupalok’s picture

i would love to see a drupal 7 version

scottatdrake’s picture

I tried upgrading this to Drupal 7 last night. The first problem I ran into was that there is no hook_field_settings_alter() for Drupal 7. hook_field_settings_form() seemed promising, but can only be used by the module that defines the field. According to this, there is no special hook in Drupal 7 for altering field settings.

So, is the only way to use hook_form_alter()? Any suggestions?

Are there other roadblocks that you see around getting this migrated to D7?

hefox’s picture

Thanks for trying.

My suggestion is to look at d7 CCK (it adds in some functionality that weren't ported to core fields) or other modules that add settings to fields.

Other than that and tweeking the JS, seems like it should be easy enough

wbobeirne’s picture

Started to take a stab at this, but this module is going to require a vast amount of changes to bring it up to D7. A lot of reworking needs to be done to make it more Form API compliant, and the current js really ought to be replaced with FAPI AJAX. I'll try to give it a full rundown when I have more time.

drupa11y’s picture

Great to hear! Maybe have a look at "http://drupal.org/project/entityreference_live_preview"