Closed (works as designed)
Project:
Node Hierarchy
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2008 at 00:45 UTC
Updated:
18 Jul 2008 at 03:13 UTC
Hi
I correctly integrated node hierarchy. It works perfectly.
But I would like to display the children list in the teaser view of a parent node.
It's very easy to display children in the complete view of the node but not in the teaser view.
Do you know how i can do that?
Thanks for your help.
M
Comments
Comment #1
ronan commentedNode hierarchy will not display children in a teaser view specifically because it can (and often does) lead to a situation where the rendering of a list of teasers children means rendering the list of grandchildren, greatgrandchildren etc. After about 2 generations you reach the php call stack limit and have a fatal error.
If you know what you're doing you can accomplish what you need on the template level, but until I can figure out an elegant solution to the problem above displaying children in teaser view will not be supported in the module
Sorry I couldn't be more help. I hope you're able to accomplish what you want.
All the best
Ronan
Comment #2
ronan commented