codefog / contao-cookiebar

Display the information about cookies on your Contao website
MIT License
26 stars 9 forks source link

Not compatible with anyStores #8

Closed Tastaturberuf closed 9 years ago

Tastaturberuf commented 9 years ago

My extension replaces the createSitemap palette token before: https://github.com/Tastaturberuf/anyStores/blob/master/dca/tl_page.php#L16

Your extension can't find the createSitemap; token, for replacing, because ist now createSitemap,.

Why you don't put it on the end from the palettes?

In my reason i must in the sitemap part because its depentent.

qzminski commented 9 years ago

Fixed in 9478fdb. You should do that in your extension as well instead of str_replace().

Tastaturberuf commented 9 years ago

Hi @qzminski,

wow that’s fast. You’re right, everybody should do that. I fix it today.