Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Github Repository

Previous Release

https://github.com/drupal-rain/eck_extras/tree/7.x-2.0

Current Version

https://github.com/drupal-rain/eck_extras
https://github.com/drupal-rain/ktools

Add ECK extra functions not exist in the eck core.

=== Feature ===

* Path for ECK

  • - Path setting per entitty.
  • - Integrate with pathauto, auto path alias setting per bundle.
  • - Allow Entity CRUD Path setting per bundle.

* Property Behavior

  • - Published: Type(Interger/Unsigned Integer), like node published function.
  • - Machine Name: Type(Text), machine_name for title.

* Property Setting

  • - Property Lable change after it's created.

* Field UI & Display

  • - Make title, published, eck_path sortable.
  • - Integrate with Dispay Suite.

== Planed Feature ==

=== Integration ===

  1. Field UI: title, published, eck_path.
  2. Pathauto.
  3. Dispay Suite.

Useful Patches

=== Install ===

Need to use eck-7.x-2.x-dev(2012-Oct-30) and later.

=== API Hook ===

hook_eck_extras_pathauto_alias_alter(&$alias, &$context)
@see eck_extras_pathauto_create_alias().

=== Download ===

https://github.com/kolier/eck_extras/archive/7.x-2.0.zip

Project information