Note: We should probably add "Code: links_views.inc" to the list of component for this project.

When selecting the fields "Link URL" or "Link title/show as link" the link that is returned is a direct link. It would be nice if there were an option in both cases for the underlying link to be a "goto" style link that counts clickthroughs (e.g. links/goto/24/13/links_related).

I was going to attempt to turn node titles into such links in my theme code for the view, but it appears that the link id is not included anywhere in the data, so direct links is my only option.

If somebody (Eaton?) would like to give me a few pointers, there's a chance I could come up with a patch. I'm just learning the views code though, so no promises.