Smarty3 modifier #206
gigamaster
started this conversation in
General
Replies: 2 comments
-
Smarty3 modifier HelpAction.class.php/html/modules/legacy/admin/actions/HelpAction.class.php // $this->register_modifier('helpurl', 'Legacy_modifier_helpurl');
// $this->register_modifier('helpimage', 'Legacy_modifier_helpimage');
// smarty3
$this->registerPlugin('modifier', 'helpurl', 'Legacy_modifier_helpurl');
$this->registerPlugin('modifier', 'helpimage', 'Legacy_modifier_helpimage'); |
Beta Was this translation helpful? Give feedback.
0 replies
-
Smarty Compiler: Syntax error in templateError with templates using xoops form
<{xoops_optionsArray id=bmodule[] ...}>
<{xoops_optionsArray id="bmodule[]" ...}>
<{xoops_optionsArray id="bcachetime[`$bid`]" ...}> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Smarty3 modifier
Change Smarty2 register_modifier to Smarty3 registerPlugin
Beta Was this translation helpful? Give feedback.
All reactions