![]() |
Remove blank tab in acp - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: Remove blank tab in acp (/thread-140929.html) |
Remove blank tab in acp - Heartless - 2013-06-13 How do i remove this blank tab in the acp? I think it may be from a plugin i installed but i'm not sure. I've replaced the files in admin/modules with the default ones, but that didn't work. I don't understand where its coming from. As far as i can remember i've only installed newpoints, stop forum spam and mynetwork. RE: Remove blank tab in acp - Conor C. - 2013-06-13 Hello, That tab should say "check templates". Looks like your language file most likely is missing this line:
Simple add that somewhere in your ../inc/languages/english/admin/tools_system_health.lang.php file. Save the file and then re-upload it. Does it then appear normal? RE: Remove blank tab in acp - Heartless - 2013-06-14 Thanks conor, that worked. I'm using the englishgb language pack for my forum and acp, i guess that line was missing. |