We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.3.3
If i try to use $NEWS_GRID_WRAPPER inside the news_grid_template, it doesn't wrap anything, it simply leave the shortcode output unwrapped.
$NEWS_GRID_WRAPPER
But $NEWS_WRAPPER in news_template works. Why?
$NEWS_WRAPPER
Use $NEWS_GRID_WRAPPER['featured-news']['item']['NEWS_IMAGE'] = '<hr><hr>{---}<hr><hr>'; in the news_grid_template
$NEWS_GRID_WRAPPER['featured-news']['item']['NEWS_IMAGE'] = '<hr><hr>{---}<hr><hr>';
The HR's won't be rendered in the final HTML
To have news_grid shortcodes wrapped
Firefox
PHP 7.4
The text was updated successfully, but these errors were encountered:
...but $SC_WRAPPER works!.... 🎉🎉🎉
$SC_WRAPPER
Sorry, something went wrong.
No branches or pull requests
What e107 version are you using?
v2.3.3
Bug description
If i try to use
$NEWS_GRID_WRAPPER
inside the news_grid_template, it doesn't wrap anything, it simply leave the shortcode output unwrapped.But
$NEWS_WRAPPER
in news_template works. Why?How to reproduce
Use
$NEWS_GRID_WRAPPER['featured-news']['item']['NEWS_IMAGE'] = '<hr><hr>{---}<hr><hr>';
in the news_grid_templateThe HR's won't be rendered in the final HTML
Expected behavior
To have news_grid shortcodes wrapped
What browser(s) are you seeing the problem on?
Firefox
PHP Version
PHP 7.4
The text was updated successfully, but these errors were encountered: