Closed (fixed)
Project:
Views Accordion
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Feb 2009 at 04:34 UTC
Updated:
29 Jul 2016 at 17:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
manuel garcia commentedI need more info to duplicate this.
Comment #2
manuel garcia commentedI think i know now where this could be coming from. The problem was how we were adding the js and producing the variables if field grouping was enabled. I've moved all this to the render() function, and this now looks to be working properly, at least as far as I've tested. I made a commit with these changes, and will be releasing the beta2 in a bit.
Comment #3
Anonymous (not verified) commentedHi
Is there a possibility of having the grouping work differently? I'm trying to list all team names within a province (node: title) within an accordion fold which displays the province (cck field: province) only as the header/drop-link.
Using beta2, it groups the provinces and shows each one of the teams in their own accordion fold. The province is shown, but shown once for each team name, so I'm getting:
Ontario
> Team A
Alberta
> Team B
Alberta
> Team C
Alberta
> Team D
Manitoba
> Team E
Manitoba
> Team F
I've tried with arguments, but then it does not display the accordion quite the same. Infact, they are just links with numbers beside (item count) and does not have an accordion (but I sense the grouping has worked with this result, but accordion has not rendered)
But I like the way this view has been written and so far so good... and it helped me to make sense of views and blocks.
thnx =)
Comment #4
manuel garcia commentedI'm not sure I understand what you are trying to do there Careless... though if you think the grouping should function differently, please open a new feature request with as much info as you can, screenshots if possible, so that I understand what is being proposed :)
Comment #6
phelix commentedI am having the exact same issue. If I change the style to either HTML List or Grid they are grouped by the parent and all the items show properly below. This is organized properly but the accordion is applying the style to the items under the parent. I am trying to get this accordion to have that affect to the parent item above in blue and then have the children underneath when the accordion is open. Here is how it looks if I just change to HTML LIST and group by parent.
I can not for the life of me figure out how to get this accordion to apply to the top parent item instead of the children below. Does this make sense?
Comment #7
phelix commentedSorry for re-posting but my images didn't come through.
I am having the exact same issue. If I change the style to either HTML List or Grid they are grouped by the parent and all the items show properly below. This is organized properly but the accordion is applying the style to the items under the parent. I am trying to get this accordion to have that affect to the parent item above in blue and then have the children underneath when the accordion is open. Here is how it looks if I just change to HTML LIST and group by parent.
I can not for the life of me figure out how to get this accordion to apply to the top parent item instead of the children below. Does this make sense?
Comment #8
bcobin commentedSame issue here. Any ideas? Thanks...
Comment #9
manuel garcia commentedIve committed a patch that might help out with what you guys are trying to do here, please see #2178101: Multiple / embedded view accordions don't work
Comment #10
manuel garcia commentedAssuming this is no longer an issue due to the lack in response.