MyBB Community Forums

Full Version: The Word "Never"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where can I change the word "Never" (where there is no posts yet) to something like "No Posts Yet" or, "Be The First!".
Where is it shown??
change the language variables

english/global.lang.php:
$l['lastvisit_never'] = "Never";
$l['lastpost_never'] = "Never";
$l['never'] = "Never";
$l['banned_lifted_never'] = "Never";

english/modcp.lang.php:
$l['never'] = "Never";

english/admin/config_warning.lang.php:
$l['expiration_never'] = "Never";

english/admin/global.lang.php:
$l['never'] = "Never";
Its a new forum, under the column "Last Post"..
thanks much!
You have just inspired me with a good idea...indeed, the word "Never" is negative enough to let any new forum admin down, and it doesn't encourage anyone to post: sounds like "Never post here"! I'll change immediately that to something else.

Another way of changing it:

Admin CP -> Configuration -> Languages -> Options -> Edit Language -> Variables -> global.lang.php -> Edit -> lastpost_never (change 'Never' to anything you like) -> Save Language File

Thanks for drawing my attention.