I have a block created in Views and I need to display "more link" with custom URL. That means the URL of ANOTHER View with completely different properies. Is this possible?

Comments

jacopo3001’s picture

hi.
have you found an answer ? i am looking to do the same kind of thing.

Luca O’s picture

I suggest to create a view block without the more link and to put manually your link in the block footer (somewhere in the Create View page)

gregoiresan’s picture

How can I do the very same thing but with a dynamic link ?
At the moment, I am using a token path as a field for each node of my view. But that's too repetitive. I wanna have a "more link" for the view pointing to another view page, but dynamic : with a %user:id or %term:id token choice.
Any idea ?