I have this stapled feature to my "Blank" template:
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<FeatureSiteTemplateAssociation Id="19e70775-7410-4a0a-a292-8252e622774a" TemplateName="STS#1" />
</Elements>
it's working fine, but i need this feature to be stapled to all templates.
Checking on MSDN documentation, they say you need to use "GLOBAL" instead of "STS#1":
<FeatureSiteTemplateAssociation Id="19e70775-7410-4a0a-a292-8252e622774a" TemplateName="GLOBAL" />
The thing is, when i change it to global, the feature stops working. I'm a little lost, because on sharepoint 2007 it worked perfectly fine, but now on 2010 i can't seem to figure it out.
Anyone got a clue of what i could do to try to fix it.
Thanks.