组合两个节点形式..这可能吗?
我正在使用 drupal 6,并且我得到了内容类型 1 的 node_form,我想更改第一个内容类型内的其他内容类型节点表单,这可能吗?
I'm using drupal 6 and I got a node_form for content type 1, I want to alter the other content type node form inside the first one, is that possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想将第一种形式的值添加到第二种形式,您可以使用 hook_nodeapi() 来更改第二种内容类型节点。
If you want to add values from 1st form to 2nd form you can use hook_nodeapi() to altering 2nd content types node.