Not 100% sure this belongs here, but I'm having some trouble with the members list double encoding links for a few profile fields I created. The problem is visible here:
http://stiet.cms.si.umich.edu/people

and is essentially the same as the problem presented here:
http://drupal.org/node/85936

Thanks for any assistance you can provide and my apologies if this has been posted in the wrong place.

CommentFileSizeAuthor
#2 STIET.jpg55.9 KBmrschlei

Comments

wmostrey’s picture

Assigned: Unassigned » wmostrey
Category: support » bug

Could you tell me which name is faulty for instance? What the name should be and what you're actually seeing?

mrschlei’s picture

StatusFileSize
new55.9 KB

Sure, both the first name column and last name column are doubly encoded, so somebody like John Doe's entry would look like:

first name column: <a href="/profile/profile_first_name/John">John </a>
last name column: <a href="/profile/profile_last_name/Doe">Doe</a>

instead of just having:

first name column: John
last name column: Doe

I've also attached a screen shot. This is certainly a strange error, because the page occasionally shows up fine and other times has the double encoding. Thanks again for the help.

mrschlei’s picture

Sorry to double post, there is no error when I am logged out but the error appears again once I have logged in.

wmostrey’s picture

Status: Active » Closed (duplicate)