Hi all,
I'm not a real programmer, but I am very interested in learning how things work in Drupal (7).
Can you guys provide the following "for dummies" example:
A simple module that, acting on a given taxonomy vocabulary, retrieve all existing terms (regardless they are associated with a node or not), and then create a new page that shows these terms in a tree manner (in accordance with their hierarchy level).
Moreover the module should create the URL path to view the resulting page, using the vocabulary name for that (e.g. www.mysite.org/vocabulary-name)
Thank you very much!!!
MXT
Comments
Comment #1
rfayI do think this is a good idea.
Comment #2
Anonymous (not verified) commentedIt seems that this example would be a lot like some functionality Taxonomy Manager, which currently has a D7 beta.
Is this such a basic use case that it makes sense in Examples module? It seems like it might be somewhat more specific to a particular use case than the rest of the modules, but maybe others think it is general enough.
Comment #3
tr commentedSetting version.
Comment #4
mile23This is a good idea for an example, but no one has moved on it, so I'm marking it postponed.
Patches welcome. :-)
Comment #5
mile23This issue does not have a patch, so I'm closing it based on the D7 Examples roadmap: #2642596: D6, D7 Roadmap for Examples
If anyone wants to take it on, you're welcome to re-open this issue with code.