Displaying the children list in a node teaser view
mikiane - July 14, 2008 - 00:45
| Project: | Node Hierarchy |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
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

#1
Node 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
#2