0

嗨朋友们,我开发了一个自定义块,它从现有模块中获取表单,它适用于将表单 id 作为参数的页面,但在其他页面中我收到此错误/警告。call_user_func_array() 期望参数 1 是一个有效的回调,函数 'simplenews_subscription_manager_form' 在第 382 行的 /var/www/rajesh/ph/drupal/includes/form.inc 中未找到或无效的函数名称。

谁能告诉我在每一页或首页中显示此表单的解决方案。

在此先感谢, 拉杰什

4

1 回答 1

1

这是一个基于drupal的问题。请张贴在drupal stackexchange 上。快速回复

<?php
module_load_include('inc', 'simplenews', 'simplenews.subscription');
print drupal_get_form('simplenews_subscription_manager_form');
?>

像这样使用

于 2012-09-25T11:01:53.503 回答