Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
taxonomy/vocabulary/term is public, all user share the same category tree.
//
But i need a module ,site user can set his/her own taxonomy/category, i.e. user A have a taxonomy,like a tree, user B have another taxonomy,like another tree.
//
It is usefull to BSP builded by Drupal, any blogger have the own category tree, as well as share the system tree.
//
Is there a module can fit this?
-----------------
(i am a new English User,sorry )
The Media module has many good ideas for how to work with audio files in Drupal. It was never polished enough to be really useful, but is full of interesting code.
What I setup my menu_hook() function to create the above structure, there seems to be some conflict with the exisiting menu that is created in node.module.
it basically comes down to: is it possible to do what I want without touching node.module? Thanks for your help!
Just wanted to ping about the idea to have a module in Drupal to use akismet.
For now, I have just starter to look at the docs, implementations of the askimet api with other CMS and writting the first lines... If there's enough interest, I may commit the module to the Drupal contributors repository, otherwise I'll probably leave that just a simple experiment.
I'm wondering if anyone here has experience using akismet. Good? Bad? Anyone used akismet with wordpress? Does it really worth?