Hi,

I've finally got round to installing this module! It's perfect for what I need. Thank you for developing this.

In 1 of my content types I have created a sheetnode field so that I can add in spreadsheet data related to each node in my content type.

I want each sheetnode field in each node in my content type to have the same column headings, without manually typing them in every time, is this possible?

In my sheetnode field settings in my content type, I have entered in column headings, but when I edit a node the sheetnode is blank without the headings.

Am I meant to use a template? If yes, how do I create a template?

Thanks.

Comments

stickplow’s picture

1.go to node/add/sheetnode
2.set title
3.customize your sheet headings
4.fill in "Save as template" field
5.save
6.go to your content manage fields
7.edit your sheetnode field
8.select template name, you created in step 4, from the list.
9.save

Now these steps work for me but
- template will be used only for content created after assigning template (that is understandable)
- in my configuration (I'm using display suite) sheetnode field label is not showing on the content edit page (and this is strange but I'm not seeing anyone else reporting that so maybe it is just happening to me, please let me know is the label of your sheetnode field is showing up)

Rick Bergmann’s picture

Thanks for the steps.

All worked, and as you said only when I add a new node the template shows, and does not show on existing nodes.

As for the field label, it does not show up for me either.

The other strange thing I'm getting is even though my content type display settings are set for the sheetnode field to be hidden, it still shows up in the node where I print $content in my tpl file. Could be a bug?