I used to make a view shows a page of a project in the url: projects/[node:author]/[node:nid]
, this view works well.
Now I want to display this view in the quicktab, but the problem is I can’t view the content of the view. I think it is because of the configuration of argument of quicktabs. In the quicktabs, I have selected this view and display it as page, but the problem is I am not sure how to config the arguments.
As you have seen the url of view, is projects/[node:author]/[node:nid]
, in which there are 2 arguments, when I set it as %0/%1, not working, %0/%1/%2, still not working, and set it as projects/%0/%1, not working either.
Is there any problem with my config?
Also in the quicktabs, I also display the comments related to that content, previously I made another block with default value as contextual argument like projects/[node:author]/[node:nid], but when I try to put it the quicktabs as a block, it also doesn’t show.