Posted by maddentim on April 21, 2010 at 2:40am
I am building a site with most content displayed through panels pages. The home page has a pane with a views block with a short list of content. I would like the "more" link to go to a panels page that contents the full page view of this particular content but the more link will only link to the view's page display. I suppose I could just put a footer in the block with a manual link... Is that the best way? Thanks.
Comments
That's not a bad way unless
That's not a bad way unless you want the individual items to link to their respective panel pages like how I do. I'm almost ready to re-do all my panels pages as views pages just for this. Hmm.
-- Julia v.
http://www.pfvdw.com
Link from View entries to Panel Page
Hi,
I've been trying to find a way to link from a list of node titles (in a view) to individual panel pages.
Is this what you're doing? Can you point me in the right direction?
Thanks,
Ofer
Hi Ofer, what I ended up
Hi Ofer, what I ended up doing for my site was to create a taxonomy vocabulary with the terms being the same as my panel page paths, assigning the terms to their respective pages and then including the taxonomy term fields into the view. I either used the terms as tokens to construct the link or made a view-field.tpl.php, I don't remember which method won out.
There may be a more efficient way to solve it (another suggestion was to do pre-process functions) but this worked for my project.
-- Julia v.
http://www.pfvdw.com
I do this in a
I do this in a preprocess_views_view, and adjust the $vars['more'] to whatever it is I want.
There is a patch for this:
There is a patch for this: http://drupal.org/node/564106