MyBB Community Forums

Full Version: undefined instead of "Remember Me"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 4890126.jpg]
[Image: exclamation.gif]

How can I change to remember me?
Go to the templates and replace the part for the remember me in the header with the one from the mybb default theme.
Go to ACP > Templates > Header Templates > header_welcomeblock_guest > and find;
	lang.remember_me = "any thing";
and change it to;
	lang.remember_me = "{$lang->remember_me}";