I've tried to do this via Panel argument (Third) and input on pane config - neither seem to work.

I'm sure that the I've got the right Panel relationship setup because I'm able to print out the correct GID in the Panel Page title if need be. Similarly, my View Pane responds correctly if I pass it an existing GID in Preview mode. Hence my suspicions that the GID isn't getting from the Panel to the View pane.

Any ideas?

I'm using Panels 7.x-3.x-dev and Views 7.x-3.x-dev.

Comments

merlinofchaos’s picture

Status: Active » Fixed

You want From Context. A GID is a node ID, so if you've got a group context it should satisfy the conditions for a node. If there's a specific group context, even better. Then, when you configure the pane, select the context that has the gid.

dddbbb’s picture

Category: bug » support

Thanks, that worked fine :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jferrervalls’s picture

hi dixhuit,
I'm trying to get the Gid in pane, as you mentionned in the issue summary.
I've been looking for hours now, but I'm missing somethink.
Can you please help me on that and tell me witch relationship you used to do so.

dddbbb’s picture

@jferrervalls

I used the following Views relationships (but it entirely depends on what it is you're trying to do with the information):

Group membership: Node group membership
Content: Author

In the content pane view make sure that 'Pane settings > Argument input' is set to 'From context' and then select the context that you've set up in the panel pane.

Hope that helps.