Community

link from node in one view to the same node in another view

Hello,

I have a view with a list of nodes.

I'd like to have a link next to each node that will link to another view and that, that view will load the same node.

Comments

My first thought is why not

My first thought is why not just link to the node? That said with views 6.2.3 we get the ability to link any field to whatever we want. For the view you want to link to add an argument on Node: nid, then you can use viewpath/[nid] for url (where viewpath is the path you gave the second view).

thanks, I'll give it a

thanks, I'll give it a try.

Idan

how do you add a link to

how do you add a link to where ever you want?

updated the views, and now I

updated the views, and now I can change the link the [nid] doesn't work, i'm installing token now, maybe that will fix the problem

You need to add Node: nid to

You need to add Node: nid to the view (you can exclude it from the display). The fields also need to be ordered so Node: nid comes before the field you want to link.

Hey i have been struggeling

Hey i have been struggeling with this for ages and your post about placing the Node:nid at the top solved my problem =D

Much thanks

Hey could someone possible

Hey could someone possible explain to me how to string more than two views together?

I am a bit confused when it comes to the %1, %2 and which link substitutes and arguments to use on views that follow the second one.

Much thanks =]