Closed (won't fix)
Project:
EntityFieldQuery Views Backend
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 17:35 UTC
Updated:
27 May 2012 at 16:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
bojanz commentedEntityFieldQuery doesn't support order by rand() so there's no way to support that.
Gonna try to unset it at least.
That said, you don't need efq_views just to show an entity with a custom view mode, you can do that with the "Entity View" style (just like there's a "Node view" one for nodes, instead of "Fields") provided by Entity API.
Comment #2
anniegreens commentedThanks, but that was what I originally tried. I have several node views with custom view modes and this method is not available for a user view. Unless I'm misunderstanding what you are saying.
Row options for a user view, regardless of format, is fields or panel fields (with panels installed). There is no option, as with nodes to choose Content (or Entity as you suggest) and then select a view mode. I was viewing an issue regarding this when I came across someone's suggestion to use efq_views, although I cannot seem to find the issue in my history to include it here.
Regardless, went with custom template files and am done with it now. But thanks for your reply.
Screenshots attached to show difference between options for row style with user/node.
Comment #3
bojanz commentedDo you have Entity API installed?
The entity row style should appear if Entity API is enabled.
(Sorry that it didn't work out)
Comment #4
anniegreens commentedYes. I have entity API installed. It is required by another module I'm using. Perhaps I shall glance at the Entity API issue queue.
Thanks again!
Comment #5
chx commentedThis can't be done as said in #1