Closed (fixed)
Project:
Webform Node Element
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2011 at 07:25 UTC
Updated:
23 Feb 2012 at 02:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
cafuego commentedIn theory you should be able to create the view mode you want, either programmatically or using Display Suite, and configure Webform Node Element to use that view mode to show its node.
Comment #2
shadowdknight commentedThanks cafuego ,
I tried webform node element before,
but it only shows the title instead the content,
I'll try it again.
Comment #3
Letharion commentedIn components/node.inc, it is hardcoded to render only the node body, and the node links, regardless of your View mode.
My attached patch may not be the perfect solution, but it allows me to render the fields I want. :)
Comment #4
shadowdknight commentedThat's cool!
Now Im waiting if the component can also be sent to email,
then it will be perfect!
Thanks
Comment #5
cafuego commentedFixed in git 7.x-1.x, please test :-)
Comment #6
cafuego commentedThis works correctly in the latest -dev version, will do a new release shortly.