Hello
Can you add a quick tutorial or readme on how to implement this module; particularly in conjuction with editable fields module. Thanks!
Hello
Can you add a quick tutorial or readme on how to implement this module; particularly in conjuction with editable fields module. Thanks!
Comments
Comment #1
mdowsett commentedsubscribing....I'm lost too. I just got over the excitement of getting editablefields working and am looking forward to adding this to it.
Comment #2
bighoffa commentedI cannot find options anywhere to allow the field to be editable via AJAX. A simple description of how to do this would most likely suffice. Any help would be greatly appreciated.
Comment #3
doc2@drupalfr.org commentedSame problem... on the project page:
This had let me thought that I needed to paste some code somewhere in contemplate or any relevant *.tpl.php file. But the following:
let me thought that editablefields would instantly enable editablefields'ajax features, or the other way around... so I haven't tried the first (con)template option (I'm not good enough to do so).
Therefore I can't find the way to make it work...
Comment #4
mdowsett commentedcontemplate does help....it opens up code in the Drupal UI to to edit how and in what order fields are shown in a node. Really useful! I hadn't used it before this issue came up.
Adding those tags mentioned made the fields editable.
I seem to recall running into more issues with it that stopped me from using it (but I can't recall what it was). I think it was lacking support for certain CCK field types (drop-downs).
It is progress into reducing screen refreshes...I am sure it will evolve nicely.
Comment #5
mdowsett commentedsee here:
http://drupal.org/node/236872
(I haven't tried the code)