Format Link
If you have custom fields that require URLs then you may wish to ensure that they always have http:// prepended so that in template links work correctly.
Checked for EE: 1.4.2 + Download: pi.format_link.php (Zipped)
Installation Instructions
- Unzip the archive
- Copy pi.format_link.php into your /system/plugins/ directory
Usage
Wrap {exp:format_link} around any text with a URL in it.
{exp:format_link}
www.purple-dogfish.co.uk
{/exp:format_link}
Will return
http://www.purple-dogfish.co.uk

