5 Dec
2007
5 Dec
'07
1:41 p.m.
On Dec 5, 2007 1:46 PM, Augustin (Beginner) <drupal.beginner@wechange.org> wrote:
Obviously, there are many different workarounds, e.g. by creating an intermediary form to select the parent node. But I run into this problem often and all my workarounds feel like hacks and I am getting tired of them.
What do you think? Would it be a useful feature for D7 to modify the second half of the function node_add() so that the listing can be customized?
Both Drupal 5 and to my knowledge Drupal 6 has the ability to overwrite the registered handler functions for paths you wish to override. So you can do your own listing or whatever shiny page content you'd like to display. Gabor