problem with breadcrumb
#1
Hi guys,
I have a problem with a code of my plugin:
$currdir = $mybb->input['directory'];
$list_dir = explode("/", $currdir);
foreach($list_dir as $d){
    $page->add_breadcrumb_item($d, "index.php?module=file-list&directory=$d");
}

When I go to myforum/admin/index.php?module=file-list&directory=admin/modules/user it works, it show me admin >> modules >> user but the link is wrong.
If I click modules it redirect me to ?module=file-list&directory=modules and not admin/modules, how to fix it?
My Projects - Support My Projects

Don't forget to rate posts!
Reply


Messages In This Thread
problem with breadcrumb - by chack1172 - 2015-08-08, 10:44 AM
RE: problem with breadcrumb - by Destroy666 - 2015-08-08, 05:10 PM
RE: problem with breadcrumb - by chack1172 - 2015-08-08, 10:50 PM
RE: problem with breadcrumb - by chack1172 - 2015-08-10, 09:08 PM
RE: problem with breadcrumb - by Destroy666 - 2015-08-11, 06:33 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)