Sly Crespo Posted December 3, 2010 Share Posted December 3, 2010 Does anybody know how to change the language of the footer links ?Thanks Link to comment Share on other sites More sharing options...
shokinro Posted December 3, 2010 Share Posted December 3, 2010 Depend on what and how you want to change, you may need to look into two places.1. Files under following folder (some of the links are in blockvariouslinks.tpl)/modules/blockvariouslinks/2. At back office - Modules Look for "Footer links block", this include links from CMS pages Link to comment Share on other sites More sharing options...
rocky Posted December 4, 2010 Share Posted December 4, 2010 Go to Tools > Translations, select "Module translations" in the dropdown, then click the flag of the language you want to edit, then scroll down to the "blockvariouslinks" section. That will allow you to translate the non-CMS pages. For the CMS pages, you must go to the Tools > CMS tab, edit the page, then click the flag next to the "Meta title" field to translate the page title. Link to comment Share on other sites More sharing options...
Sly Crespo Posted December 4, 2010 Author Share Posted December 4, 2010 Thanks for the answers ! Now I just want to remove some of this links.. How do I do that ? Link to comment Share on other sites More sharing options...
rocky Posted December 4, 2010 Share Posted December 4, 2010 Go to Modules > Footer links block v0.1 (in the Blocks section) > Configure to choose which CMS pages you want displayed in the footer. To add or remove any non-CMS pages, you will need to manually edit modules/blockvariouslinks/blockvariouslinks.tpl. Link to comment Share on other sites More sharing options...
Sly Crespo Posted December 4, 2010 Author Share Posted December 4, 2010 Where do I find the Blocks section ? Link to comment Share on other sites More sharing options...
rocky Posted December 4, 2010 Share Posted December 4, 2010 Scroll down to the bottom of the Modules tab, then look for "Footer links block v0.1". Link to comment Share on other sites More sharing options...
Sly Crespo Posted December 5, 2010 Author Share Posted December 5, 2010 When I install Footer links block v0.1 then 2 rows apear. (See the attached picure). What is wrong ? Link to comment Share on other sites More sharing options...
rocky Posted December 5, 2010 Share Posted December 5, 2010 Strange. Check whether themes//modules/blockvariouslinks/blockvariouslinks.tpl exists. If that doesn't exist, check modules/blockvariouslinks/blockvariouslink.tpl? What code do you have?Perhaps the code is hardcoded in themes//footer.tpl? You can check there also. Link to comment Share on other sites More sharing options...
Sly Crespo Posted December 5, 2010 Author Share Posted December 5, 2010 This is the code in my /modules/blockvariouslinks/: > <!-- MODULE Block various links --> </pre> <ul> {l s='Specials' mod='blockvariouslinks'} {l s='New products' mod='blockvariouslinks'} {l s='Top sellers' mod='blockvariouslinks'} {l s='Contact us' mod='blockvariouslinks'}z {foreach from=$cmslinks item=cmslink} {$cmslink.meta_title|escape:'htmlall':'UTF-8'} {/foreach} {l s='Powered by' mod='blockvariouslinks'} PrestaShopic </ul> <br><!-- /MODULE Block various links --><br><br Link to comment Share on other sites More sharing options...
rocky Posted December 6, 2010 Share Posted December 6, 2010 That explains the bottom line, but not the top one. I suggest that you uninstall the "Footer links" module, then look in footer.tpl in your theme's directory. Link to comment Share on other sites More sharing options...
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