Hi, by using Entity Tokens module I managed to make my forum paths like this
/forum/international-forum/electric-bikes/batteries/what-battery-is-good-for-a-bike
The tokens used to create this path are automatically populated from the corresponding title of every forum/taxonomy. What if I want to change what is shown by every token but keep a different title of the corresponding forum/taxonomy for human presentation? For example I may want in the International Forum the title to be "International Forum" but in the url alias to be just forum/international/ instead of forum/international-forum
If I mofify the taxonomy to be "International" instead of "International Forum" the path will be as wanted but then the presented title at the corresponding page will be "International" instead of "International Forum" so it will not be so nice.
Any suggestions? Could this unported module be of interest https://www.drupal.org/project/taxonomy_machine_name ?
Recent comments
Glad it works for you! Regarding selecting options, I've just tested the Views Autocomplete Filters module and got it working after I had a look at the README and made sure to use the same...
Can't filter content in a View
You are right, that was it... Now my problem is I would like users being able to select from pre-established options, like a drop down or maybe an autocomplete. For that I would the Autocomplete...
Can't filter content in a View
Here goes the screenshot for the exposed filter config I will try the module you are telling me about. thanks again!
Can't filter content in a View
See also my screenshot of a view with Entity Reference relationship (right column) and a filter which uses the relationship:
Can't filter content in a View
Hi geoma, I think your views filter doesn't work because technically it's not searching for the name of the comuna / county but for a number (i.e. the node id of the referenced content item)....
Can't filter content in a View