Needs work
Project:
Node Order
Version:
7.x-1.5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
16 Nov 2016 at 16:33 UTC
Updated:
15 Jan 2026 at 13:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedolomouc created an issue. See original summary.
Comment #2
Anonymous (not verified) commentedComment #3
jbloomfield commentedIt looks as though this is caused in the template file provided with the module. If you override this and remove the
print render($content);then it should only display the title of the node.
Comment #4
jbloomfield commentedAdding a patch to remove the extra content output, if users want to add any extra content, they can override the template. We have a complex admin theme setup whcih makes it harder to override this template, so I believe the title is sufficient.
Comment #5
qudec commentedPatch tested and working, I'm in the same situation as #4.
Comment #6
davps commented@qudec thank you for confirmation and testing.
I don't sure that removing extra content from output is a best solution. Need to think about other cases.
Comment #7
vrajak@gmail.com commentedAnyway to get a nodes image to print here? I've tried a variety of ways as per the modules template instructions but no go.
Comment #8
avpaderno