Drupal 动态侧边栏
如何在drupal上添加动态侧边栏? (就像我们如何创建一个包含前 3 个视频的侧边栏)
how to add a dynamic sidebar on drupal?
(Like how do we create a sidebar with the top 3 videos)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建块视图并按您的视频内容类型对其进行过滤。将其限制为 3。然后在块配置页面上,将新创建的块拖到您选择的侧边栏中。
您可以对新闻内容类型执行相同的操作。只需创建另一个按您的新闻内容类型过滤的块视图即可。
Create a Block View and filter it by your video content type. Limit it to 3. Then on the blocks configuration page, drag your newly created block into the sidebar of your choice.
You can do the same for your news content type. Just create another block view that's filtered by your news content type.