Community

drupal 6 category module migration in drupal 7

how can i use drupal 6 category like module in drupal 7.as i am using this to make category hierarchy but in drupal 7 there is no category module and i can not achive this from taxonomy .
Thanks in advance.

Comments

=-=

modules are not backward compatible. You would have to rewrite the module to work with Drupal 7.

Thanks VM for Suggestion.

Thanks VM for Suggestion.

custom in drupal 6

How to set status 0 in related taxonomy term when node is created as i am using core taxonomy module?
as i am seeing when a topic posted in topic field at the time when a node created it automatically have status value 1 in term_data table .
Is any way to add a patch or another thing to do this?