Geoff1066 Posted June 2, 2014 Share Posted June 2, 2014 I have successfully changed the "Our Stores" page to display "Our Shop" and relate to a single shop. How can I change the link text in the footer to be the same? Thanks as always Link to comment Share on other sites More sharing options...
PSfever.com Posted June 2, 2014 Share Posted June 2, 2014 Hi, you will need to open up this file (if it exists) ROOT/themes/geoffs/modules/blockcms/blockcms.tpl If it is not there, go to ROOT/modules/blockcms/blockcms.tpl and look for this {if $display_stores_footer} <li class="item"> <a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a> </li> {/if} Here you can change the content of the Our Stores String to anything you want to. Link to comment Share on other sites More sharing options...
vekia Posted June 2, 2014 Share Posted June 2, 2014 wht not with back office only? localization > translations > installed modules translations you can change text there without touching .tpl files Link to comment Share on other sites More sharing options...
MishkoP Posted June 3, 2014 Share Posted June 3, 2014 after saving translations in installed modules localization > translations > installed modules translations always changes the link Contact us from my language (Slovak) to english version Link to comment Share on other sites More sharing options...
PSfever.com Posted June 3, 2014 Share Posted June 3, 2014 @ Vekia - based on his URL I guess that he's British, I find it better to have the english as the default language, which means changing the .tpl file instead of the translation. The translation is possible as well, but I personally like to have it nice and clean in the TPL first. Link to comment Share on other sites More sharing options...
El Patron Posted June 5, 2014 Share Posted June 5, 2014 after saving translations in installed modules localization > translations > installed modules translations always changes the link Contact us from my language (Slovak) to english version maybe this forge report will help. Link to comment Share on other sites More sharing options...
vekia Posted June 5, 2014 Share Posted June 5, 2014 I find it better to have the english as the default language, which means changing the .tpl file instead of the translation. why you can change english translation as well as other translations for other languages. it's not necessary to change .tpl file if you want to change "english" version of the text there Link to comment Share on other sites More sharing options...
MishkoP Posted June 5, 2014 Share Posted June 5, 2014 the problem seems to me was "only" in permissions to write files, after changes in translations of installed modules with all permisions to rewrite it is SOLVED now. 1 Link to comment Share on other sites More sharing options...
csschopper.com Posted June 5, 2014 Share Posted June 5, 2014 Hi, I am agree with Vekia. If option is available in back-end then editing any file/code is not the correct way. Link to comment Share on other sites More sharing options...
vekia Posted June 5, 2014 Share Posted June 5, 2014 //edit sorry my bad, i've noticed that it's solved Link to comment Share on other sites More sharing options...
MishkoP Posted June 5, 2014 Share Posted June 5, 2014 HELP MEEEEEEEEE PLEASE! After translating E-mail templates happend something bad - chaos: what am I supposed to do now??? Link to comment Share on other sites More sharing options...
vekia Posted June 5, 2014 Share Posted June 5, 2014 some css files arent included to page body you changed something in tpl files? Link to comment Share on other sites More sharing options...
El Patron Posted June 5, 2014 Share Posted June 5, 2014 HELP MEEEEEEEEE PLEASE! After translating E-mail templates happend something bad - chaos: what am I supposed to do now??? vekia et. all received pm from MishkoP that this was another permission issue. Link to comment Share on other sites More sharing options...
Geoff1066 Posted June 6, 2014 Author Share Posted June 6, 2014 wht not with back office only? localization > translations > installed modules translations you can change text there without touching .tpl files This solution worked for me. Thanks all Link to comment Share on other sites More sharing options...
Recommended Posts