Drupal 6:更改安装了 Ajax 模块的节点编辑表单的重定向
可以这样做吗?我使用 hook_form_alter 来更改 $form_state 的重定向和 $form 的 #redirect,以及使用模块使用的 ajax_alter 挂钩来更改它。即使在这两个地方更改它,它最终也会以某种方式设置为重定向到正在编辑的节点。
有什么想法吗?
Is it possible to do this? I am using hook_form_alter to change the redirect of $form_state and #redirect of $form, as well as changing it using the ajax_alter hook the module uses. Even changing it in both these places it somehow ends up set to redirect to the node being edited.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在使用此 AJAX 模块,它有一个有用的子模块,名为禁用重定向模块附带的。启用它并记住从设置中启用复选框。
If you are using this AJAX module, it has an useful submodule called Disable Redirection that comes with the module. Enable it and remember to enable the checkboxes from the settings.