Panel page path is 'results', and I need 2 optional taxonomy arguments which both get passed to an embedded view, i.e.:
http://example.com/results/[tid1]/[tid2]
so
http://example.com/results/156/114 passes the tids for 'Youth/Student' and 'California'
If there is only one argument, the title should be simply 'Youth/Student' – if both arguments are present, the title should be 'Youth/Student in California'
Under 'Context' I set up two Taxonomy argument entries with the appropriate title configuration (see image attachments 1,2,3)
With only one argument, it works fine (attachment 4). With 2 arguments, the title set in the second argument config is being called, but the taxonomy term isn't being substituted for the placeholder, so we get 'Youth/Student in %term2' as our title (attachment 5.)
| Comment | File | Size | Author |
|---|---|---|---|
| 5 - not working with 2 args | 44.06 KB | laken | |
| 4 - working with one arg | 41.55 KB | laken | |
| 3 - Second taxonomy term config | 70.28 KB | laken | |
| 2 - First taxonomy term config | 68.37 KB | laken | |
| 1 - arguments on context tab | 10.44 KB | laken |
Comments
Comment #1
esmerel commentedNo changes to be made to 2.x code.