Hi
Great module idea, but having a little trouble using it. I am only just learning Drupal so be gentle if some of my questions are a bit stupid.
FYI When I enable the module all other content type images stop being rendered as images.
How are the node regions defined? Do I have to do this before installing the module as when I try and place content in different regions of a node it has no effect and all content is displayed in the same manner ie left aligned.
Also one of my fields (the body field) contains a link to an affiliate who provides a display in widget form for my site, this will not render when I display it using Node Display but renders fine when displayed not using Node Display. Is there a way to change this?
Comments
Comment #1
swentel commentedThe node regions are automatically rendered, but at this point, there is no css included in the module, so it looks like they are all misaligned. If you look with firebug, you'll see that extra divs are generated.
Are you using the image module or another module for your images ? I need to know for testing purposes.
The affiliate widget form is new to me, I'll have to investigate this further. Do you have an example of that too ?
Comment #2
apmac commentedI am using the image module for my images and ImageField as well as IMCE to support inline images. I found that after installing Node Display if I edited the Content Types and specifically re-saved the field type in Manage fields as an Image file it rendered the images. It was as if the enabling of the module had not recognised that the existing file type was an image until it was re-saved as an image.
Will come back to you with an example of the widget rendering without Node Display and an example of widget not rendering with Node Display.
Comment #3
Wimmmmm commentedSwentel,
I have the same issue.
I'm using a non-mod theme nitobe (stalski likes it a lot). Look at http://www.deparelheusden.be
After switching on nd, all images in my text (inserted by fckEditor) are no longer part of the node output.
When going into edit node, I still see them all, so I'm not hallucinating.
When looking at rendered node html code, all img tags are simply gone in node content.
This is bad! I need to turn it off, I have no images anymore :-(
Wimmmmm
Comment #4
Wimmmmm commentedComment #5
Wimmmmm commentedSome more stuff: see at http://www.deparelheusden.be/node/11
Code without nd:
Code with nd turned on:
Looks like you throw away p tags, img tags...
PS: Full HTML is default filter @ my site. Maybe you're taking some assumption on this matter?
Comment #6
swentel commentedAnd that's in the body tag ? Or a CCK textarea ? If it's the second one, than I know what's going on :)
Comment #7
Wimmmmm commentedSwentel,
it's the body field... bummer.
The examples shown above are from the "Page" content type, unaltered.
Go make some pages, unaltered content types, with images in the body field, then switch on nd. That should fairly reflect my situation.
Comment #8
swentel commentedOk, after investigation on the site of Wimmmm which used the Beta 2, we found that this was a bug in Beta 1 and Beta 2: the display overview form borked when a content type didn't have any CCK field, this has been fixed in the development version (warning, dev version is not yet stable enough since the decoupling of ND and ND contrib), this issue can be closed however.