I'm trying to create a view that works as category page (aggregates a list of titles from content pages I've created) - I need that list to link out to another view that is used to display photo galleries. Am I not approaching this the correct way? I want it to be dynamic so the customer can create photo galleries and they will automatically populate in the category page- then have a link send you to the proper display view. Thanks, James
Tell me more
×
Drupal Answers is a question and answer site for
Drupal developers and administrators. It's 100% free, no registration required.
|
|
Solution to this issue: Use a tag, on your content page, that has the same url as your gallery view has. Make sure that the order of your fields, in the views config page, has the title field coming after the tag field.....in order for the tokens to appear in the rewrite section of the title field. Add the content:tag token to your title field, as the link url. Now you have a category page that uses titles to link to view galleries. Create view as a block to offer list on other pages. |
|||
|
|