math-u
Results
5
comments of
math-u
chenge line ~199 from: ` $output .= "\n *\n */ ?>\n\n";` to ` $output .= "\n *\n */ \n\n";` in components/elementhelper/model/elementhelper.class.php
I've just figured out to get custom media source path inside the Image renderer. Hope it will help someone: ``` $imgName = $modx->getOption('value', $scriptProperties, ''); $tvName = $scriptProperties["column"]; $tvName =...