Closed (works as designed)
Project:
Display Suite
Version:
7.x-2.4
Component:
Field UI
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2013 at 08:22 UTC
Updated:
21 Aug 2013 at 09:30 UTC
When adding comments usually there is a name field present in the form and output of comments. But in DS this field is not available for positioning so it is floating around in DS layout somewhere below DS code. Not sure if this is a bug or just a missing feature, but it is a problem as comments do have authors and you want to display this name somewhere, so why is it left out?
Comments
Comment #1
markosef commentedJust to clear, it is missing on comment FORM UI. Display form doesn't have problems.
Also a note, if you are anonnymous user commenting it is a whole collection of fields. Name, email, homepage that you can't use. Is this out of DS scope and problem of drupal architecture?
Comment #2
swentel commentedSadly enough I can't expose those since they are embedded in the form array underneath the 'author' key. The only key you can drag around is the author, subject and any field api field.
Comment #3
markosef commentedSadly :(
Comment #4
korzh-nick commentedThe same goes for the button "submit"
Comment #5
markosef commentedIt would be useful that creators of drupal core built webpages. It often feels like it is just a system made by someone who never had real life scenarios to solve so you often find some little crucial feat missing and unable to fix them without make some big changes to system.
So now we have this cool DS system but you have author part hanging around like some tumor. I did use some template functions to put it somewhere, but with limited options.