Closed (fixed)
Project:
Link
Version:
5.x-2.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2008 at 03:14 UTC
Updated:
5 Jun 2008 at 19:09 UTC
There is no option to display a link as a linked URL.
If no title is provided, the default display is... nothing at all.
It's probably best to make this part of the default display option: if there is no title provided (and it's an option not to let people fill out the title at all) then the display is a linked URL.
Comments
Comment #1
mlncn commentedThere was a patch to provide this functionality, not as a fallback but as an explicit option:
Add field formatter 'Plain, as link'.
benjamin, Agaric Design Collective
Comment #2
quicksketchThis should already be the case. The following code is in place already, and works properly as the default formatter on my Drupal 5 installation:
This is in the case that the title is empty. Perhaps there's something incorrect about the way field settings are handled. Could you list the configuration for the your particular link field, as well as the version of CCK and Drupal core you're using?
Comment #3
quicksketch