I've been using Drupal for some time now in many sites, and still certain basic things cannot be done that I would like to do. At least - things that seem basic to me - that I don't think Drupal currently does.
I have 10,000 nodes - mostly 'stories'. Some are categorized - many are not. I want to be able to categorize nodes 'in bulk' and assign them terms, etc. Give me a form where I can either check off nodes on (without editing each one) to bulk change or add to category or vocab terms. Optimally - being able to search for keywords, and assign everything that comes up to a vocab or taxonomy term would be great. Is there any module or anything that comes remotely close to doing this?
I use pathauto to generate paths for nodes, but it doesn't auto-assign to vocab terms, and it doesn't auto-create them (from the title). Is there a module out there (besides auto-taxonomy with aggregator2, which is a broken piece of garbage)?
I want a better page or tools to "manage my site". i.e., a dashboard with things like "you have 10,000 nodes. x amount are stories, x amount are images, x amount are book pages..." and then be able to drill down into them. Click on stories, and I should be able to slice and dice them by taxonomy, and then bulk edit, or whatever I need to do.
I have a module installed now that gives brief synopsis under log statistics, but not much. I have control panel installed, which only puts a pretty fact on features already available in Drupal. I installed Administration, but it hangs Drupal every time I install it.
Help with any of these is appreciated!
Comments
Try the category module
The new category module (Drupal's module page) allows for bulk editing of categories, and for many other features. It seems to be the conceptual successor of the taxnonomy module.
Further reading:
* Category Module: A Solution to Everything You Hate About Taxonomies and Books (Nick Levis's blog).
* category module home - full documentation.
Cavets:
* It's only CVS.
* It's not compatible with i18n taxonomies yet (regular taxonomies work great). Yet, I consider to drop I18n in one of my sites and focus in spite of this module - it's that promising.
Amnon
-
Personal: Bring Dolphin's Simple Joy to your Work - Job - Career
Professional: Drupal Hebrew Consulting
thanks for the links
thanks for the links....but I was looking for something to bulk edit categorization of nodes quickly.....i.e. - check off 100 nodes and assign to the "technology -> gadgets" category, etc.
In that case then you are
In that case then you are probably looking for something like taxonomy_multi_edit.
The project version is for 4.6, but there is a 4.7 version at http://drupal.org/node/59169 that works great.
Were you able to find a
Were you able to find a solution for this issue?
Solution=Taxonomy Multi Editor for 5.0?
See http://drupal.org/project/taxonomy_multi_edit.
See "summarizing the several
See "summarizing the several ways to bulk edit nodes" - http://drupal.org/node/471240
How to add a chosen term to all the nodes without a term ? Any m
How to add a chosen term to all the nodes without a term ? Any module or SQL Query ?
Hello,
Do you know what could be a SQL query or any other way to add a chosen term to all the nodes without a term ?
Thanks a lot.