view arguments
View 2 Arguments: Expected value is empty
Hi
As a default to a view, I have declared a view argument that refers to node-ID (nid) and argument %1
%1 == group_Tm_Pm_Project_Tasks: Task Node ID
I then select a field and check Output this field as a link
.
The Link path:
I provide is node/%1
However, when the check the link path, it is showing http://##.##.##.##/node/
Thereby, the expected value of nid is blank within %1
For what reason am I seeing this?
Thanks
Jeff in Seattle
View Argument Handling Code - Using Multiple Taxnomy Term Names as Arguments
Preface:
I've read a lot of requests for using multiple taxonomy term names as view arguments. I found a code, but it didnt work for me.
Views default argument handling using termid rather then name works beautifully, using forms like: "mydomain.com/viewpage/termid1,termid3,termid2" or "mydomain.com/viewpage/termid1+termid2+termid3", but I found the support for term names lacking.

