Closed (fixed)
Project:
EVA: Entity Views Attachment
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Apr 2011 at 16:52 UTC
Updated:
19 Jan 2013 at 14:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
kclarkson commentedI have the same question. The only options I have is to attach a view to the current view displays.
Comment #2
patcha34 commentedI'm having the same issue and have been struggling with this for few weeks. Still waiting for solution. Any expert please enlighten me. Thank you.
Comment #3
eaton commentedStill encountering this? I've been unable to reproduce it on a number of different Drupal instances.
Comment #4
Adam S commentedI can confirm that this is the case.
Comment #5
Adam S commentedI was mucking around with views_plugin_display_block.inc the other day so I had an idea of what went on.
needed to be
Comment #6
Adam S commentedCan we please have this patch reviewed? It's working correctly for me and since EVA is a great solution to a lot of developer's woes we should work on another release.
Comment #7
dnewkerk commentedTested the patch, didn't work for me though :(
I've poured over the Views UI and can't find any reference to Entity Content, or anything that seems related to this module in any way. I tested on three completely separate and unrelated Drupal 7 sites with Views 7.x-3.0-rc1. I tried 1.0 and dev releases of EVA, applied the patch and retested.
Maybe I'm missing something. Exactly where in the Views UI should I be seeing options from this module? Or are options elsewhere in the Drupal admin section I'm just not finding?
Comment #8
Adam S commentedEVA needs to tell views that the UI widget stuffs need to be in the second column in the Views UI. You should find the code I listed above and add this little bit to it
'column' => 'second',which should make the style widget appear in the Views UI.Comment #9
eaton commentedFixed and committed, will be pushing it in the next release. Thanks!
Comment #11
shabana.navas commentedI am not seeing the Entity Content settings, either, in my views UI. I am running Eva 7.x-1.2, Views 7.x-3.5, and Views UI 7.x-3.5. I have created a view but there is not place where I can select which entity to attach this view to. I would like to display this view in the user profile. Any help would be great appreciated. Thanks.
Comment #12
mkadin commentedSorry for the delay here. This problem has been fixed for a while, so please don't reopen issues...yours is likely different from the one discussed above.
If you have a view all set, and EVA installed, you should be able to add a display (as in 'block', 'page', etc) called 'EVA Field.' When editing the display you'll find the options you're looking for. If you're still having trouble, please open a new support request.
Comment #13
mkadin commentedComment #14
cardiffsteve commentedSorry, but I cant see the Entity Views Attachment section on my Views screen under Advanced (top right), I have the EVA Module installed 7.x-1.2.
I want to replicate what is described in this video for creating galleries.
Its 2:30 mins in, http://www.youtube.com/watch?v=XPlY8MUl0XQ
Can you help please?
Comment #15
cardiffsteve commentedi realise now that you click on the Entity View box at the top to get that section.
thanks