MyBB Community Forums

Full Version: Huge ACP Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I changed the / to a - and that worked. So is that what I will have to do when editing these plugins?
Yes; you'll see something similar to this in the plugin file:

$sub_menu[] = array("id" => "mysupport", "title" => $lang->mysupport, "link" => "index.php?module=config-mysupport");

This is where the link is set. Here it has the - like it should. If you search in the plugin file for index.php?module= you should find the relevant code.
Ohk. Thanks! I'll fix it just as soon as I get home to see if the works or not. Thank you very, very much for all of your help!
Wow! I managed to fix every error I had by going to almost EVERY file and replacing / with -. Luckily, I used Microsoft Word's "Find and Replace" tool which sped things up. Smile

Now I have to fix the mobile view problem. I will make a topic over in that forum right now. Thank you so much for all of your help!!! Smile
Pages: 1 2