Jump to content

[solved] Hardwired text in Myaccount module


Recommended Posts

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.

post-563474-0-51696600-1370558520_thumb.png post-563474-0-69092800-1370558663_thumb.png

It is not a crucial problem, I just post it so that it can be improved in next release.

Edited by vekia (see edit history)
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...