Hi,
I am using the module http://drupal.org/project/node_form_template to create the forms template files to create nodes.
So in my node-form.tpl.php file, I have for instance
print $field_targets;
to display a taxonomy CCK field.
But the suggested terms don't show up, I just have the description.
It works fine for the content types for which I don't use a template.
Do I need to add a variable to display the suggested terms too ?
Thank you very much ! (Awesome module by the way :) )
Comments
Comment #1
fourmi4x commentedIt works with node-form.tpl.php
but not with node-form-mycontentype.tpl.php.
So I had a look in the module file, but I can't understand what I need to modify to make the hook work for this second template file, I guess it is in there :
I tried to replace $form_id by $form_ids but it doesn't change anything.
Do I need to delete a condition ? Or is it more serious and means these 2 modules are not compatible ?
Comment #2
bbinkovitz commentedComment #3
bbinkovitz commentedAll feature requests should now be against 7.x-1.x . Any patches that are committed should then be backported.
Comment #4
bbinkovitz commentedThis is fixed in the D7 branch. Needs backport.
Comment #5
bbinkovitz commentedI don't even know what I thought I fixed in the D7 branch, reading this again. I've never used the Node Form Template module and it doesn't appear to have a D7 release. I'll accept patches against the 6.x-1.x branch for this.