Hello,

I would need good documentation, tutorials, videos,... concerning the views arguments function used with taxonomy terms.

I looked arround and found some noions ont the main drupal.org page, and on the following links (maybe they'll help you too):
_ this video is good, but i would want another one of this kind: http://zugec.com/files/screencasts/screencast8_Views_arg/screencast8_Vie...
_ this one is pretty good too, but i don't manage to make it work.. must be missing something: http://awebfactory.com.ar/node/320#args-like-filters

I would need some concrete examples, ideally with screenshots/video. Indeed it still does not work for me and i don't get why.

Thanks a lot!

Matt

PS: FYI, i think arguments may be what i need to do the following: http://drupal.org/node/365286

Comments

MattDrupalee’s picture

Hi again!

I finally managed to get a view "www.mysite/theview/" and by adding the country taxonomy terms at the end like this "www.mysite/theview/France" i then get all the elements of the country France, which is a taxonomy term passed as an argument in my view.

Yet now i would need to have a filter /button/selection in my home page, so that when the user clicks on the menu linked to that view "www.mysite/theview/" , the country selected by the user is automatically added to the end of the URL and so he gets to "www.mysite/theview/France". ANy idea on how i could do this?

Thanks a lot, any hints really appreciated,

Matthieu