I have built a page where mysite.com/collections generates a list of taxonomy terms that should link to their individual pages at mysite.com/collections/[tid].

The problem is that the "Output this field as a link" option is adding a comma in tid's that are 1000 or larger, in other words:
mysite.com/collections/[tid]

should become something like
mysite.com/collections/2105

but instead I get
mysite.com/collections/2,105

Which doesn't work.

Comments

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

Can you please provide an export of the view?

This would help to reproduce the problem.

ddbell’s picture

Same here,

I am using a content type with view field.

My display in a view adds a comma after the Link "Title". I am only showing the link Title not the URL. When I select view Format: "Title, as link (default), it adds a comma at the end of the Title.

If I go to the view it looks fine. The problem is when the view shows within the node.

Thanks.

esmerel’s picture

Export of the view, anyone?

Letharion’s picture

Status: Postponed (maintainer needs more info) » Fixed

I'd say both the OP and the second questioner not only fails to reply to the question but also have failed to read the guidelines, so I'm closing this.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

twiik’s picture

Status: Closed (fixed) » Closed (duplicate)

Encountered this myself and it took me a while to realize it's the "Thousands separator" that defaults to a comma even when you're dealing with tids, nids or uids.

Pretty sure this issue is related to the same thing.

Here's an open issue which explains the "problem": http://drupal.org/node/1144896