Mark Croxton

Results 70 comments of Mark Croxton

I like it, but it can be expensive to parse variable pairs with parameters like that. With hundreds of rows that might become a problem. How about: ``` {exp:stash:set_list name="foo"...

The advantage being those parameters are parsed for 'free' by EE (without extra overhead).

That means the `{user_language}` variable hasn't been replaced with its value at the point the `{exp:stash:set...}` tag runs. You can use `parse="inward"` to tell a `{exp:...}` tag to parse variables...

Could you please download the code from this branch and see if that solves the deprecation notices? https://github.com/croxton/Stash/tree/patch/php-8.1-compatibility

Dupe of #137 This is (apparently) fixed in the latest version of Solspace User. Can you verify?

I think this is a great idea, and I need this too.

You should have a rule in your htaccess to prevent ajax requests being rewritten: `RewriteCond %{HTTP:X-Requested-With} !=XMLHttpRequest` Possibly that's not working though on your server? You could try sending your...

Aha, perhaps you haven't seen this? https://github.com/croxton/Stash/wiki/Static-caching-homepage-in-FastCGI-environments

I'm somewhat confused now because you mentioned that you were static caching the homepage in your first post? But generally speaking, if you are rewriting urls and passing as a...