As title says: How do I calculate a node's depth in a parent-child model?
I'll need the depth to, among other things, create the indent in my list (coded with PHP).
Thank you in advance.
We've got some kind of groups at our site where group members could put messages. I want to notice the members of each group when there's new entries.
What's the best way to do this?