MyBB Community Forums

Full Version: hide mybb new version update notice in acp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i dont want to upgrade for mybb 1.6.1 and it is displaying annoying
You are currently running MyBB 1.6.0 whilst the latest generally available release is MyBB .

Edit: Solved. Just commented this line
$page->output_error("<p><em>{$lang->new_version_available}</em></p>");
in admin/modules/home/index.php

If i do need to check the version, i can use the acp->home->version check option.

Thanks
You can't. Why would you not want to upgrade...??
Smile i would like to wait for a while, as i see people informing the errors and problems they are facing while update. as my site is heavily modded, i dont wanna take risk.

just made the manual edits provided.

to be frank, i had implemented the repository edits manually which are already solved.
A lot of the people who have had problems haven't followed the instructions properly, or the errors have been totally unrelated to the actual upgrade. If you back your files and database up first, if something does go wrong, we'll fix it, or you can just revert back. How many of the changed files have you edited??
i had made all the solved repository edits of about 2weeks back.
Change the version code in whatever config or settings file it is in to 1601 and it will shut up.
i checked that the required file is in admin/modules/home/version_check.php

but dont know what to edit to make it hide that warning.