I just noticed what I think is a small bug in the "Special" templates.
My "Special1" template contains
When I select an Earthcache in the Publish Logs grid, and "reapply templates" the Earthcache incorrectly gets the "found it" log template. But if I clear that out and click the "Template" button on the left side of the Publish Log Edit window, I do in fact get the "Special1" template.
As a test, in case my expectations were wrong, I edited the Special1 template to:
Now when I choose the Earthcache (which does have "Boulders" in the name) and "reapply templates" the Earthcache does get the correct Special1 template.
So there appears to be a problem with "reapply templates" not looking for all possible conditions in the Special templates. I did not test any of the other condition types.
My "Special1" template contains
CODE |
{CacheType=Earth}Thanks %OwnerName for bringing us to this location. |
When I select an Earthcache in the Publish Logs grid, and "reapply templates" the Earthcache incorrectly gets the "found it" log template. But if I clear that out and click the "Template" button on the left side of the Publish Log Edit window, I do in fact get the "Special1" template.
As a test, in case my expectations were wrong, I edited the Special1 template to:
CODE |
{NameContains=Boulders}Thanks %OwnerName for bringing us to this location. |
Now when I choose the Earthcache (which does have "Boulders" in the name) and "reapply templates" the Earthcache does get the correct Special1 template.
So there appears to be a problem with "reapply templates" not looking for all possible conditions in the Special templates. I did not test any of the other condition types.