将Drupal标记从一个词汇表移到另一个词汇表中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将Drupal标记从一个词汇表移到另一个词汇表中相关的知识,希望对你有一定的参考价值。

I had several vocabularies but wanted to merge them into one.
A simple query does this for you.

The vocabulary_id where I wanted to merge all the tags into is 3
The vocabulary_id where the tags are to be merged from is 7, 8 and 12
  1. UPDATE term_data SET vid = 3 WHERE vid IN(7, 8, 12)

以上是关于将Drupal标记从一个词汇表移到另一个词汇表中的主要内容,如果未能解决你的问题,请参考以下文章

分类的自定义 url > Drupal 6 的词汇表

非拉丁字母的 Drupal 视图词汇表

基于词汇的 Drupal 变化展示

动态添加词汇

Drupal 7 在视图中获取分类术语列表

PHP Drupal打印与节点关联的词汇表和术语