I am working on a site for a non-profit network with hundreds of members (non profits and others). The members frequently raise various appeals (for funds, advice, volunteers etc.).
Is there any drupal module (core or contrib) that will track the status of the request and close it after a scheduled time or when fixed/answered? Of course, the project module comes to mind readily, but it is so oriented towards coding.
I want to show a table of flexinode - nodes on a specific "page". That means, if I click on ?q=bld2/27 - I really want the url:
?q=flexinode/table/5
The menu should be highlightet at the "bld2/27" area)
(I have created an own module to display the menu as I want, so bld2 is my id, 27 is the id of the term.)
or more general: How can I place a flexinode - table under a taxonomy term?
I am having a big vocabulary with 50+ terms. The dropdown select generated at the "post new topic" page is too long.
Is there any module which breaks this down(based on depth)? ie., First the dropdown lists only depth 0 terms. When the user selects one of the terms, it will display the depth 1 terms of which has the selected term as the parent & so on..