开发者

Drupal Views Argument from URL

开发者 https://www.devze.com 2023-02-07 13:00 出处:网络
I have 2 views inside of drupal: View #1) lists of terms(field of a content type) linked to view #2(passing an argument to select the term in the drop-down)

I have 2 views inside of drupal:

View #1) lists of terms(field of a content type) linked to view #2(passing an argument to select the term in the drop-down) View #2) drop-down of the terms from view #1, content filtered based on 开发者_开发知识库term selected in drop-down.

I'd like to pass an argument from the links on view #1 to change the drop-down on view#2

Can this be done with an argument, or do I need to figure out some PHP to handle this..Any ideas?


I haven't tried it on views, but to prepopulate node add/edit forms from URL arguments the prepopulate module works quite well, so maybe it's worth a try: http://drupal.org/project/prepopulate

0

精彩评论

暂无评论...
验证码 换一张
取 消