Team Directory Page

Request Type: 
General Assistance
Author: 
Victoria Bilski
Issue/Request: 

On the site’s team directory page – https://isps.yale.edu/team/directory – each individual team member’s link is broken.  That is, when you click on the underlined link to their name and title, the link leads you to this:

The requested page could not be found.

I have gone in to edit the redirect page and, as it suggests, entered an internal Drupal node,  but it still leads to the “Page could not be found”. 

Any suggestions?

Thanks for your help!

Hi Victoria,

I was able to fix this issue on the view display you specified. The cause of the issue was two separate configuration problems: 

  • Though the “rewrite results” section for the last name field in the view were set to link to the path field token, tokens only work for fields that appear before the rewritten field in the view. I had to rearrange the fields for this part to work.
  • However, the path field had its own rewrite settings, so the link was leading to the rewritten text for that field (“Read More”). I disabled the rewriting for that field, since the field was set to not display anyway.

Finally, I went back to the settings for the last name field and removed the section of the rewritten text that created a hyperlink for the text. Instead, I selected “output field as link” and input the [path] token, which fixed the links.

Let me know if these are still broken elsewhere on the site; I fixed them for this display only because I didn’t want to inadvertently cause a chain reaction and break things elsewhere.

Best,

-Zach