暂停 drupal 中的分类术语
人们向我的网站提交分类术语,我希望能够对真实词汇进行“发布”/取消发布,是否有一个模块可以做到这一点?比如术语状态=暂停?
People submit a taxonomy terms to my site and i want to able to do "publish"/unpublish to the real vocabulary, is there a module that do it ? like term status = suspend?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许期限状态会满足您的需求?
它是 Drupal 7 的模块,对于 Drupal 6,只有这个 实验代码 存在。
Perhaps Term status would suit your needs?
It is module for Drupal 7, for Drupal 6 only this experimental code exists.
轻松重新排序/管理分类的一种方法是 taxonomy_manager 模块。你应该看看它。
One way to easily reorder/manager taxonomy is taxonomy_manager module. You should have a look on it.