Closed jefpadfi closed 7 years ago
Loaded up the wiki module while logged into the admin panel. Though there is nothing there to config it with.
Again not sure if it is due to the edits that were made to make it work or not.
Please open admin/modules/wiki/module_meta.php, and find $page->add_menu_item($lang->wiki, "wiki", "index.php?module=wiki", 60, $sub_menu);
. Replace it with $page->add_menu_item($lang->wiki, "wiki", "index.php?module=wiki", 60, $sub_menu);die('test');
- tell me what you see. Then remove the die('test');
at the end. :)
Looks exactly like the first picture I've posted. Both pages I posted screenshots of, are exactly the same no change.
Are you sure all files are present - not just for the Wiki but also MyBB? It looks like module_meta.php is not being loaded, which is unlikely to be a bug with MyBB Wiki, but I'll look into it regardless.
It is suppose to go where Home Configuration etc etc is correct? If so then all files are there for the Arcade mod adds to that top nav no problem.
Alo ran the file verification which checks all files for validity. So if a file was corrupted or missing it would list it there. Which When I run it it says it is okay.
File Verification doesn't check plugin files iirc. Can you double check all of MyBB Wiki's files are uploaded?
I gotcha now. I'll double check once I'm done with work for the day.
@TheDocter - any news on this?
You mentioned an admin link at the top. It is not there. Linked is a screen shot of my admin panel home page. Would this be done because of the edits we made? Or did it not install correctly?