I've created a view which uses the title field, and opts to output it as a link to its node. No problem.

I have another field which is rewritten, and uses the title (Node: Title) token. But this is also output as a link, which I don't want because it breaks some HTML. I have:
<a href="[field_mp3url_value]" title="[title]" type="audio/mpeg"></a>

If I disable the title field being output as a link , then this solves the rewrite issue, buy then my title does not link to its node.

Is there an obvious workaround?

Comments

iantresman’s picture

Title: Views: Rewriten field with title token includes link? » Views: Rewriten field with title token includes link? [Solved]

A bit of thought, and the problem is solved. I simply left the original title field linked to its node, and add a second title field, hidden and unlinked, and used its token. Just had to make sure that the new title field appeared before the required field, by changing the sort order.

I now have the Yahoo Media Player working on my site, after adding the following snippet to my page.tpl.php file:

<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>

dawehner’s picture

Status: Active » Fixed

so.

Status: Fixed » Closed (fixed)

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