Advisuel Posted August 7, 2013 Share Posted August 7, 2013 (edited) Hello I have two problem The rewriting langauge url's is Bad : en/fr?id_category=2 Look the "fr" after en/ For the Index.php, when i insert meta Title, it is ok on BO, but they are not meta title on source code, there are "Home" Please help me Edited August 12, 2013 by Advisuel (see edit history) Link to comment Share on other sites More sharing options...
Celia Deng Posted August 7, 2013 Share Posted August 7, 2013 I also want to know the explanation.Hope someone can help us as well. Link to comment Share on other sites More sharing options...
vekia Posted August 7, 2013 Share Posted August 7, 2013 is there any chance to check your website? Link to comment Share on other sites More sharing options...
Celia Deng Posted August 7, 2013 Share Posted August 7, 2013 my website is http://www.mobilepowermall.com/ Link to comment Share on other sites More sharing options...
NemoPS Posted August 7, 2013 Share Posted August 7, 2013 Urls look pretty neat to me, http://www.mobilepowermall.com/wholesale-3500mah-mobile-power-charger-ds-3500-b-with-usb-interface-from-china-factory.html And I can't find the language switcher module, did you disable it? Link to comment Share on other sites More sharing options...
Advisuel Posted August 7, 2013 Author Share Posted August 7, 2013 hello http://www.lenezdansleverre.com/fr/ Link to comment Share on other sites More sharing options...
vekia Posted August 7, 2013 Share Posted August 7, 2013 i think that in this case problem is with language switcher i suppose that it ts necessary to change its .tpl file. can you show the contents of the blocklanguages template file? Link to comment Share on other sites More sharing options...
Advisuel Posted August 7, 2013 Author Share Posted August 7, 2013 <!-- Block languages module --> {if count($languages) > 1} <div id="languages_block_top"> <div id="countries"> {* @todo fix display current languages, removing the first foreach loop *} {foreach from=$languages key=k item=language name="languages"} {if $language.iso_code == $lang_iso} <p class="selected_language"> <img src="{$img_lang_dir}{$language.id_lang}.jpg" alt="{$language.iso_code}" height="11" width="16"> </p> {/if} {/foreach} <ul id="first-languages" class="countries_ul"> {foreach from=$languages key=k item=language name="languages"} <li {if="" $language.iso_code="=" $lang_iso}class="selected_language" {="" if}=""> {if $language.iso_code != $lang_iso} {assign var=indice_lang value=$language.id_lang} {if isset($lang_rewrite_urls.$indice_lang)} <a href="{$lang_rewrite_urls.$indice_lang|escape:htmlall}" title="{$language.name}"> {else} </a><a href="{$link->getLanguageLink($language.id_lang)|escape:htmlall}" title="{$language.name}"> {/if} {/if} <img src="{$img_lang_dir}{$language.id_lang}.jpg" alt="{$language.iso_code}" height="11" width="16"> {if $language.iso_code != $lang_iso} </a> {/if} </li> {/foreach} </ul> </div> </div> {/if} <!-- /Block languages module --> I have a same problem with default theme Link to comment Share on other sites More sharing options...
Advisuel Posted August 7, 2013 Author Share Posted August 7, 2013 in local don't have problem Link to comment Share on other sites More sharing options...
Advisuel Posted August 9, 2013 Author Share Posted August 9, 2013 help me Link to comment Share on other sites More sharing options...
vekia Posted August 9, 2013 Share Posted August 9, 2013 sorry for long waiting time code that you pasted looks well. You said, that you haven't got problems on localhost my question is: you've got the same database on localhost? Link to comment Share on other sites More sharing options...
vekia Posted August 9, 2013 Share Posted August 9, 2013 i've noticed that it doesnt work only for homepage Link to comment Share on other sites More sharing options...
Advisuel Posted August 12, 2013 Author Share Posted August 12, 2013 thanks for your support It's resolved in Link.php by à developper PHP 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