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

vm’s picture

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

Refiner’s picture

Thanks VM for Suggestion.

Refiner’s picture

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?