Bucket Posted June 19, 2009 Share Posted June 19, 2009 How do I remove the Language: from the language select dropdown? In English.txt there is a Language word, I removed it but the ':' still shows. How would I remove it. Thank you ahead of time. 0 Quote Link to comment Share on other sites More sharing options...
bigideaguy Posted June 21, 2009 Share Posted June 21, 2009 It seems that the actual : is encrypted in the main files, i could not find it. however you could edit your footer.tpl section and find this: <div align="right">{if $langchange}{$setlanguage}{/if} And insert this: <div align="right"><font color="(background color)">{if $langchange}{$setlanguage}</font>{/if} But change (background color) to the background color of your site which can be found in the style.css under footerbar. This will hide the : from being seen unless someone highlights it 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted June 21, 2009 Share Posted June 21, 2009 or easier still <div align="right">{if $langchange}{$setlanguage|replace:":":""}{/if} 0 Quote Link to comment Share on other sites More sharing options...
Bucket Posted June 22, 2009 Author Share Posted June 22, 2009 Thank You very much. 0 Quote Link to comment Share on other sites More sharing options...
Bucket Posted June 22, 2009 Author Share Posted June 22, 2009 Error. When I do that, it like cuts of my main content. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted June 22, 2009 Share Posted June 22, 2009 Make sure that the closing </div> is there 0 Quote Link to comment Share on other sites More sharing options...
d3m0n Posted July 18, 2013 Share Posted July 18, 2013 Hello {if $langchange}{$setlanguage|replace:"Language:":""}{/if} removes only English but if you switch language the tag still shows , how to remove the variable ? what's the variable name? Regards 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted July 19, 2013 Share Posted July 19, 2013 Hello, Try the following CSS: #languagefrm strong { display: none; } 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.