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
Comment #1
dawehnerCan you please provide an export of the view?
This would help to reproduce the problem.
Comment #2
ddbell commentedSame 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.
Comment #3
esmerel commentedExport of the view, anyone?
Comment #4
Letharion commentedI'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.
Comment #6
twiik commentedEncountered 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