MyBB Community Forums

Full Version: Remove Archive (Lite) Mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How I can remove this and also not accessible to any user - Lite (Archive) Mode

Thanks
do you want to Turn off Lite (Archive) Mode MyBB?

this answer maybe help you
https://community.mybb.com/post-582231.html
Thanks but how to remove link from footer.
Deleting the archive folder will cause a lot of 404 errors in webmaster tools, and create a bad experience for users.

You should:

1) Remove the link from footer template
2) Change the meta tag from index, to noindex in inc/functions_archive.php

(2016-08-06, 09:24 AM)jabber Wrote: [ -> ]Thanks but how to remove link from footer.

Find this in the footer template and remove it:

<li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li>