Closed (duplicate)
Project:
Node Hierarchy
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Feb 2009 at 06:20 UTC
Updated:
19 Oct 2010 at 09:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
andreiashu commentedI forgot to say why I need this.
I created a view that mimics the functionality of the children tab but it is much more flexible: it is a view :) => i can paginate the results, add cck fields, sort, etc etc
so i'm thinking that probably i won't be the only one that needs this.
Comment #2
andreiashu commentedComment #3
andreiashu commentedd.o seems that has a bug :( it erases my comment if i attach something...
Here is the description of #2:
"As promised here is the patch.
The setting defaults to "Show Children tab" of course.
The description and comments in code are still not complete, but i'm hoping that someone could give me more hints :) Excepting this the patch works as advertised."
Comment #4
reinis.berzins commentedStrangely this patch breaks all input forms (e.g. node edit form, views edit form, even though the latter is not related to nodehierarchy) - when I press "Save" button on node or view edit form the screen turns white and stops. When I remove the patched version and restore the original nodehierarchy.module file, all input forms work without problems.
However, I managed to hide the "Children" tab by simply editing the original nodehierarchy.module file in row 84, changing it from:
$items['node/%node/children'] = array(to
$items['node1/%node/children'] = array(i.e. just change node/% to some coexistent value like e.g. node1/%
Comment #5
markhalliwellI think this is a nice feature, however this should also be implemented in the admin configuration (and node type settings) with the option to override on the node. I will look at this a little more this afternoon and upload a updated patch for #2.
Reference #921198: Rework administration and node create/edit with new features and clean design
Comment #6
markhalliwellclosing this ticket as dup of #921198: Rework administration and node create/edit with new features and clean design
This feature is included in the patch of the above issue.