It does not bother the english speaking world, but in German you will
use tags like:
Abc Def
Which will be returned as url:
Abc_def
action.tag.missing now looks for Abc_def in info.tags but will never
find that.
It is possible to fix that the cheap way.
Install the plugin phptools. Add a custom function like
function BOLTFstrreplace($args, $zone) { return ucwords(str_replace
("_",' ', $args[1])); }
Use this function in action.tag.missing:
[(info report target=info.tags
if="inlist '{{p2}:title}' '{info.tags::{+p}}'
||inlist '{(strreplace {p2})}' '{info.tags::{+p}}'"
fmt or template=...)]
This should catch Abc and Abc Def .
Greetings, Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---