Displaying Linked Resources

I am looking at the displaySubjectValues() API function that is called from linked-resources.phtml. My understanding is that it lists resources that link to the current resource.

Is there an implementation (possibly in a module) that shows grandparent links, i.e. items that link to items that link to the current resource?

Hi @GilShalit ,

I don’t know of a module that will create those links, but it seems like it would be fairly straightforward to override linked-resources.phtml in your theme and go one more level up.

Yes, have just completed a helper class that together with a modified linked-resources.phtml does just that and more…

1 Like

Hello @GilShalit , would you please describe what you did to solve the problem? I am creating a chain of advisor-advisee relationships, and am looking for a way to display several genrations.
Thanks so much in advance.
Rini