-
Instructions to add output filters are:
```
$smarty->registerFilter("output", "protect_email");
```
Instructions to add custom extensions (overriding the defaults) are:
```
$smarty->setExt…
-
Hey,
I tried using the signature token in a word document (.docx) for CiviCRM print/merge. I get a Smarty error and the exported word document cannot be opened.
Aparently, the token returns str…
-
## Problem Statement
ReportStream doesn't currently have much in the way of state validation. We'd like to create a solution to handle different ways CSV uploaders code state names (CA, CAL, Calif, C…
-
(sorry, unable to reproduce on psalm.dev)
Given a script:
```
-
Starting with Release 5.69.0, CiviCRM supports the long awaited Smarty3 framework. Currently, Smarty3 support is optional, and can be switched off if extensions are incompatible. However, extensions s…
-
When opening the page for editing a planet in backend the following fatal error appears:
```
Message: Unable to load template 'file:overall_header.tpl'
File: /includes/libs/Smarty/libs/sysplugins…
-
Smarty v2 is a very old library, and although it receives security updates we should move to Smarty v3 that is best supported.
sque updated
10 years ago
-
```
What steps will reproduce the problem?
1. Try to open any smarty template
What is the expected output? What do you see instead?
The template opens. Instead, this error is given:
An error has occu…
-
```
What steps will reproduce the problem?
1. Make fisrt comment in tpl
2. Make second comment in tpl
What is the expected output? What do you see instead?
Expected highlighting of two comments, but …
-
https://github.com/prestarocket-agence/classic-rocket/blob/2e78102a535fed95dfc7bbfe22ee8ecea66aec6f/templates/checkout/_partials/steps/payment.tpl#L70
This `id="payment-form"` would be duplicated (…