有时候我们一天更新了好多文章,但不想一下子全发出去,我们可以预约一个发布时间,让cms程序自动发布文章。
drupal定时发布文章的功能可以用drupal的scheduler模块实现。
首先登录后台,在后台安装scheduler模块,并启用它。
scheduler本身没什么好配置的,但我们要在文本格式中启用scheduler,例如我们要为article启用scheduler:
在“结构structure”=>”文本格式(content type)”=>”article”中,edit article, 配置入下:
设置完成后,点击保存。
最后add content,页面下边会显示scheduling options。
这样就配置好了drupal的定时发布文章功能。