Bug #18114
closed$MCONF['navFrameScript'] problem with new backend.php
0%
Description
hallo
i am testing latest trunk and i love new backend.php, but there is a problem:
i have a custom module, with uses standard alt_db_navframe.php as navFrameScript,
done via
$MCONF['navFrameScript'] = $BACK_PATH.'alt_db_navframe.php';
in its conf.php
with old backend (alt_main.php) it works perfectly (ie: my index.php is called correctly in main content frame passing the page id)
with new backend.php it doesn't work anymore:
everytime i select a page in the tre, it reloads both the iframes (nav and content)
and the id is not passed to my content.
anybody already tried/solved this bug?
many thanks
stefano
(issue imported from #M7382)
Updated by Stefano Cecere almost 17 years ago
solved:
the problem is that i was setting the $MCONF['navFrameScript'] in submodule, and not in the MAIN module.
(maybe the old backend was a bit more flexible about this behaviour)
Updated by Steffen Kamper almost 17 years ago
yes, Stefano marked it as "solved by myself"