主要用于两级联动菜单
修改 drupal--> include -->form.inc
elseif (!isset($options[$elements['#value']])) {
// form_error($elements, $t('An illegal choice has been detected. Please contact the site administrator.'));
watchdog('form', 'Illegal choice %choice in %name element.', array('%choice' => $elements['#value'], '%name' => empty($elements['#title']) ? $elements['#parents'][0] : $elements['#title']), WATCHDOG_ERROR);
}
php 免费空间
http://gofreeserve.com/
修改 drupal--> include -->form.inc
elseif (!isset($options[$elements['#value']])) {
// form_error($elements, $t('An illegal choice has been detected. Please contact the site administrator.'));
watchdog('form', 'Illegal choice %choice in %name element.', array('%choice' => $elements['#value'], '%name' => empty($elements['#title']) ? $elements['#parents'][0] : $elements['#title']), WATCHDOG_ERROR);
}
php 免费空间
http://gofreeserve.com/
本文主要介绍了Drupal中针对两级联动菜单进行修改的方法,并详细展示了如何通过检查表单选项来避免非法选择的情况,确保网站管理员能够有效维护站点。

被折叠的 条评论
为什么被折叠?



