Closed (duplicate)
Project:
Link
Version:
7.x-1.0-alpha3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 May 2011 at 02:18 UTC
Updated:
19 May 2011 at 22:54 UTC
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
Comment #1
jimmynail commentedCorrection, 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>Comment #2
jcfiala commentedWhen 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?
Comment #3
juves commentedI have the same problem after enabling TableField modul
Comment #4
jcfiala commentedAh! 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.
Comment #5
jcfiala commentedConfirmed! 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.
Comment #6
jcfiala commentedOkay, 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.