maf Posted June 6, 2013 Share Posted June 6, 2013 (edited) Hi, there seems to be a bug in the blockmyaccountfooter module: the words "Sign out" cannot be translated, remain in English whatever I write into the trnslation form. Only the title text of the "Sign out" link translates. The "sign out" link is hidden with CSS by default, but when I want to show it or move the block into left/right column, problem appears. See screenshots. PS 1.5.4.1, default theme. It is not a crucial problem, I just post it so that it can be improved in next release. Edited June 8, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 7, 2013 Share Posted June 7, 2013 open the blockmyaccountfooter.tpl file located in the module directory (or if exist - in the theme/YOUR_THEME/modules/blockmyaccountfooter dir) you've got there: <a href="{$link->getPageLink('index')}?mylogout" title="{l s='Sign out' mod='blockmyaccountfooter'}" rel="nofollow">{l s='Sign out' mod='blockmyaccount'}</a></p> change the: {l s='Sign out' mod='blockmyaccount'} to: {l s='Sign out' mod='blockmyaccountfooter'} will work :-) regards Link to comment Share on other sites More sharing options...
maf Posted June 7, 2013 Author Share Posted June 7, 2013 Yes, now it works :-) Thanks a lot for support. Link to comment Share on other sites More sharing options...
vekia Posted June 8, 2013 Share Posted June 8, 2013 you're welcome im going to mark this thread as [solved] regards! 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