Hi guys,
How I can replace that text "More from the latest" to be different for modules on different positions?
funci Hi Open site root folder \language\en-GB\en-GB.tpl_ja_flix.ini Find
TPL_INFINITY_MORE_ARTICLE = "More from the latest"
and change the value as per needs. You can also use Joomla language overrides option to change the languages values.
Hi Ninja
That will change that text and it will be again the same one in all modules. I need it to be one text on first position, another text on second position, completely different on third position etc... How to accomplish that?
funci Hi its not possible since the layout is same for all modules you are using. In this case you need to create duplicate copy of layouts and define new language constant and value in each layout. So you have different button output. All the override present in the template folder /html/mod_articles_category. Once you create new override and define the language constant and value you can change the layout from module advance tab : https://static.joomlart.com/images/ja-template/ja-flix/documentation/news2-module-advanced-settings.jpg
Hi Ninja Already one module have "news-2" and the other one "news-4" layout. I've found /html/mod_articles_category/news-2.php /html/mod_articles_category/news-4.php but don't know what to do next?
funci
Ninja All the override present in the template folder /html/mod_articles_category. Once you create new override and define the language constant and value you can change the layout from module advance tab
You need to duplicate them with others names so you can use use them again for different module based on your site. In each layout file find : TPL_INFINITY_MORE_ARTICLE Replace it with different constant value. like : TPL_INFINITY_MORE_ARTICLE_NEW
Now define its value in language file so it will show the new value.
Hi Ninja Sorry on delay, can't find time to try that method, please don't lock this subject I'll try it first time I get a chance 🙂
funci No problem you can check this method as it's a way to get 2 different language values.
Regards