Jeffrey06 Posted February 18, 2009 Share Posted February 18, 2009 Only the main page, how can I only have English as a option? I've deleted the default laungaues displaying, but it still shows them there?? Link to comment Share on other sites More sharing options...
Jeffrey06 Posted February 18, 2009 Author Share Posted February 18, 2009 See my picture. Link to comment Share on other sites More sharing options...
diy Posted February 18, 2009 Share Posted February 18, 2009 Did you delete the files of the languages or did you delete the languages from the admin side under configuration/localization/languages ???? Link to comment Share on other sites More sharing options...
Jeffrey06 Posted February 18, 2009 Author Share Posted February 18, 2009 Did you delete the files of the languages or did you delete the languages from the admin side under configuration/localization/languages ???? The languages from the admin side of the Config/local/ languages.. Any help is appreciated. Link to comment Share on other sites More sharing options...
germ Posted February 18, 2009 Share Posted February 18, 2009 /catalog/includes/boxes/languages.php while (list($key, $value) = each($lng->catalog_languages)) { $languages_string .= ' <a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('language', 'currency')) . 'language=' . $key, $request_type) . '">' . tep_image(DIR_WS_LANGUAGES . $value['directory'] . '/images/' . $value['image'], $value['name']) . '</a> '; break; /* added this line */ } This works only because English is first. It may not be "according to Hoyle", but it works - I've tried it. ;) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Jeffrey06 Posted February 18, 2009 Author Share Posted February 18, 2009 Will this also keep all the boxes away when I add a product? It wants me to input information for each language every time I add one. Link to comment Share on other sites More sharing options...
germ Posted February 18, 2009 Share Posted February 18, 2009 Just ignore the boxes for data in other languages. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.