Views URL Path Arguments

Component ID

1872408

Component name

Views URL Path Arguments

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

5803

Component created

Component changed

Component body

SUMMARY

Simple module to convert a view contextual filter node id into its url path.

Extended use case: A website has a view that uses node reference or entity reference to filter the results set. For example, a regional location node is a node reference on a bunch of news stories. The view is setup to filter and show only news stories in the Chicago region and not any news stories from any other regions. Rather than using nid for the contextual filter (which isn't SEO friendly) these plugins allow the ability to use SEO friendly url path / path alias.

example.com/news-stories/chicago
                         ^^path alias argument
           chicago converts to a nid for normal views contextual filter processing

REQUIREMENTS

INSTALLATION

CONFIGURATION

There are two plugins available in this module. The default argument plugin should be used with blocks or things that don't naturally have arguments available to them. The validator plugin should be used to convert the nid for views that naturally have arguments available to them, such as pages. They can be used together if a view is rendered in both a block and a page. Or seperately if the site's view is rendered only as a page or only as a block.

  • Configure contextual filters in Administration » Structure » Views » view: Add a contextual filter i.e. Content: Nid
    • Argument not available to views? Use: When the filter value is not available » Provide default value » URL path alias from URL
    • Argument available to views? Use: When the filter value is available or a default is provided » Specify validation criteria » Validate URL path alias

FAQ

Q: Why would I use this module?

A: For SEO purposes you want to use the url path a.ka. path alias as an argument to a views contextual filter.

CONTACT

Current maintainer: Lucas Hedding (heddn)