Stash icon indicating copy to clipboard operation
Stash copied to clipboard

Stash allows you to stash text and snippets of code for reuse throughout your templates.

Results 15 Stash issues
Sort by recently updated
recently updated
newest added

Fix for PHP 8.1 deprecation. See #172

Hi Mark, On PHP 8.1, there are a few deprecation issues. I've fixed some of them, the ones relating to having optional parameters defined before required ones. I just changed...

Hi, Not sure if this an issue with your addon or with solspace's user addon..? _I'm using EE 3.5.4, Solspace User 4.0.9 and Stash 3.0.5_ I've had to comment out...

Hello! I believe this page is not complete: https://github.com/croxton/Stash/wiki/Lists There is nothing after Sorting

After upgrading to the latest version of Stash, if I include {user_language} as part of the value, it won't parse correctly. {exp:stash:set_value name="top-menu-{user_language}" value="{stash:embed:partials:main-menu-{user_language}}"} If I hardcode the language replcing...

On a site where I'm loading forms into static cached pages by AJAX, when I use the technique outlined in the wiki for static cacheing the home page, I'm getting...

Tracking works great when the prefix parameter is not set, but breaks when it is.

bug

Just like `{count}`, but starts from zero.

Feature request

Example: ``` html {exp:stash:set_list name="companies"} {stash:company}Fusionary{/stash:company} {stash:city}Grand Rapids{/stash:city} {stash:company}Hallmark Design{/stash:company} {stash:city}Brighton{/stash:city} {/exp:stash:set_list} {exp:stash:get_list name="companies" output_format="json" } ``` Would render: ``` json [ { "company": "Fusionary", "city": "Grand Rapids" }, {...

Feature request