Boris Posted August 11, 2023 Posted August 11, 2023 Hi, I have no images displayed by the module even if there are present in the module setting pages. It is a fresh installation of 1.4.0 Php version 8.1.21 on server . The module is updated to the latest version available Already uninstalled and re installed the module Any idea? Thank you in advance
Mediacom87 Posted August 27, 2023 Posted August 27, 2023 Hi, the url for retrieving images is no longer correct in the themes' TPL files. On Niara, for example, you need to replace the line src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/images/`$slide.image|escape:'htmlall':'UTF-8'`")}" by src="{$link->getMediaLink($slide.imageUrl)|escape:'htmlall':'UTF-8'}" in themes/niara/modules/homeslider/homeslider.tpl 1
Mediacom87 Posted August 27, 2023 Posted August 27, 2023 You can find the right codes directly on GitHub, the changes were made a few months ago. https://github.com/thirtybees/niara/tree/c40cdc57489873c5fb13c0f585d03a432f894ebf/modules
Boris Posted August 28, 2023 Author Posted August 28, 2023 21 hours ago, Mediacom87 said: Hi, the url for retrieving images is no longer correct in the themes' TPL files. On Niara, for example, you need to replace the line src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/images/`$slide.image|escape:'htmlall':'UTF-8'`")}" by src="{$link->getMediaLink($slide.imageUrl)|escape:'htmlall':'UTF-8'}" in themes/niara/modules/homeslider/homeslider.tpl Hi, thank you for your help. I also checked the link to the changes made to the module. I wish with the next release the module will be updated for the correct path in tpl file. After the module failure the sample images provided with the installation are lost, so reloaded them from the installation file Thank you Boris
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now