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

rfay’s picture

Component: Page Example » Other

I do think this is a good idea.

Anonymous’s picture

It 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.

tr’s picture

Version: » 7.x-1.x-dev

Setting version.

mile23’s picture

Issue summary: View changes
Status: Active » Postponed

This is a good idea for an example, but no one has moved on it, so I'm marking it postponed.

Patches welcome. :-)

mile23’s picture

Status: Postponed » Closed (won't fix)

This 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.