I'm planning to use this module (thanks for this :-) ) to make a magazines website,
i'm trying to handle the module functions to see how customizable they are,
i first overwrited the theme_relativity_show_children function to remove the node type info, quite unuseful to my site but i would like to show a different info:
my children nodes have taxonomy, they belong to different magazine sections, indeed.
My dream is to be able to show every children within its own category/section, just as en example;
----taxonomy term----
children node
children node
----taxonomy term----
children node
children node
Otherwise i'd like to do something like this:
taxonomy term - children node
taxonomy term - children node
I'm not a coder...
does anyone now what to do in the module function to do this?
I'm using drupal 5.9,
5.x-2.4 node relativity version
Thanks
Da.