Krytic / MyBBWiki

http://krytic.github.io/MyBBWiki
10 stars 4 forks source link

NO Wiki admin link #3

Closed jefpadfi closed 7 years ago

jefpadfi commented 8 years ago

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?

nowikilink

jefpadfi commented 8 years ago

Loaded up the wiki module while logged into the admin panel. Though there is nothing there to config it with.

wikimodule

Again not sure if it is due to the edits that were made to make it work or not.

Krytic commented 8 years ago

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. :)

jefpadfi commented 8 years ago

Looks exactly like the first picture I've posted. Both pages I posted screenshots of, are exactly the same no change.

Krytic commented 8 years ago

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.

jefpadfi commented 8 years ago

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.

jefpadfi commented 8 years ago

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.

Krytic commented 8 years ago

File Verification doesn't check plugin files iirc. Can you double check all of MyBB Wiki's files are uploaded?

jefpadfi commented 8 years ago

I gotcha now. I'll double check once I'm done with work for the day.

Krytic commented 8 years ago

@TheDocter - any news on this?