Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.0-rc1
Component:
comment data
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Nov 2011 at 15:57 UTC
Updated:
4 Jan 2014 at 01:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerOh this sounds like a perfect feature request.
Comment #2
bfr commentedI think with 7.x everything should be treated as entities anyways, there should be no reason to have differ nodes from comments.
Comment #3
dawehnerWell this is the theory.
The reality says: there is no way to render an arbitrary entity, without entity api, so you still need special code for special entity types.
Comment #4
dawehnerThis patch was proudly presented by "a long deployment phase".
Comment #5
Nexotap commentedNow im overhelmed. That was really fast.
Anway, I cant tell if the patch works as like patching, since 'patch' and 'me' are not swimming in the same river. But the code as such works. Pastet in everything manually and it works like supposed.
Comment #6
Nexotap commentedNow, since a new release of views came out, I'm wondering .... will this patch go into a release once?
Comment #7
dawehnerWell noone tested this patch yet. If you want to learn how to patch please google.
Comment #8
Nexotap commentedJust implemented the patch (Not just copied manually, patched like patching ) into release 7.x-3.0-rc3 and tested it.
Works as supposed.
Comment #9
aschiwi commentedActually, Display Suite allows you to do this already. However I agree it would be better for Views to provide this functionality.
I tested this by creating a custom comment view mode using Display Suite. I then enabled the default comments_recent View. The patch applied cleanly on 7.x-3.0-rc3. Choosing a different view mode results in the display of the selected view mode, I tested it successfully in page and block displays.
My test is being done during the German Drupal Views Sprint, I will have someone else check the patch and set this to RTBC in case of success.
Comment #10
aschiwi commentedTagging.
Comment #11
stborchertPatch is working as expected.
I changed one minor thing: the label "Display links" (or "Hide links") is not valid anymore because we extend the settings form with the build modes.
before:

after:

Comment #12
dawehnerOh that's cool! Commited to 7.x-3.x