在将Custem菜单导航更新为Moodle 3.2.2和Fordson主题之后,我有一个奇怪的问题。错误是:
Call to undefined function navigation_get_string()
您知道我将如何解决此问题吗?
fordson_lib.php 文件中有一个易于使用的错误。
这个错误约为350,看起来像这样:
if ($parent) {
$childnode = $pmasternode->add(navigation_get_string($menunode->get_text()), $url, navigation_node::TYPE_CUSTOM);
$childnode->title($menunode->get_title());
navigation_get_string 需要更改为 fordson_local_navigation_get_get_string 。
如果您遇到困难,可以搜索(navigation_get_string 。
我已将此错误提交并修复了开发人员,以便它重新回到存储库中。
另一个想法:此自定义菜单区域仅适用于NAV抽屉。如果您要调整NAV栏中的自定义菜单区域,则需要转到站点admin/exply/exply/themes/theme设置。