Drupal 块中的时间调度程序
我已经在 Drupal 中创建了块。这工作正常,但现在我想要更多的功能。我想在其中添加开始日期和结束日期。所以管理员可以设置博客的持续时间。博客应在开始日期显示,并在结束日期停止显示。
有没有为此定制的模块。或者还有其他方法可以做到这一点。
I have created block in Drupal. this is working fine but now i want some more feature in this. i want to add start date and end date in this. so admin can set the duration for blog. the blog should display on start date and it will stop display on end date.
Is there any custom module for this. or there is any another way by which i can do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用视图和 CCK。创建包含开始日期和结束日期字段的内容类型,然后按开始日期和结束日期过滤视图。您可以创建视图的块显示,这听起来像您想要做的。
Use Views and CCK. Make a content type with start and end date fields, and then filter the View by start and end date. You can create a block display of the View, which sounds like what you want to do.