Hi there
After updating to 2.10 to fix the 0-Argument Bug (http://drupal.org/node/378534), my View is working now with the "0"-Argument, but the placeholder results in an empty output (dont't know, if this happened with previous Version):
-> Pages of the type %1
If argument is 0 this outputs 'Pages of type'. In all other cases, the title is correct...
Regards Jens
Comments
Comment #1
dawehnerI don't think this was fixed with the issue you linked. This is a commit from last year.
The placeholder %1 should be 0 right?
Comment #2
iamjon commenteddupalaccount,
were you ever able to find a solution to the issue? if yes please update so others can benefit.
if you still need help please feel free to reopen the issue with more information per the submissions guidelines http://drupal.org/node/571990
Comment #3
JensH commentedI've made a workaround in my page template. The issue still apears in v 2.11 (recently upadted). I try to explain a little bit better:
The Contenttype 'ideas' has a CCK field (text/sdrop down) "idea_type" with the PHP-Values:
Now on an overview page we have links like:
/ideas/category/0
-> this shows all ideas of category "Product".
The View behind this page is trivial (node title, filter by node type and published) and we have an argument for the field idea_type with the title "Ideas of type %1". And in case of cat. 0, %1 is not replaced with "Product". All other works...
Regards Jens
Comment #4
JensH commentedComment #5
iamjon commentedI spoke to merlinofchaos about this on irc, he said
I thought there was a setting in the argument definition for whether or not 0 was valid now. Need to look into that and see if I'm misremembering or if CCK just needs to take advantage of it.
Comment #6
iamjon commentedAssigning to merlinofchaos for follow up
Comment #7
mustanggb commented