如何仅在某些页面视图显示上显示块
使块仅显示在某个视图生成的页面中的代码片段是什么?
将 Drupal 6 与视图 2 结合使用。
What is the snippet of code to make a block just show in pages generated by a certain View?
Using Drupal 6 with Views 2.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用
views_get_page_view()
检索当前正在使用的视图。You can use
views_get_page_view()
to retrieve the view currently in use.在 Drupal 7 上,这是有效的:
On Drupal 7 this works: