Drupal 块中的时间调度程序

发布于 2024-10-07 21:08:26 字数 135 浏览 1 评论 0原文

我已经在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷雾森÷林ヴ 2024-10-14 21:08:26

使用视图和 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文