Robert Hallatt

Results 5 issues of Robert Hallatt

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...

I am using the NPM version of the package. Is there a way to limit the number of tweets shown?

Hi there. Do you know why the following line of code doesn't work with a .env file in EE7? $config['stash_file_basepath'] = $_ENV['STASH_FILE_BASEPATH'];

Hi, I'm trying to process a form but I'm running into difficulties and I'm trying to determine if the problem is related to my Stash or Resource Router code. Is...

Hi, How would I prevent the following from being a valid URL: http://www.cps.local/en/about-apropos/strategic-directions///// My template route looks like this - 'about-apropos/?([-_a-zA-Z0-9]+)' Is there something I'm missing or could this be...