Closed (fixed)
Project:
Display Suite
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Aug 2010 at 18:42 UTC
Updated:
7 May 2015 at 13:33 UTC
Jump to comment: Most recent
Comments
Comment #1
Stalski commentedAre you on a node detail page content type X while X configured to show comments under the node? This i cannot reproduce.
or are you viewing a list of nodes of X in full build mode where you want the comments under each node? This would be normal and behave as designed.
afais it seems to work just fine here, unless i misinterpretted the problem.
Comment #2
denes.szabo commentedIt seems I have same issue: in the blogpost node type I enabled the comments set the comments above the node.
DS (?) renders the comments below the nd regions, but not in a region. I have no comments field on the blogpost node type's ds page.
So I cannot set the comments - and the comments form to the left region. These are out of the ds regions.
Comment #3
swentel commentedYou can't put the default comments in one of the regions.
Comment #4
cancel.allow commentedIt's possible!
1. Create new field in Node displays.
Type: Code field
Field code:
Save & place it on your layout.
2. Download and install module "Comment Display", it prevents rendering comments in node.
P.S. I think it possible to prevent rendering without module Comment Display but unfortunatly i'm not the code-ninja.
Comment #5
dennis cohn commentedIs it possible with Drupal7?
Comment #6
swentel commentedOf course, just drag the 'Comments' field in the area you want to display.
Comment #7
dennis cohn commentedBut I want to display the comments into an other region.
For example: sidebar.
Is that possible?
I tried it with 'region to block', but no comments are loading in the sidebar.
Anything else is working perfectly.
Comment #8
swentel commentedHmm, that's currently not possible because preprocess fields are detected at a later stadium. Crap, never tested that :)
Should be an easy fix I think, will try to come up with a patch this evening.
Comment #9
dennis cohn commentedHmmmz If you can test it, that would be great!
Have tried a lot of things to get this working, but without succes.
Comment #10
swentel commentedDid a quick test, doesn't work. I opened a new issues for this at #1334128: Preprocess fields don't work with region to block regions
Comment #11
swentel commentedOriginal title
Comment #12
Jaggr commentedComments field is only available on Default display, not for any of the custom displays. Why?
Comment #13
goldlilys commentedWoah, haven't checked this post in over 4 years. Wondering if this is fixed with the custom displays for Display Suite or cannot be done? Comments should be available so we can place them anywhere on the page using Display Suite.
Comment #14
discipolo commentedcomments dont seem to be available on custom view modes only on default
Comment #15
AndersEkman commentedI'm having the same problem - no comments except for full node. This seems to be because the comments module hardcoded them to the full node view mode. For a discussion on workarounds, see this issue. I think any further discussion on the topics should be taken there, so I am closing this issue again.