Closed (works as designed)
Project:
Node displays contributions
Version:
6.x-2.2
Component:
Other modules support
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 May 2010 at 21:09 UTC
Updated:
18 Mar 2011 at 09:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
swentel commentedDo you see the field appearing in the layout screen ? because I created a embedded field in a custom content type and saw it afterwards on my screen ...
Comment #2
g.k commentedYes, the fields are showing up in the layout screen but they don't show in actual Node Display. I have attached the screenshot for the settings, two of the emfield fields (Photos & Videos) in red boxes doesn't appear no matter which region they are placed.
Since they are showing up in view, I was able to have a workaround by attaching views(Photo & Video Gallery) as "Node Content" and filter it using Node Argument but it's a wrong approach in long run and will cause some performance issue.
Thanks,
gp
Comment #3
g.k commentedDuh.. I forgot to attach the screenshot!
Comment #4
swentel commentedOk, I'll test it out, haven't actually been able to add an url in my fields, do you have a quick example (like an url or so) with embedded media I could use, I'm not that experienced with embed field :)
Comment #5
g.k commentedI would create an Embedded Video Field with youtube as content provider and use any of the Youtube URL (not the embedded code) as the field value for e.g.
http://www.youtube.com/watch?v=V7g4e5m5aRc
Comment #6
swentel commentedStrange, did that, moved the field to the a region (sometimes it overlaps the rest of the content, that's of course because of the default region css) and the video is displayed on my screen - see attach. Maybe a theming bug (tested on Garland) ?
Comment #7
swentel commentedDid another test - working - now also with fieldgroups on (see attach) - I have honestly no idea what could be wrong - will be something with theming or so .. closing for now as I'm pretty sure it's not DS' fault.
Comment #8
g.k commentedI had been playing around with various settings and themes (Garland, Fervens, Fusion etc.) but nothing seems to working. I just found out that its only an issue with CCK fields in "Full Node" build. I might have added the CCK fields to a region before disabling and re-enabling doesn't render in "Full node" build. Do you think it may be related to the issue #751414?
I tried uninstalling ND CCK module but as per the above issue, it doesn't reset all the setting. This is what "display_settings" value is for the videos field:
a:11:{s:5:"label";a:1:{s:6:"format";s:6:"hidden";}s:6:"format";s:7:"default";s:9:"css-class";s:0:"";s:6:"region";s:8:"disabled";s:9:"ds_weight";s:3:"-45";s:4:"full";a:10:{s:5:"label";a:1:{s:6:"format";s:6:"hidden";}s:6:"format";s:11:"video_video";s:9:"css-class";s:0:"";s:6:"region";s:6:"middle";s:4:"type";s:7:"emvideo";s:9:"parent_id";s:0:"";s:8:"field_id";s:12:"field_videos";s:11:"label_value";s:0:"";s:7:"exclude";i:0;s:6:"weight";s:3:"-45";}s:6:"teaser";a:10:{s:5:"label";a:1:{s:6:"format";s:6:"hidden";}s:6:"format";s:27:"AttachmentThumbnail_default";s:9:"css-class";s:0:"";s:6:"region";s:8:"disabled";s:4:"type";s:7:"emvideo";s:9:"parent_id";s:0:"";s:8:"field_id";s:12:"field_videos";s:11:"label_value";s:0:"";s:7:"exclude";i:0;s:6:"weight";s:2:"-5";}s:6:"bubble";a:10:{s:5:"label";a:1:{s:6:"format";s:6:"hidden";}s:6:"format";s:27:"AttachmentThumbnail_default";s:9:"css-class";s:0:"";s:6:"region";s:8:"disabled";s:4:"type";s:7:"emvideo";s:9:"parent_id";s:0:"";s:8:"field_id";s:12:"field_videos";s:11:"label_value";s:0:"";s:7:"exclude";i:0;s:6:"weight";s:1:"3";}s:6:"weight";s:1:"3";s:6:"parent";s:12:"group_videos";s:9:"nd_weight";s:2:"-9";}
Thanks,
Comment #9
swentel commentedAnd what if you delete all those values and re-submit the full node layout, does it work then ? (althoug a fresh submit should work out fine too ...
Comment #10
g.k commentedI created a new CCK field and tried by deleting values but it didn't works for "Full node". I am able to see other modules fields for e.g. Location, gmap, taxonomy etc. I am using Garland theme to test and also tried copying nd.tpl.php to node.tpl.php.
Thanks,
Comment #11
swentel commentedWeird, I have absolutely no idea what could be wrong then. Any possibility that you could put that (test) site online where I can login and browse around myself, because I can't reproduce at this moment - or even a dump with mysql and all the files so I can debug it on my local machine, would be even better.
Comment #12
swentel commentedOk, I found it after some testing. The conflict is with cck fieldgroup tabs. I'm doing some tests on my local machine now, but not sure how I'm getting around this at this moment ...
Comment #13
swentel commentedOk, don't get it working at all, simply because fieldgroup tabs is to fast, sorry about that. I've contacted the maintainer of nodeformcols to become a co-maintainer and get that module working with tabs only - it's a nicer solution anyway imho compared to cck fieldgroup tabs for the node edit form :)
Comment #14
g.k commentedNow I know the problem, I can live with nodeformcols and "Collapsible" fieldgroup until ND tabs & CCK fieldgroup tabs issue is resolved. Thanks for your time & effort on working with this issue...
Comment #15
ace87 commentedmaybe i solved the problem, without the need to uninstall fieldgroups tabs:
My problem: DS doesn't display some CCK fields that I put in a group (under manage fields)
I suppose that the fields not displayed are those that are part of a group that is displayed as a tab (using fieldgroups tabs)
Solution (worked for me):
1. DS doesn't display cck fields that are part of a group
2. Content type --> Manage fields --> Delete that group
3. Now DS displays the fields that used to be in the group that we deleted before
4. Change DS options for the full node as you wish (now all the fields are displayed)
5. Return in Content type --> Manage fields --> Re-create the group that we deleted before
6. Put the desired cck fields in this "new" group.
7. Now you have your group AND DS displays the fields that are in this group!
Comment #16
zkrebs commented#15 fixed my problem, thanks.
Comment #17
rjmackay commentedI'm having the similar issue with just CCK Field groups: http://drupal.org/node/1097268