itsnyc Posted July 26, 2012 Share Posted July 26, 2012 The knowledgebase.tpl has no translation string.......look below <form method="post" action="knowledgebase.php?action=search" class="form-inline"> <fieldset class="control-group"> <input class="bigfield" name="search" type="text" value="Have a question? Start your search here." onfocus="this.value=(this.value=='Have a question? Start your search here.') ? '' : this.value;" onblur="this.value=(this.value=='') ? 'Have a question? Start your search here.' : this.value;"/> <input type="submit" class="btn btn-large btn-primary" value="Search" /> </fieldset> </form> The knowledgebasecat.tpl also has no string..........look below <form method="post" action="knowledgebase.php?action=search" class="form-inline"> <input type="hidden" name="catid" value="{$catid}" /> <fieldset class="control-group"> <input class="bigfield" name="search" type="text" value="Have a question? Start your search here." onfocus="this.value=(this.value=='Have a question? Start your search here.') ? '' : this.value;" onblur="this.value=(this.value=='') ? 'Have a question? Start your search here.' : this.value;"/> <input type="submit" class="btn btn-large btn-primary" value="Search" /> </fieldset> </form> but yet in the language files you have this... english $_LANG['kbquestionsearchere'] = "Have a question? Start your search here."; Portuguese $_LANG['kbquestionsearchere'] = "Tem uma pergunta? Faça sua pesquisa aqui."; How can this get fix and not be over writen when upgrading......... Thanks Johny 0 Quote Link to comment Share on other sites More sharing options...
tristar Posted July 26, 2012 Share Posted July 26, 2012 hello, another missing one for 5.1.2 in /templates/default/clientareaproductdetails.tpl <div class="styled_title"><h2>{$LANG.clientareahostingaddons}</h2></div> <p>You have the following addons for this product.</p> <br /> {if $addonsavailable}<p><a href="cart.php?gid=addons&pid={$id}">{$LANG.orderavailableaddons}</a></p>{/if} </div> 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.