I have a view-generates page using the path $arg/search/$arg (where arg1 is city name and arg2 is service type-e.g. cinemas). The view successfully selects the data based on both arguments, but does not display the first one in the title (%2 in %1) leaves me with just %2 showing actually displayed. I suspect this is because the first argument is right at the beginning of the path; the title showed correctly when I had search/$arg/$arg on the path.

Note: I also have aliases on the website that match the first argument (i.e. my view is newyork/search/cinemas and I have nodes aliased as newyork/cinemas/hollywood).

Comments

merlinofchaos’s picture

Version: 6.x-2.x-dev » 5.x-1.x-dev

Version is incorrect.

erikhopp’s picture

Priority: Minor » Normal

Hi.

I'm having what appears to be the same issue.

I have an argument specified in my view (a cck field - year) that works as it should, but when I try to show the argument in the title textfield in the arguments area of the views form with the text '%1 Intern profiles' (without quotes), nothing shows up in the title (the title becomes 'Intern profiles'). When I try %0 or %2 it does show those in the title, the title becomes '%0 Intern profiles' or '%2 Intern profiles'. This means to me that it understands I'm referencing an argument in the title, but its just not passing that argument into the title.

Does this help at all in tracking it down to fix it?

Erik.

merlinofchaos’s picture

Status: Active » Closed (won't fix)

This will not be fixed in Views 1.