Excuse this help request for what seems like the most trivial use case of this module....

The link field has 5 display formats:
* URL, as link
* URL, as plain text
* Short, as link with title "Link"
* Label, as link with label as title
* Separate title and URL

I cannot for the life of me figure out how to get the most basic case: "Title, as link". ie. something like [Title]

Comments

jimmynail’s picture

Correction, last sentence should read:

I cannot for the life of me figure out how to get the most basic case: "Title, as link". ie. something like <a href="[URL]">[Title]</a>

jcfiala’s picture

When I'm looking at how fields are displayed - such as at http://d7.localhost/admin/structure/types/manage/basic-link/display - The top option says "Title, as link (default)". Does this not display as such for you?

juves’s picture

I have the same problem after enabling TableField modul

jcfiala’s picture

Ah! So you enabled another module, and then the option went away?

I could swear there was a ticket around here that was saying that I couldn't have a format named 'default', but I seem to have mislaid it. I was wondering if they were related... I'm planning on changing the title of the default format, but naturally I also will need to go through and provide an upgrade, so I haven't gotten to it yet.

Thanks for giving me that detail.

jcfiala’s picture

Confirmed! Adding the tablefield module causes the default 'Title, as link' display to disappear! Given that tablefield, as well, contains a 'default' formatter, that seems to be the source of the problem.

jcfiala’s picture

Status: Active » Closed (duplicate)

Okay, I found the ticket which this is a duplicate of: #1063764: Field formatters not unique.

I've also got this fixed in the dev version now - I just committed my fix to git, so soon there will be an updated dev version with this in it. I'm also going to try and push out an alpha version soon.